Where should I attach the Sequencer Shortcuts component?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
misaki_e
Posts: 20
Joined: Fri Apr 16, 2021 1:57 am

Where should I attach the Sequencer Shortcuts component?

Post 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
Sequencer Shortcuts component.png (148.27 KiB) Viewed 335 times


Is it mistaking of the position or writing form?
User avatar
Tony Li
Posts: 22037
Joined: Thu Jul 18, 2013 1:27 pm

Re: Where should I attach the Sequencer Shortcuts component?

Post 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?

Code: Select all

{{smile}}
Or, combined with other sequencer commands:

Code: Select all

Camera(Closeup);
Delay({{end}});
{{smile}}
misaki_e
Posts: 20
Joined: Fri Apr 16, 2021 1:57 am

Re: Where should I attach the Sequencer Shortcuts component?

Post 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!
User avatar
Tony Li
Posts: 22037
Joined: Thu Jul 18, 2013 1:27 pm

Re: Where should I attach the Sequencer Shortcuts component?

Post 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!
Post Reply