Share custom commands, script functions, actor implementations and other Naninovel plug-ins you've created.
-
Restush
- Posts: 12
- Joined: 31 Aug 2020 08:26
Post
by Restush »
CINENOVEL (Unity Timeline for Naninovel)
Usage
Play a timeline.
Play a timeline without waiting.
Play a timeline at start specific time.
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
-
vinunim
- Posts: 1
- Joined: 27 Sep 2024 02:45
Post
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
-
Restush
- Posts: 12
- Joined: 31 Aug 2020 08:26
Post
by Restush »
First of all, thank you for uploading the source code.
you're welcome!
In JumpNextLine.cs
Can't resolve symbol 'Resume'
scriptPlayer.Resume
I'm not really sure. What's your Naninovel version and Unity version?
Current Cinenovel is for Naninovel 1.20 2024-08-11