7e40085b805342ce8932a121619eadf43c167ca0
Animation.TrackType in Godot 4.2.1 doesn't have a named enum member for value 1, so add_track(1) fails. Use add_track(0) for all tracks - the Animation API accepts both Vector3 and Quaternion values regardless of track type.
Description
No description provided
167 MiB
Languages
GDScript
80.2%
Python
19.2%
GDShader
0.5%