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
In the line 99, these code sometimes may result this error when I use the remote debug part of this plugin: res://addons/imjp94.yafsm/scenes/StateMachineEditorLayer.gd:101 - Invalid get index 'self_modulate' (on base: 'null instance').
And there also have some other errors output like: scene/animation/tween.cpp:103 - Parameter "p_target" is null.
I suppose there are some places in the codes forgetting the null condition.
But the godot editor just print the information from assertion in C++ Code of Tween. So, I cannot find which part of GDScript result it.
I think it must not happen in my script code, because I have not used the tween in my code.
Thanks for any help.
The text was updated successfully, but these errors were encountered:
gd-YAFSM/addons/imjp94.yafsm/scenes/StateMachineEditorLayer.gd
Lines 85 to 99 in 36fe340
In the line 99, these code sometimes may result this error when I use the remote debug part of this plugin:
res://addons/imjp94.yafsm/scenes/StateMachineEditorLayer.gd:101 - Invalid get index 'self_modulate' (on base: 'null instance').
And there also have some other errors output like:
scene/animation/tween.cpp:103 - Parameter "p_target" is null.
I suppose there are some places in the codes forgetting the null condition.
But the godot editor just print the information from assertion in C++ Code of Tween. So, I cannot find which part of GDScript result it.
I think it must not happen in my script code, because I have not used the tween in my code.
Thanks for any help.
The text was updated successfully, but these errors were encountered: