2/8/2026, 5:02:27 PM
Great writeup! I switched from Unity to Godot last year and haven't looked back.
For the animation tree question — I actually use a hybrid approach:
- Animation tree for blend spaces and transitions
- Custom FSM script for game logic states
This way the animation system handles visual smoothness while the FSM handles gameplay rules. Works really well for complex characters.
