i berely have OnGUI scripts (just 3) and it takes 6.49ms!!
And when i get to my scene that has no GUI at all, the profiler keep telling me that the GUI takes 2-5 ms.
(the GUI in there is inactive).
what the hell am i doing wrong?
3 ongui scripts are 2 more than you normally want to have if you seek performance.
also to eat 6.5ms they must be pretty hefty
gui can not be inactive just to clarify that. its redrawn every frame, ongui is called multiple times (once per event)
you serious?
even if i deactivate the whole gameobject?