Commit aae2623
Fix: Add missing using UnityEngine directive
Fixes CS0246 compilation error in Unity 2022.3, Unity 2021.3
Added missing 'using UnityEngine;' for RuntimeInitializeOnLoadMethodAttribute1 parent c8456b3 commit aae2623
File tree
1 file changed
+2
-1
lines changed- Runtime/Scripts/Interactivity/Export/CleanUp
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
0 commit comments