pmndrs / ecctrl

🕹️ A floating rigibody character controller
MIT License
530 stars 63 forks source link

feat(animationSet): add custom animation support #50

Closed DavideBruner closed 5 months ago

DavideBruner commented 5 months ago

Description: This PR aims to enhance the functionality of this amazing library by introducing support for custom animations. Previously, the library provided predefined animations for common player actions such as idle, walk, run, jump, etc. With this update, users can now define and trigger their own custom animations tailored to their specific game requirements.

Key Updates: