Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
NGUI for Unity

You're reading from   NGUI for Unity The NGUI plugin for Unity makes user interfaces so much more efficient and attractive. Learn all about it in this step-by-step tutorial that includes lots of practical exercises, including creating a fun 2D game.

Arrow left icon
Product type Paperback
Published in Jan 2014
Publisher
ISBN-13 9781783558667
Length 182 pages
Edition Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Charles Bernardoff (EURO) Charles Bernardoff (EURO)
Author Profile Icon Charles Bernardoff (EURO)
Charles Bernardoff (EURO)
Arrow right icon
View More author details
Toc

Summary


During this chapter, we discussed NGUI's basic workflow—it works with GameObjects, uses atlases to combine multiple textures in one large texture, has an event system, can use shaders, and has a localization system.

After importing the NGUI plugin, we created our first 2D UI with the UI Wizard, reviewed its parameters, and created our own GUI 2D layer for our UI to reside on.

Finally, we analyzed the four GameObjects that were created automatically for us by NGUI. After reviewing their parameters, we can summarize their roles as follows:

  • The UI Root holds the UI and scales it for pixel perfect or fixed sizes

  • The Camera views the UI and sends messages to the widgets for interactions

  • The Anchor can attach elements to the borders of screen or objects and add offsets

  • The Panel holds our widgets and renders them, with or without clipping

We are now ready to create our first widget. It's time to move on to the next chapter.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image