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.
Help with Custom Sequencer Command
Re: Help with Custom Sequencer Command
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().
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().