Page 1 of 1

Help with Custom Sequencer Command

Posted: Sat Feb 01, 2025 4:48 am
by mudukke
Hi

I’m trying to create a custom sequencer command that shows different panels on screen. However, it doesn’t seem to register the sequence command.

Do I need to register the custom sequencer command, and if so, how would I implement this? Also, what is the correct overriding method because I tried Execute(), Start(), and Play() and they didn't seem to work.

Re: Help with Custom Sequencer Command

Posted: Sat Feb 01, 2025 11:24 am
by Tony Li
Hi,

Please see part 6 of the Cutscene Sequence Tutorials. Briefly: Duplicate SequencerCommandTemplate.cs and put it in your own scripts folder. Rename it -- e.g., SequencerCommandFoo.cs. Then fill in your code where the comments indicate, and use the command: Foo().