ta-david-yu / 2D-Platformer-Hunter

A 2D Platformer Controller in Unity
MIT License
333 stars 40 forks source link

Not Work With Sounds, like landing,jumping or running sound #3

Closed arashsh80s closed 4 years ago

ta-david-yu commented 4 years ago

Those features are definitely achievable. You can register OnStateChanged and OnJump event, and play the sounds when these events are triggered. As for the running sound, you can simply add an animation event on your running animation clip.

ta-david-yu commented 4 years ago

image