focus-creative-games / hybridclr

HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更新解决方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.
https://code-philosophy.com/
MIT License
6.61k stars 672 forks source link

请问下HybridCLR版本可以不可以向下兼容 #148

Closed dragon3707 closed 3 weeks ago

dragon3707 commented 3 weeks ago

Describe the bug | 描述问题 线上项目现在用的版本是v4.0.15,想问下如果升到v5.4.0,然后发非强更包,那么老包(带HybridCLR v4.0.15版本的)能不能热更到使用v5.4.0打的热更。谢谢 Dingtalk_20241105142100

pirunxi commented 3 weeks ago

可以的,热更新dll所有hybridclr版本都能共用的。hybridclr只影响发布主包。

dragon3707 commented 3 weeks ago

好的谢谢