You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot version:4.4
anima/core/keyframes-engine.gd
Error animation:2DGrid
Error line:56
Error code: if frame_keys[0] != 0:
Error:Out of bounds get index '0' (on base: 'Array')
Resolution:
Line 29 if percentage is StringName: #if percentage is String:
Godot version:4.4
anima/core/keyframes-engine.gd
Error animation:2DGrid
Error line:56
Error code:
if frame_keys[0] != 0:Error:Out of bounds get index '0' (on base: 'Array')
Resolution:
Line 29
if percentage is StringName: #if percentage is String: