[version] Release v7.6.0
parent
355e24fbe8
commit
756b906a21
|
|
@ -2,37 +2,37 @@
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"unity_version":"2019",
|
"unity_version":"2019",
|
||||||
"hybridclr" : { "branch":"v7.4.0"},
|
"hybridclr" : { "branch":"v7.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2019-7.4.0"}
|
"il2cpp_plus": { "branch":"v2019-7.6.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2020",
|
"unity_version":"2020",
|
||||||
"hybridclr" : { "branch":"v7.4.0"},
|
"hybridclr" : { "branch":"v7.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2020-7.4.0"}
|
"il2cpp_plus": { "branch":"v2020-7.6.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2021",
|
"unity_version":"2021",
|
||||||
"hybridclr" : { "branch":"v7.4.0"},
|
"hybridclr" : { "branch":"v7.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2021-7.4.0"}
|
"il2cpp_plus": { "branch":"v2021-7.6.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022",
|
"unity_version":"2022",
|
||||||
"hybridclr" : { "branch":"v7.4.0"},
|
"hybridclr" : { "branch":"v7.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-7.4.0"}
|
"il2cpp_plus": { "branch":"v2022-7.4.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022-tuanjie",
|
"unity_version":"2022-tuanjie",
|
||||||
"hybridclr" : { "branch":"v7.4.0"},
|
"hybridclr" : { "branch":"v7.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"}
|
"il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2023",
|
"unity_version":"2023",
|
||||||
"hybridclr" : { "branch":"v7.4.0"},
|
"hybridclr" : { "branch":"v7.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2023-7.4.0"}
|
"il2cpp_plus": { "branch":"v2023-7.4.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"6000",
|
"unity_version":"6000",
|
||||||
"hybridclr" : { "branch":"v7.4.0"},
|
"hybridclr" : { "branch":"v7.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v6000-7.4.0"}
|
"il2cpp_plus": { "branch":"v6000-7.4.0"}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,21 @@
|
||||||
# ReleaseLog
|
# ReleaseLog
|
||||||
|
|
||||||
|
## 7.6.0
|
||||||
|
|
||||||
|
Release Date: 2025-03-01.
|
||||||
|
|
||||||
|
### Runtime
|
||||||
|
|
||||||
|
- [fix] fixed the bug in ClassFieldLayoutCalculator where it incorrectly handles [StructLayout] and blittable attribute when calculating the layout for structs.
|
||||||
|
- [fix] fix bug of computing explicit struct layout caused by commit "199b1b1a789d760828bd33e7e1438261cd1f8d15"
|
||||||
|
- [fix] fix the code `TokenGenericContextType key = { token, genericContext }` has compiler error in PS5
|
||||||
|
- [merge] merge il2cpp changes from 2021.3.44f1 to 2021.3.49f1
|
||||||
|
|
||||||
|
### Editor
|
||||||
|
|
||||||
|
- [fix] fixed the bug in the MethodBridge generator where it incorrectly handles [StructLayout] and blittable attribute when generating code for struct classes.
|
||||||
|
- [new] add AssemblySorter to sort assemblies by reference order
|
||||||
|
|
||||||
## 7.5.0
|
## 7.5.0
|
||||||
|
|
||||||
Release Date: 2025-02-05.
|
Release Date: 2025-02-05.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.code-philosophy.hybridclr",
|
"name": "com.code-philosophy.hybridclr",
|
||||||
"version": "7.5.0",
|
"version": "7.6.0",
|
||||||
"displayName": "HybridCLR",
|
"displayName": "HybridCLR",
|
||||||
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
|
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
|
||||||
"category": "Runtime",
|
"category": "Runtime",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue