Ok so i’m a bit new to unity and through some research i found that some people prefer to use external GUI software for GUI in their unity games. So my question is: based on your experiences with the unity GUI tools and other external GUI tools, do you think i should focus and depend on the unity GUI tool or learn to use another one? I’m not looking for triple A GUI just something to satisfy me in for example an RPG GUI/HUD and menu so it looks good and is easy to implement and expand.
The new UI system since Unity 5 is excellent and triple A worthy!
Take a look at the documentation: Redirect to... title of new-page
Before Unity 5, NGUI was the most popular GUI asset, but almost all NGUI features have been implemented in the new Unity UI.
My advice: Take your time to learn the Unity GUI, because it’s definitely worth it!