Page 1 of 1
Where should I attach the Sequencer Shortcuts component?
Posted: Wed Apr 28, 2021 4:12 am
by misaki_e
Hello,
I tried to use Sequencer Shortcuts component for tiding up my SpineAnimation commands, but I am not sure where should I attach the component.
I attached it Dialogue Manager like the following image, but it was not working.
- Sequencer Shortcuts component.png (148.27 KiB) Viewed 337 times
Is it mistaking of the position or writing form?
Re: Where should I attach the Sequencer Shortcuts component?
Posted: Wed Apr 28, 2021 7:35 am
by Tony Li
Hi,
That should work. Since it's on the Dialogue Manager, it should stay available even across scene changes. Are you using the shortcut like this?
Or, combined with other sequencer commands:
Code: Select all
Camera(Closeup);
Delay({{end}});
{{smile}}
Re: Where should I attach the Sequencer Shortcuts component?
Posted: Wed Apr 28, 2021 10:08 am
by misaki_e
Thank you for your quick reply as always, and I’m sorry, it is working without any changing as you said!
At first, I wrote the command manually and it was not working, but I tried it again with using the shortcut menu from the "+" menu, it was working.
I can’t understand the difference, but anyway I am relieved there is no problem now.
Thank you so much!
Re: Where should I attach the Sequencer Shortcuts component?
Posted: Wed Apr 28, 2021 10:37 am
by Tony Li
Maybe there was a typo when you typed it manually, or maybe you typed one brace instead of two, like {shortcut} instead of {{shortcut}}. Anyway, I'm glad it's working now!