I’m setting a GUITexture to null in order to make it invisible, however this repeatedly generates an error while the game is running.
Is there a better way of removing the visibility of a texture that does not generate an error?
myGuiTexture.enabled = false;