Skip to content

Commit fca130b

Browse files
committed
[version] Release v8.1.0
1 parent c21dbcc commit fca130b

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

Data~/hybridclr_version.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@
33
{
44
"unity_version":"2019",
55
"hybridclr" : { "branch":"v8.0.0"},
6-
"il2cpp_plus": { "branch":"v2019-8.0.0"}
6+
"il2cpp_plus": { "branch":"v2019-8.1.0"}
77
},
88
{
99
"unity_version":"2020",
1010
"hybridclr" : { "branch":"v8.0.0"},
11-
"il2cpp_plus": { "branch":"v2020-8.0.0"}
11+
"il2cpp_plus": { "branch":"v2020-8.1.0"}
1212
},
1313
{
1414
"unity_version":"2021",
1515
"hybridclr" : { "branch":"v8.0.0"},
16-
"il2cpp_plus": { "branch":"v2021-8.0.0"}
16+
"il2cpp_plus": { "branch":"v2021-8.1.0"}
1717
},
1818
{
1919
"unity_version":"2022",
2020
"hybridclr" : { "branch":"v8.0.0"},
21-
"il2cpp_plus": { "branch":"v2022-8.0.0"}
21+
"il2cpp_plus": { "branch":"v2022-8.1.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
2525
"hybridclr" : { "branch":"v8.0.0"},
26-
"il2cpp_plus": { "branch":"v2022-tuanjie-8.0.0"}
26+
"il2cpp_plus": { "branch":"v2022-tuanjie-8.1.0"}
2727
},
2828
{
2929
"unity_version":"2023",
3030
"hybridclr" : { "branch":"v8.0.0"},
31-
"il2cpp_plus": { "branch":"v2023-8.0.0"}
31+
"il2cpp_plus": { "branch":"v2023-8.1.0"}
3232
},
3333
{
3434
"unity_version":"6000",
3535
"hybridclr" : { "branch":"v8.0.0"},
36-
"il2cpp_plus": { "branch":"v6000-8.0.0"}
36+
"il2cpp_plus": { "branch":"v6000-8.1.0"}
3737
}
3838
]
3939
}

RELEASELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ReleaseLog
22

3+
## 8.1.0
4+
5+
Release Date: 2025-05-29.
6+
7+
### Runtime
8+
9+
- [opt] **important**! use std::unordered_set for s_GenericInst to reduce the time cost of Assembly.Load to 33% of the original.
10+
11+
### Editor
12+
13+
- [fix] fix bug of GenericArgumentContext that inflate ByRef and SZArray to Ptr.
14+
315
## 8.0.0
416

517
Release Date: 2025-05-02.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.code-philosophy.hybridclr",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"displayName": "HybridCLR",
55
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
66
"category": "Runtime",

0 commit comments

Comments
 (0)