Search found 2 matches
- Sun Dec 11, 2022 12:48 pm
- Forum: Dialogue System for Unity
- Topic: Sequence command for state machine?
- Replies: 3
- Views: 171
Re: Sequence command for state machine?
Thank you I realized I had the layer wrong, and it was able to play a base state through sequences, but it was not playing a statemachine, would I need to play using a different method?
- Sat Dec 10, 2022 9:28 pm
- Forum: Dialogue System for Unity
- Topic: Sequence command for state machine?
- Replies: 3
- Views: 171
Sequence command for state machine?
Having some issues, two issues really.. 1. I'm trying to use AnimatorPlay(Idle, speaker,1,4); To go into a statemachine on the 4th layer, but it does not work, going into even a regular state doesn't work. That's my second issue, any other layer but the 1st doesn't want to play using sequence comman...