AnimatorAccess
AnimatorAccess copied to clipboard
Code generator utility for Unity game engine. Creates a class for convenient access Animator states and parameters
Hi, its been a while since I last reported little issues. Due to your help and many authors nice libraries' big help, my project is progressing daily. Today I found...
Hey, I realized now that there is no support for states that are substates. How difficult would it be to support them? Example: `AnimatorAccess.State(AnimatorAccess.stateIdSomSubState); //Cannot find such stateId.`
Currently the generate AnimatorAccess has a default namespace which generates warning if the file isn't in the corresponding directory. I think you could very easily determine the correct namespace by...