Im creating a small 2D game for 3-5 year olds. Like touching different pictures. Im wondering if its best to use OnGUI or just always create guiTextures in the hierarchy.
I was going to be swapping which texture is visable when clicked and things like that (to show that one is highlighted).
I think I should use the second option as I can then tag them, and have events occur depending on what the child touches.
Also wondering if anyone knows where some good tutorials are for working with 2d textures and OnGUI scripting