- Home /
Using Unity's state machine GUI
Is it possible to use Unity's built-in Animator window GUI in a custom editor? So you can make your own custom state machines have the same look and function, or is that an internal feature only? It seems like exposing it would be ideal, since that would allow all state machines in Unity to have a uniformed look and feel.
In other words, can you make your custom editor state machine look like this:
Your answer
Follow this Question
Related Questions
StateMachineBehaviour get component on awake ?? 1 Answer
Identifying a transition to self in StateMachineBehaviour 0 Answers
Checking current Animator Controller states gives unexpected result 0 Answers
Animator.Play not working when in Sub-State Machine 1 Answer
How to apply Animator to different game objects (when animations affect children) 1 Answer