[version] Release v8.3.0
parent
ab41cd0144
commit
ee7af5c592
|
|
@ -2,37 +2,37 @@
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"unity_version":"2019",
|
"unity_version":"2019",
|
||||||
"hybridclr" : { "branch":"v8.2.0"},
|
"hybridclr" : { "branch":"v8.3.0"},
|
||||||
"il2cpp_plus": { "branch":"v2019-8.1.0"}
|
"il2cpp_plus": { "branch":"v2019-8.1.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2020",
|
"unity_version":"2020",
|
||||||
"hybridclr" : { "branch":"v8.2.0"},
|
"hybridclr" : { "branch":"v8.3.0"},
|
||||||
"il2cpp_plus": { "branch":"v2020-8.1.0"}
|
"il2cpp_plus": { "branch":"v2020-8.1.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2021",
|
"unity_version":"2021",
|
||||||
"hybridclr" : { "branch":"v8.2.0"},
|
"hybridclr" : { "branch":"v8.3.0"},
|
||||||
"il2cpp_plus": { "branch":"v2021-8.1.0"}
|
"il2cpp_plus": { "branch":"v2021-8.1.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022",
|
"unity_version":"2022",
|
||||||
"hybridclr" : { "branch":"v8.2.0"},
|
"hybridclr" : { "branch":"v8.3.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-8.2.0"}
|
"il2cpp_plus": { "branch":"v2022-8.2.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022-tuanjie",
|
"unity_version":"2022-tuanjie",
|
||||||
"hybridclr" : { "branch":"v8.2.0"},
|
"hybridclr" : { "branch":"v8.3.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-tuanjie-8.1.0"}
|
"il2cpp_plus": { "branch":"v2022-tuanjie-8.3.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2023",
|
"unity_version":"2023",
|
||||||
"hybridclr" : { "branch":"v8.2.0"},
|
"hybridclr" : { "branch":"v8.3.0"},
|
||||||
"il2cpp_plus": { "branch":"v2023-8.1.0"}
|
"il2cpp_plus": { "branch":"v2023-8.1.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"6000",
|
"unity_version":"6000",
|
||||||
"hybridclr" : { "branch":"v8.2.0"},
|
"hybridclr" : { "branch":"v8.3.0"},
|
||||||
"il2cpp_plus": { "branch":"v6000-8.1.0"}
|
"il2cpp_plus": { "branch":"v6000-8.1.0"}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,19 @@
|
||||||
# ReleaseLog
|
# ReleaseLog
|
||||||
|
|
||||||
|
## 8.3.0
|
||||||
|
|
||||||
|
Release Date: 2025-07-04.
|
||||||
|
|
||||||
|
### Runtime
|
||||||
|
|
||||||
|
- [fix] fix the bug where RuntimeInitClassCCtor was executed during InterpreterModule::GetInterpMethodInfo. This caused the type static constructor to be incorrectly executed prematurely during PrejitMethod.
|
||||||
|
- [fix] fix bug that JitMethod jit method of generic class incorrectly.
|
||||||
|
- [merge] merge il2cpp of tuanjie changes from 1.5.0-1.6.0
|
||||||
|
|
||||||
|
### Editor
|
||||||
|
|
||||||
|
- [fix] fix the bug that not collect struct in calli and extern method signature in generating MethodBridge.
|
||||||
|
|
||||||
## 8.2.0
|
## 8.2.0
|
||||||
|
|
||||||
Release Date: 2025-06-12.
|
Release Date: 2025-06-12.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.code-philosophy.hybridclr",
|
"name": "com.code-philosophy.hybridclr",
|
||||||
"version": "8.2.0",
|
"version": "8.3.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": "Scripting",
|
"category": "Scripting",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue