Commit 2369bb4
fix(core): resolve SceneHandle ambiguous reference in Unity 6 (#589)
Add using alias to explicitly specify YooAsset.SceneHandle, fixing
CS0104 compilation error when UnityEngine.SceneManagement.SceneHandle
conflicts with YooAsset.SceneHandle in Unity 6000.x.
Fixes #587
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent e64961d commit 2369bb4
File tree
1 file changed
+1
-0
lines changed- UnityProject/Packages/com.jasonxudeveloper.jengine.core/Runtime
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments