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
The GDCLASS macro uses StringName instead of godot::StringName, which forces header files of exported classes to use the using keyword. It didn't use to force that and it probably shouldn't.