Skip to content

Commit 7a00329

Browse files
committed
[version] Release v8.0.0
1 parent b301b44 commit 7a00329

3 files changed

Lines changed: 38 additions & 15 deletions

File tree

Data~/hybridclr_version.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,38 @@
22
"versions": [
33
{
44
"unity_version":"2019",
5-
"hybridclr" : { "branch":"v7.10.0"},
6-
"il2cpp_plus": { "branch":"v2019-7.8.0"}
5+
"hybridclr" : { "branch":"v8.0.0"},
6+
"il2cpp_plus": { "branch":"v2019-8.0.0"}
77
},
88
{
99
"unity_version":"2020",
10-
"hybridclr" : { "branch":"v7.10.0"},
11-
"il2cpp_plus": { "branch":"v2020-7.8.0"}
10+
"hybridclr" : { "branch":"v8.0.0"},
11+
"il2cpp_plus": { "branch":"v2020-8.0.0"}
1212
},
1313
{
1414
"unity_version":"2021",
15-
"hybridclr" : { "branch":"v7.10.0"},
16-
"il2cpp_plus": { "branch":"v2021-7.8.0"}
15+
"hybridclr" : { "branch":"v8.0.0"},
16+
"il2cpp_plus": { "branch":"v2021-8.0.0"}
1717
},
1818
{
1919
"unity_version":"2022",
20-
"hybridclr" : { "branch":"v7.10.0"},
21-
"il2cpp_plus": { "branch":"v2022-7.8.0"}
20+
"hybridclr" : { "branch":"v8.0.0"},
21+
"il2cpp_plus": { "branch":"v2022-8.0.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
25-
"hybridclr" : { "branch":"v7.10.0"},
26-
"il2cpp_plus": { "branch":"v2022-tuanjie-7.10.0"}
25+
"hybridclr" : { "branch":"v8.0.0"},
26+
"il2cpp_plus": { "branch":"v2022-tuanjie-8.0.0"}
2727
},
2828
{
2929
"unity_version":"2023",
30-
"hybridclr" : { "branch":"v7.10.0"},
31-
"il2cpp_plus": { "branch":"v2023-7.8.0"}
30+
"hybridclr" : { "branch":"v8.0.0"},
31+
"il2cpp_plus": { "branch":"v2023-8.0.0"}
3232
},
3333
{
3434
"unity_version":"6000",
35-
"hybridclr" : { "branch":"v7.10.0"},
36-
"il2cpp_plus": { "branch":"v6000-7.9.0"}
35+
"hybridclr" : { "branch":"v8.0.0"},
36+
"il2cpp_plus": { "branch":"v6000-8.0.0"}
3737
}
3838
]
3939
}

RELEASELOG.md

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

3+
## 8.0.0
4+
5+
Release Date: 2025-05-02.
6+
7+
### Runtime
8+
9+
- [new] support define PInvoke method in interpreter assembly
10+
- [new] InterpreterImage initialize ImplMap for PInvoke methods.
11+
- [new] RawImageBase support ModuleRef and ImplMap table.
12+
- [fix] fixed a compilation error on PS4 platform for the code `TokenGenericContextType key = { token, genericContext };` — the C++ compiler version on PS4 is too old to support this initialization syntax for std::tuple.
13+
14+
### Editor
15+
16+
- [fix] fix error of computing CallingConvention in MethodBridge/Generator::BuildCalliMethods
17+
- [new] generate Managed2NativeFunction for PInvoke method
18+
- [change] AssemblyResolver also resolves `*.dll.bytes` files besides `*.dll`.
19+
- [change] change type of the first argument `methodPointer` of Managed2NativeFunctionPointer from `const void*` to `Il2CppMethodPointer`
20+
- [change] the shared type of ElementType.FnPtr is changed from IntPtr to UIntPtr
21+
- [change] validate unsupported parameter type(.e.g string) in MonoPInvokeCallback signature when generate MethodBridge file
22+
- [opt] optimization unnecessary initialization of typeArgsStack and methodArgsStack of GenericArgumentContext
23+
- [refactor] refactor code of settings.
24+
- [refactor] move ReversePInvokeWrap/Analyzer.cs to MethodBridge/MonoPInvokeCallbackAnalyzer.cs
25+
326
## 7.10.0
427

528
Release Date: 2025-04-22.

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": "7.10.0",
3+
"version": "8.0.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)