Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
“Null-Check”会占用大量内存。为什么?发生了什么?有人遇到问题吗?
空检查保持内存
Il2CppSetOptions在每个函数中使用带有属性的 IL2CPP 时禁用 Null 检查。
Il2CppSetOptions
[Il2CppSetOption(Option.NullChecks, false)] void functionName(){ }