Skip to content

Commit 019412f

Browse files
committed
[version] Release v7.4.0
1 parent 84bf6d5 commit 019412f

3 files changed

Lines changed: 32 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.3.0"},
6-
"il2cpp_plus": { "branch":"v2019-7.3.0"}
5+
"hybridclr" : { "branch":"v7.4.0"},
6+
"il2cpp_plus": { "branch":"v2019-7.4.0"}
77
},
88
{
99
"unity_version":"2020",
10-
"hybridclr" : { "branch":"v7.3.0"},
11-
"il2cpp_plus": { "branch":"v2020-7.3.0"}
10+
"hybridclr" : { "branch":"v7.4.0"},
11+
"il2cpp_plus": { "branch":"v2020-7.4.0"}
1212
},
1313
{
1414
"unity_version":"2021",
15-
"hybridclr" : { "branch":"v7.3.0"},
16-
"il2cpp_plus": { "branch":"v2021-7.3.0"}
15+
"hybridclr" : { "branch":"v7.4.0"},
16+
"il2cpp_plus": { "branch":"v2021-7.4.0"}
1717
},
1818
{
1919
"unity_version":"2022",
20-
"hybridclr" : { "branch":"v7.3.0"},
21-
"il2cpp_plus": { "branch":"v2022-7.2.0"}
20+
"hybridclr" : { "branch":"v7.4.0"},
21+
"il2cpp_plus": { "branch":"v2022-7.4.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
25-
"hybridclr" : { "branch":"v7.3.0"},
26-
"il2cpp_plus": { "branch":"v2022-tuanjie-7.1.0"}
25+
"hybridclr" : { "branch":"v7.4.0"},
26+
"il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"}
2727
},
2828
{
2929
"unity_version":"2023",
30-
"hybridclr" : { "branch":"v6.2.0"},
31-
"il2cpp_plus": { "branch":"v2023-6.0.0"}
30+
"hybridclr" : { "branch":"v7.4.0"},
31+
"il2cpp_plus": { "branch":"v2023-7.4.0"}
3232
},
3333
{
3434
"unity_version":"6000",
35-
"hybridclr" : { "branch":"v7.3.0"},
36-
"il2cpp_plus": { "branch":"v6000-7.2.0"}
35+
"hybridclr" : { "branch":"v7.4.0"},
36+
"il2cpp_plus": { "branch":"v6000-7.4.0"}
3737
}
3838
]
3939
}

RELEASELOG.md

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

3+
## 7.4.0
4+
5+
Release Date: 2025-01-17.
6+
7+
### Runtime
8+
9+
- [new] calli supports call both native function pointer and managed method
10+
11+
### Editor
12+
13+
- [new] add Managed2NativeFunctionPointer MethodBridge functions
14+
- [new] support preserve UnityEngine core types when GenerateLinkXml
15+
- [fix] fixed the bug in AOTAssemblyMetadataStripper::Strip where ModuleWriterOptions MetadataFlags.PreserveRids was not used.
16+
- [fix] fixed the bug where StripAOTDllCommand did not set BuildPlayerOptions.subtarget in Unity 2021+ versions, causing failure when publishing dedicated buildTarget.
17+
- [change] add UnityVersion.h.tpl and AssemblyManifest.cpp.tpl, Il2CppDefGenerator doesn't generates and override code file from same one
18+
- [change] add MethodBridge.cpp.tpl. MethodBridgeGeneratorCommand doesn't generate and override from same file
19+
320
## 7.3.0
421

522
Release Date: 2024-12-31.

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