-
-
Notifications
You must be signed in to change notification settings - Fork 675
Open
Labels
Milestone
Description
Godot version
4.3.stable
godot-cpp version
4.3.stable
System information
MacOS, m1 pro
Issue description
Properties registered with gdextension disappear in editor's inspector on rebuild gdextension with hot reload enabled (reloadable = true). After "reload current project" they are visible again.
Steps to reproduce
- Register properties with gdextension
- Change anything in gdextension code
- Scons
- Look at inspector, registered properties disappear
Minimal reproduction project
adamtajti