"Null-Check" hold on to lots of memory. why? what happened? Anybody encounter the problem?
Disable Null check while using IL2CPP with the Il2CppSetOptions
attribute in every function.
[Il2CppSetOption(Option.NullChecks, false)]
void functionName(){
}