Performance: Optimize `Update()` and `OnGUI` methods
ihsoft opened this issue ยท 5 comments
ihsoft commented
KIS calls a lot of callbacks on the empty slots from the performance demanding Update and OnGUI methods. The unneeded calls must be eliminated and the rest must be optimized.