Overwhelmed with the GUI Options

I’ve been looking around and I’m really confused on how to handle GUI menus.

  1. Is it better for my menu screens to have all the menus as 480x320 screens and load them or being as the background is the same load all the individual elements that way?

  2. Should I be using the GUI* functions for the menus or should I just be enabling/disabling gui textures to switch between them?

Please help as I’m really lost with this subject.

After my first game I hope to buy one of the addons but for now I’d like to stick to just Unity

Thanks :slight_smile:

Not sure if this will help you but I open sourced a GUI library with a bunch of built in controls and goodies. It works equally well for in game HUD. GUISpriteUI

To give it a shot really quickly check out the JoystickAndAllElements package here