Skip to content

Commit 3ce1fcb

Browse files
chore(release): set version to 2.16.2 [skip ci]
### [2.16.2](v2.16.1...v2.16.2) (2024-09-28) #### Bug Fixes * **Attribute:** prevent null exception from RestrictedAttributeDrawer ([3e1c268](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.
1 parent 43bc963 commit 3ce1fcb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [2.16.2](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.16.1...v2.16.2) (2024-09-28)
4+
5+
#### Bug Fixes
6+
7+
* **Attribute:** prevent null exception from RestrictedAttributeDrawer ([3e1c268](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/3e1c268553192371319351cf4eddabd3cf63c4fb))
8+
> 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.
9+
>
10+
> Instead these fields are now just assigned in the OnGUI method before the properties are changed, this seems to resolve the error.
11+
312
### [2.16.1](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.16.0...v2.16.1) (2024-05-11)
413

514
#### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.zinnia.unity",
33
"displayName": "Zinnia.Unity",
44
"description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.",
5-
"version": "2.16.1",
5+
"version": "2.16.2",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)