Commit e6d2b06
committed
* Fix regex in repackaging script (#427)
The regex for extracting the version number from the package.json file was grabbing the wrong version in some instances. Fixed.
(cherry picked from commit 20a0728)
* Fix ExperimentalDrawer.cs doesn't compile in Unity Editor 2022.3.2f1 and above. #40
Use a cached height calculated in OnGUI().
(cherry picked from commit 770b1c4)
1 parent 20a0728 commit e6d2b06
File tree
1 file changed
+5
-1
lines changed- org.mixedrealitytoolkit.core/Editor/PropertyDrawers
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | | - | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments