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 v4.3.dev6 - macOS 14.4.1 - Vulkan (Forward+) - integrated Apple M1 Max - Apple M1 Max (10 Threads)
Issue description
A tool script code isn't executed when the project is opened if that script is using an inner class. Adding script to the scene results in an error Cannot get class''.
Opening it in script editor, making any change (even adding an empty line) and saving the script solves the problem. Until the next editor restart
It looks like the bug is not reproducible on the current master. Probably, it is fixed by #90601. Please test the master branch if you can or wait for 4.3 beta 1.
Tested versions
v4.3.dev6.official [89850d5]
System information
Godot v4.3.dev6 - macOS 14.4.1 - Vulkan (Forward+) - integrated Apple M1 Max - Apple M1 Max (10 Threads)
Issue description
A tool script code isn't executed when the project is opened if that script is using an inner class. Adding script to the scene results in an error
Cannot get class''
.Opening it in script editor, making any change (even adding an empty line) and saving the script solves the problem. Until the next editor restart
Screen.Recording.mp4
Steps to reproduce
MRP
Minimal reproduction project (MRP)
MRP_tool_inner_class.zip
The text was updated successfully, but these errors were encountered: