Hide Private Properties
Private members (those starting with an underscore) are not intended to be overridden, yet they are exposed in the UI.
This addon improves safety by hiding such private properties in instantiated scenes, reducing the risk of accidental changes. It also helps reduce UI clutter by showing only the properties that matter.
You can configure the behavior in Editor Settings -> Interface -> Inspector -> Hide Private Properties. By default, it is enabled.
If you need to verify whether private properties are already overridden in your project, the addon provides a scan tool under Project -> Tools -> Scan for private property overrides....
Changelog for version 1.4.0
No changelog provided for this version.