DisplayInspector-Attribute

October 30, 2016 ยท View on GitHub

Attribute for Unity3d to display one Inspector inside another

DisplayInspector Example

Simply put DisplayInspector attribute to display inspector of object in this field

[DisplayInspector(false)] public GameManagerSettings Settings;

Bool parameter is to display object field always or only while field unassigned