Cinenovel - Unity Timeline for Naninovel
Posted: 21 May 2024 17:49
CINENOVEL (Unity Timeline for Naninovel)
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