Commit 3ce1fcb
committed
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
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments