Devlogs
v2.5.8
v2.5.8
- Made possible to specify the default settings for newly created events. Available in "Edit/Project Settings.../Animator Events Settings".
- Fix Animated properties spam thousands of warnings on the console when scrubbing time in an animation event.
- Fix NullReferenceException when inspecting an AnimationState with an EventSMB attached to it while the AnimatorWindow has no AnimatorController selected.
- Removed uneeded debug code from debug builds that is only useful in the editor.
- Added tooltip to the "View" button next to the scrubbing bar.
v2.5.7
- Fix integers way to large were casted to floats, losing precision. Now double is used as a way to hold ints and floats.
- Fix if an event removes/disables an AnimatorEvent, errors show up.