Hello, I have a question.
How can I pause the cut scene after each section?
Is it possible to skip one section to the next?
How can I do it? (just doing cut scenes with subtitles)
Sorry for the late reply due to summer vacation.
There currently does not exist an automatic method for pausing the cutscene after each section although it is a nice suggestion that I can add in the future. One way to manually do this currently, would be to add the “Pause Cutscene” action clip (in a Director Action Track). That will pause the cutscene indefinitely, until you call “cutscene.Resume()” on that cutscene.
Regarding skipping a section to the next, this can also be done, by calling “cutscene.SkipCurrentSection” on the cutscene object in question.
Please let me know if the above work for you.
Thank you.
That works.
Thanks 🙂
I have one more question. When I skip the section, it stops at the pauses of “Pause Cutscene” and at the end of the section. He pauses twice in one section, how can I avoid this?
Hello again,
You are very welcome.
Hmmm… It should stop when a “Pause Cutscene” is encountered of course, but it should not stop by the end of a section.
Can you please clarify what you mean or better yet post an image of your cutscene?
When i call “cutscene.SkipCurrentSection” its stops on “Pause Cutscene” and on end of the section.
I need to stop only on the end of the section.
Ah. I see what you mean now.
I have attached for you here a fix to the PauseCutscene clip that will avoid this issue from taking place.
Please import the attached package and let me know if that works for you.
A new Slate version has just gone live on the asset store, so you might want to first update and then import the fix by the way 🙂