Skip to content

v2.16.2

Latest
Compare
Choose a tag to compare
@ExtendReality-Bot ExtendReality-Bot released this 28 Sep 14:07

2.16.2 (2024-09-28)

Bug Fixes

  • Attribute: prevent null exception from RestrictedAttributeDrawer (3e1c268)

    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.