Animation Not Playing
Animation Not Playing
I'm not sure what's going on. I've used this command before and it worked. Is it because the object doesn't have an avatar? It shouldn't have to if it's a Generic Animation, right?
- Attachments
-
- Capture.JPG (168.92 KiB) Viewed 377 times
Re: Animation Not Playing
Hi,
That should work.
Are there any warnings in the Console window?
If not, set the Dialogue Manager's Other Settings > Debug Level to Info. When that sequencer command tries to run, examine the Console window for two lines similar to these:
Dialogue System: Sequencer: Play( AnimatorPlay(Opening, BookCase_2 (3), 0)@0 )
Dialogue System: Sequencer: AnimatorPlay(Opening, BookCase_2 (3), 0)
In particular, make sure the second one looks correct and that it's finding the correct GameObject.
You might also try backing up your project and updating to the latest version of the Dialogue System.
That should work.
Are there any warnings in the Console window?
If not, set the Dialogue Manager's Other Settings > Debug Level to Info. When that sequencer command tries to run, examine the Console window for two lines similar to these:
Dialogue System: Sequencer: Play( AnimatorPlay(Opening, BookCase_2 (3), 0)@0 )
Dialogue System: Sequencer: AnimatorPlay(Opening, BookCase_2 (3), 0)
In particular, make sure the second one looks correct and that it's finding the correct GameObject.
You might also try backing up your project and updating to the latest version of the Dialogue System.
Re: Animation Not Playing
I figured it out when I went to set the Debug Level: I'd disabled the dialogue system window so I could see the scene better. I forgot to re-enable it. Thanks for the help!
Re: Animation Not Playing
Glad to help! (Although this was one all you! )