[version] Release v7.4.0

main
walon 2025-01-17 21:40:09 +08:00
parent 84bf6d59db
commit 019412fa81
3 changed files with 32 additions and 15 deletions

View File

@ -2,38 +2,38 @@
"versions": [
{
"unity_version":"2019",
"hybridclr" : { "branch":"v7.3.0"},
"il2cpp_plus": { "branch":"v2019-7.3.0"}
"hybridclr" : { "branch":"v7.4.0"},
"il2cpp_plus": { "branch":"v2019-7.4.0"}
},
{
"unity_version":"2020",
"hybridclr" : { "branch":"v7.3.0"},
"il2cpp_plus": { "branch":"v2020-7.3.0"}
"hybridclr" : { "branch":"v7.4.0"},
"il2cpp_plus": { "branch":"v2020-7.4.0"}
},
{
"unity_version":"2021",
"hybridclr" : { "branch":"v7.3.0"},
"il2cpp_plus": { "branch":"v2021-7.3.0"}
"hybridclr" : { "branch":"v7.4.0"},
"il2cpp_plus": { "branch":"v2021-7.4.0"}
},
{
"unity_version":"2022",
"hybridclr" : { "branch":"v7.3.0"},
"il2cpp_plus": { "branch":"v2022-7.2.0"}
"hybridclr" : { "branch":"v7.4.0"},
"il2cpp_plus": { "branch":"v2022-7.4.0"}
},
{
"unity_version":"2022-tuanjie",
"hybridclr" : { "branch":"v7.3.0"},
"il2cpp_plus": { "branch":"v2022-tuanjie-7.1.0"}
"hybridclr" : { "branch":"v7.4.0"},
"il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"}
},
{
"unity_version":"2023",
"hybridclr" : { "branch":"v6.2.0"},
"il2cpp_plus": { "branch":"v2023-6.0.0"}
"hybridclr" : { "branch":"v7.4.0"},
"il2cpp_plus": { "branch":"v2023-7.4.0"}
},
{
"unity_version":"6000",
"hybridclr" : { "branch":"v7.3.0"},
"il2cpp_plus": { "branch":"v6000-7.2.0"}
"hybridclr" : { "branch":"v7.4.0"},
"il2cpp_plus": { "branch":"v6000-7.4.0"}
}
]
}

View File

@ -1,5 +1,22 @@
# ReleaseLog
## 7.4.0
Release Date: 2025-01-17.
### Runtime
- [new] calli supports call both native function pointer and managed method
### Editor
- [new] add Managed2NativeFunctionPointer MethodBridge functions
- [new] support preserve UnityEngine core types when GenerateLinkXml
- [fix] fixed the bug in AOTAssemblyMetadataStripper::Strip where ModuleWriterOptions MetadataFlags.PreserveRids was not used.
- [fix] fixed the bug where StripAOTDllCommand did not set BuildPlayerOptions.subtarget in Unity 2021+ versions, causing failure when publishing dedicated buildTarget.
- [change] add UnityVersion.h.tpl and AssemblyManifest.cpp.tpl, Il2CppDefGenerator doesn't generates and override code file from same one
- [change] add MethodBridge.cpp.tpl. MethodBridgeGeneratorCommand doesn't generate and override from same file
## 7.3.0
Release Date: 2024-12-31.

View File

@ -1,6 +1,6 @@
{
"name": "com.code-philosophy.hybridclr",
"version": "7.3.0",
"version": "7.4.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",