[version] Release v8.6.0
parent
1934d90f27
commit
01754c8fb4
|
|
@ -2,37 +2,37 @@
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"unity_version":"2019",
|
"unity_version":"2019",
|
||||||
"hybridclr" : { "branch":"v8.5.1"},
|
"hybridclr" : { "branch":"v8.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2019-8.1.0"}
|
"il2cpp_plus": { "branch":"v2019-8.1.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2020",
|
"unity_version":"2020",
|
||||||
"hybridclr" : { "branch":"v8.5.1"},
|
"hybridclr" : { "branch":"v8.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2020-8.1.0"}
|
"il2cpp_plus": { "branch":"v2020-8.1.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2021",
|
"unity_version":"2021",
|
||||||
"hybridclr" : { "branch":"v8.5.1"},
|
"hybridclr" : { "branch":"v8.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2021-8.1.0"}
|
"il2cpp_plus": { "branch":"v2021-8.1.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022",
|
"unity_version":"2022",
|
||||||
"hybridclr" : { "branch":"v8.5.1"},
|
"hybridclr" : { "branch":"v8.6.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.5.1"},
|
"hybridclr" : { "branch":"v8.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-tuanjie-8.3.0"}
|
"il2cpp_plus": { "branch":"v2022-tuanjie-8.6.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2023",
|
"unity_version":"2023",
|
||||||
"hybridclr" : { "branch":"v8.5.1"},
|
"hybridclr" : { "branch":"v8.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v2023-8.1.0"}
|
"il2cpp_plus": { "branch":"v2023-8.1.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"6000",
|
"unity_version":"6000",
|
||||||
"hybridclr" : { "branch":"v8.5.1"},
|
"hybridclr" : { "branch":"v8.6.0"},
|
||||||
"il2cpp_plus": { "branch":"v6000-8.1.0"}
|
"il2cpp_plus": { "branch":"v6000-8.1.0"}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,20 @@
|
||||||
# ReleaseLog
|
# ReleaseLog
|
||||||
|
|
||||||
|
## 8.6.0
|
||||||
|
|
||||||
|
Release Date: 2025-09-27.
|
||||||
|
|
||||||
|
### Runtime
|
||||||
|
|
||||||
|
- [fix] fix the crash in InterpreterDelegateInvoke when compiled in Release mode on Xcode 26.x. This bug is caused by an optimization issue in the newer Clang version.
|
||||||
|
- [fix] [tuanjie] fix a bug on tuanjie that calling Init of Il2CppClass `Nullable<EnumType`> may not init Il2CppClass of EnumType, which causes crash when box `Nullable<EnumType>`
|
||||||
|
- [fix] [tuanjie] fix bug that computation of method index in Class::GetGenericInstanceMethodFromDefintion. tuanjie 1.6.4 only fixes it when IL2CPP_ENABLE_LAZY_INIT.
|
||||||
|
- [merge] merge il2cpp of tuanjie changes from 1.6.0-1.6.4
|
||||||
|
|
||||||
|
### Editor
|
||||||
|
|
||||||
|
- [fix] fix the bug that BashUtil.CopyDir calls UnityEditor.FileUtil.CopyFileOrDirectory failed when parent directory of dst does not exist.
|
||||||
|
|
||||||
## 8.5.1
|
## 8.5.1
|
||||||
|
|
||||||
Release Date: 2025-08-25.
|
Release Date: 2025-08-25.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.code-philosophy.hybridclr",
|
"name": "com.code-philosophy.hybridclr",
|
||||||
"version": "8.5.1",
|
"version": "8.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": "Scripting",
|
"category": "Scripting",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue