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.63k stars 675 forks source link

Il2cppCompatibleDef.h 缺少pc平台 #1

Closed windyslove closed 2 years ago

windyslove commented 2 years ago

30行这里好像缺少别的pc平台

elif IL2CPP_TARGET_WINDOWS

我的电脑是deepin

pirunxi commented 2 years ago

PC平台主要为了方便测试,而不是重点支持,暂时不会投入精力到非Win的PC平台的测试。 你简单修改一下代码, #else 处定义如下即可。

define HUATUO_TARGET_X64 1