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
fix(Attribute): prevent null exception from RestrictedAttributeDrawer
The Restricted Attribute Drawer can thrown an exception when using the
Unity Quick Search functionality due to the EditorStyles not being
available to assign to static fields.
Instead these fields are now just assigned in the OnGUI method before
the properties are changed, this seems to resolve the error.
0 commit comments