Cinenovel - Unity Timeline for Naninovel

Posted: 21 May 2024 17:49
by Restush

CINENOVEL (Unity Timeline for Naninovel)

Image

Image

Usage

Play a timeline.

Code: Select all

@cine LoremIpsum

Play a timeline without waiting.

Code: Select all

@cine LoremIpsum wait:false

Play a timeline at start specific time.

Code: Select all

@cine LoremIpsum startTime:1.5

Play a timeline with allowed input that can be triggered while playing timeline.

Code: Select all

@cine LoremIpsum allowedSampler:Continue,Pause,Rollback

Play multiple timeline at same time.

Code: Select all

@cine LoremIpsum1 wait:false
@cine LoremIpsum2 wait:false
@cine LoremIpsum3 wait:false
@wait 20

Download

https://github.com/restush/Cinenovel/releases


Re: Cinenovel - Unity Timeline for Naninovel

Posted: 17 Oct 2024 07:47
by vinunim

Hi~
First of all, thank you for uploading the source code.
I'm inquiring because an error has occurred.

In JumpNextLine.cs

Can't resolve symbol 'Resume'
scriptPlayer.Resume