I’ve seen and used four different mechanisms for UI design.
- Separate camera for all GUI work
- OnGUI calls
- GUITextures on the main camera
- GUI ‘objects’ that are children of the main camera.
Is there one of those that works best for iOS development? Is there any benefit to keeping all of the GUI on its own camera?
Thanks!
-Chilton