Changes for 2.5D

If you want to use the Push and Pull state in a 2.5D project, you can do so by adding a float parameter in the animator and copying the state into your character animator.

Copy and paste this float parameter into your animator: relativePositionToCube

In the state itself, you need to check the "Two D" bool.

Last updated