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.6k stars 670 forks source link

开启nullable选项报错的问题 #116

Closed AioiMio closed 11 months ago

AioiMio commented 11 months ago

Unity Editor版本:2022.3.13f1 操作系统: Win 11 com.code-philosophy.hybridclr的版本号: v4.0.13

在Unity的Project Settings - Player - Other Settings - Additional Compiler Arguments中输入 -nullable:enable 之后,Editor报错 image

出错的c#代码位置: com.code-philosophy.hybridclr/Editor/Settings/ScriptableSignleton.cs第61行 image

请问之后有支持nullable的计划吗?

pirunxi commented 11 months ago

看样子关系不大,我们复查一下

pirunxi commented 11 months ago

我们已经修复了这个问题,下个版本会包含这个修复。感谢。