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

Preparing the Game scene


We will need to have our GameManager and Notification GameObjects as prefabs for this chapter.

From our Menu scene, create these two prefabs by dragging them separately in the folder of your choice in the Project view.

Now, let's create a new scene with Ctrl + N and perform the following steps:

  1. Press Ctrl + S to save it, and enter Game as the scene's name.

  2. In our new scene, delete the Main Camera GameObject. We won't need it for this scene.

  3. Drag our GameManager prefab from the Project view into the Hierarchy view.

  4. Open the UI Tool wizard by navigating to NGUI | Create a New UI.

  5. Add a new Layer named Game.

  6. Select this Game layer for the Layer parameter in our UI Tool wizard.

  7. Click on the Create Your UI button.

  8. Select our new Camera GameObject, and set its Background Color to R: 0, G: 0, B: 0, and A: 255.

    Note

    Make sure your Color selector popup is in the RGBA values and not HSVA. This can be done by using the button next to the Sliders option when you click on a Color parameter...

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