Commit 8500c20
committed
Update foldout rect adjustment preprocessor conditions
Modified the preprocessor directive to exclude UNITY_2022_3 from the foldout rect adjustment logic. This ensures compatibility with Unity 2022.3 and newer versions where the adjustment is not needed.1 parent 7c09708 commit 8500c20
File tree
1 file changed
+2
-2
lines changed- Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments