[version] Release v7.4.0
parent
84bf6d59db
commit
019412fa81
|
|
@ -2,38 +2,38 @@
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"unity_version":"2019",
|
"unity_version":"2019",
|
||||||
"hybridclr" : { "branch":"v7.3.0"},
|
"hybridclr" : { "branch":"v7.4.0"},
|
||||||
"il2cpp_plus": { "branch":"v2019-7.3.0"}
|
"il2cpp_plus": { "branch":"v2019-7.4.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2020",
|
"unity_version":"2020",
|
||||||
"hybridclr" : { "branch":"v7.3.0"},
|
"hybridclr" : { "branch":"v7.4.0"},
|
||||||
"il2cpp_plus": { "branch":"v2020-7.3.0"}
|
"il2cpp_plus": { "branch":"v2020-7.4.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2021",
|
"unity_version":"2021",
|
||||||
"hybridclr" : { "branch":"v7.3.0"},
|
"hybridclr" : { "branch":"v7.4.0"},
|
||||||
"il2cpp_plus": { "branch":"v2021-7.3.0"}
|
"il2cpp_plus": { "branch":"v2021-7.4.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022",
|
"unity_version":"2022",
|
||||||
"hybridclr" : { "branch":"v7.3.0"},
|
"hybridclr" : { "branch":"v7.4.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-7.2.0"}
|
"il2cpp_plus": { "branch":"v2022-7.4.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022-tuanjie",
|
"unity_version":"2022-tuanjie",
|
||||||
"hybridclr" : { "branch":"v7.3.0"},
|
"hybridclr" : { "branch":"v7.4.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-tuanjie-7.1.0"}
|
"il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2023",
|
"unity_version":"2023",
|
||||||
"hybridclr" : { "branch":"v6.2.0"},
|
"hybridclr" : { "branch":"v7.4.0"},
|
||||||
"il2cpp_plus": { "branch":"v2023-6.0.0"}
|
"il2cpp_plus": { "branch":"v2023-7.4.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"6000",
|
"unity_version":"6000",
|
||||||
"hybridclr" : { "branch":"v7.3.0"},
|
"hybridclr" : { "branch":"v7.4.0"},
|
||||||
"il2cpp_plus": { "branch":"v6000-7.2.0"}
|
"il2cpp_plus": { "branch":"v6000-7.4.0"}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,22 @@
|
||||||
# ReleaseLog
|
# 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
|
## 7.3.0
|
||||||
|
|
||||||
Release Date: 2024-12-31.
|
Release Date: 2024-12-31.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.code-philosophy.hybridclr",
|
"name": "com.code-philosophy.hybridclr",
|
||||||
"version": "7.3.0",
|
"version": "7.4.0",
|
||||||
"displayName": "HybridCLR",
|
"displayName": "HybridCLR",
|
||||||
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
|
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
|
||||||
"category": "Runtime",
|
"category": "Runtime",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue