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
Parent class has a variable with @export
child inherits from that class
when a change is made to the variable i.e changing default value, changing export_range limits, or even deleting the variable all together, these changes do not get reflected in any node with a class that inherits from that parent class
Godot version
v4.1.2.stable.official [399c9dc]
System information
Godot v4.1.2.stable - Windows 10.0.19045 - Vulkan (Compatibility) - NVIDIA GeForce GTX 1060 6GB (NVIDIA; 31.0.15.3623) - AMD Ryzen 5 2600X Six-Core Processor (12 Threads)
Issue description
Parent class has a variable with @export
child inherits from that class
when a change is made to the variable i.e changing default value, changing export_range limits, or even deleting the variable all together, these changes do not get reflected in any node with a class that inherits from that parent class
Steps to reproduce
Minimal reproduction project
Inheritance_Bug_MRP.zip
The text was updated successfully, but these errors were encountered: