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
You cannot serialize any built-in Godot class to JSON because they do not return a script with get_script so it fails with an error in your implementation.
You cannot serialize any built-in Godot class to JSON because they do not return a script with
get_scriptso it fails with an error in your implementation.Am I misusing this or is this not a feature?