Im trying to stop the execution of a function for 1 frame. But my game is updating a lot faster than my screen, so sometimes if I change something before yield(gettree(), "idleframe") and then change it back after, it doesnt show up. My game updates arround 1000 times/sec.
Basically I want Unitys: yield return new WaitForEndOfFrame();
Thanks in advance :)