In “IfThenElse with Trigger” example scene, I found that every OnTriggerEnter makes some amount of garbage. I’ve disabled all logs but still small amount of garbage created. Is there any way to use OnTriggerEnter without any garbage?
Hello,
I’ve managed to minimize the allocation to about half (90B) for the next version. I will look into this further for the possibility to bring allocation to absolute zero if possible.