Commit 7193761
fix(core): bump Nino to fix Dictionary serialization in HybridCLR (#627)
* fix(core): bump Nino to 4.0.0-preview.147 to fix Dictionary serialization in HybridCLR
Nino's generated Dictionary serializer used `Unsafe.As<Dictionary, DictionaryView>`
to access internal `_entries`, which throws `ArrayTypeMismatchException` under
HybridCLR's interpreter due to strict `ldelema` type checking.
Fixes #621
Ref: JasonXuDeveloper/Nino#172
Signed-off-by: JasonXuDeveloper <jason@xgamedev.net>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
* fix(core): align Nino version in core package.json and lockfile
Update the JEngine.Core package dependency and its lockfile entry
from 4.0.0-preview.137 to 4.0.0-preview.147 to match the project
manifest, ensuring downstream consumers get the HybridCLR fix.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
---------
Signed-off-by: JasonXuDeveloper <jason@xgamedev.net>
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 24052ca commit 7193761
File tree
3 files changed
+4
-4
lines changed- UnityProject/Packages
- com.jasonxudeveloper.jengine.core
3 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments