[version] Release v8.1.0
parent
c21dbcc60a
commit
fca130bbfa
|
|
@ -3,37 +3,37 @@
|
|||
{
|
||||
"unity_version":"2019",
|
||||
"hybridclr" : { "branch":"v8.0.0"},
|
||||
"il2cpp_plus": { "branch":"v2019-8.0.0"}
|
||||
"il2cpp_plus": { "branch":"v2019-8.1.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2020",
|
||||
"hybridclr" : { "branch":"v8.0.0"},
|
||||
"il2cpp_plus": { "branch":"v2020-8.0.0"}
|
||||
"il2cpp_plus": { "branch":"v2020-8.1.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2021",
|
||||
"hybridclr" : { "branch":"v8.0.0"},
|
||||
"il2cpp_plus": { "branch":"v2021-8.0.0"}
|
||||
"il2cpp_plus": { "branch":"v2021-8.1.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2022",
|
||||
"hybridclr" : { "branch":"v8.0.0"},
|
||||
"il2cpp_plus": { "branch":"v2022-8.0.0"}
|
||||
"il2cpp_plus": { "branch":"v2022-8.1.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2022-tuanjie",
|
||||
"hybridclr" : { "branch":"v8.0.0"},
|
||||
"il2cpp_plus": { "branch":"v2022-tuanjie-8.0.0"}
|
||||
"il2cpp_plus": { "branch":"v2022-tuanjie-8.1.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2023",
|
||||
"hybridclr" : { "branch":"v8.0.0"},
|
||||
"il2cpp_plus": { "branch":"v2023-8.0.0"}
|
||||
"il2cpp_plus": { "branch":"v2023-8.1.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"6000",
|
||||
"hybridclr" : { "branch":"v8.0.0"},
|
||||
"il2cpp_plus": { "branch":"v6000-8.0.0"}
|
||||
"il2cpp_plus": { "branch":"v6000-8.1.0"}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +1,17 @@
|
|||
# ReleaseLog
|
||||
|
||||
## 8.1.0
|
||||
|
||||
Release Date: 2025-05-29.
|
||||
|
||||
### Runtime
|
||||
|
||||
- [opt] **important**! use std::unordered_set for s_GenericInst to reduce the time cost of Assembly.Load to 33% of the original.
|
||||
|
||||
### Editor
|
||||
|
||||
- [fix] fix bug of GenericArgumentContext that inflate ByRef and SZArray to Ptr.
|
||||
|
||||
## 8.0.0
|
||||
|
||||
Release Date: 2025-05-02.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.code-philosophy.hybridclr",
|
||||
"version": "8.0.0",
|
||||
"version": "8.1.0",
|
||||
"displayName": "HybridCLR",
|
||||
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
|
||||
"category": "Runtime",
|
||||
|
|
|
|||
Loading…
Reference in New Issue