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
Selecting AnimationTree will result in error message This function in this node can only be accessed from either the main thread or a thread group. Use call_deferred() instead.
Steps to reproduce
AnimationTree -> ROOT -> AnimationNodeStateMachine ->Add Animation.
There are several animations, clicking AnimationTree will result in several errors
4.1 B2 This function in this node (/root/@EditorNode@16972/@Control@6/@Panel@7/@VBoxContainer@15/@HSplitContainer@18/@HSplitContainer@26/@HSplitContainer@34/@VBoxContainer@35/@VSplitContainer@37/@PanelContainer@6807/@VBoxContainer@6808/@AnimationTreeEditor@12377) can only be accessed from either the main thread or a thread group. Use call_deferred() instead.
Godot version
4.1b
System information
win11 Vulkan API 1.3.236
Issue description
Selecting AnimationTree will result in error message
This function in this node can only be accessed from either the main thread or a thread group. Use call_deferred() instead.
Steps to reproduce
AnimationTree -> ROOT -> AnimationNodeStateMachine ->Add Animation.
There are several animations, clicking AnimationTree will result in several errors
Minimal reproduction project
test.zip
The text was updated successfully, but these errors were encountered: