Commit 5338e58
fix: remove allowCompilationErrors and pin Unity 6 xref map
allowCompilationErrors: true was masking the root cause (missing Unity
assembly references). With the glob-based csproj now providing full
Unity type resolution, compilation succeeds cleanly and the flag is
no longer needed. Removing it makes future compilation errors visible.
Pin the UnityXrefMaps URL to the Unity 6 (6000.0) version-specific map
instead of the floating "latest" root URL, matching ProjectVersion.txt.
https://claude.ai/code/session_01N4YoJdJc2JDaoAbk5Nt8vf1 parent 36c678a commit 5338e58
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
73 | | - | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments