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.
Is it mistaking of the position or writing form?
Where should I attach the Sequencer Shortcuts component?
Re: Where should I attach the Sequencer Shortcuts component?
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:
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?
Code: Select all
{{smile}}
Code: Select all
Camera(Closeup);
Delay({{end}});
{{smile}}
Re: Where should I attach the Sequencer Shortcuts component?
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!
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?
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!