OnGUI code is immediate mode, which means it's recreated and drawn every frame. So basically it's impossible for there to be any inherent delay; either it's drawn or not. Something in the way your code works is probably the issue.
↧
OnGUI code is immediate mode, which means it's recreated and drawn every frame. So basically it's impossible for there to be any inherent delay; either it's drawn or not. Something in the way your code works is probably the issue.