Hi,
I was wondering in what instances I should be using the OnGUI() function to do things. For example, I know I can display textures on the screen using the GUITexture component together with Texture2D’s which hold the textures. However, I was wondering if anyone can provide some information on the when/why to use OnGUI().
I have read that OnGUI() updates many times every frame. So if this is the case and I’m not using it with my GUITextures, then how often are they updating? Are they still using the OnGUI() function in the background elsewhere?
Thanks