MyBox
MyBox copied to clipboard
Hide inherited properties from inspector
trafficstars
Let's say I have a base class with some serializableField property, that gets inherited by the child class
While the child class should have this property, I don't want this property to be visible in the inspector on this child class.
It would be awesome if there could be a conditional field where the condition is className == someClass or className != someClass