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

Error notification


We want the user to enter a nickname in the input field and select a power before he or she can launch the game.

Right now, the user can launch the game regardless of the input and selected power value. Let's correct this by preventing the game's launch and notifying the user, as shown in the following screenshot:

We will use a TweenScale through code that will gradually scale up the notification from {0, 0, 0} to {1, 1, 1} by following these steps:

  1. Select our Tooltip GameObject in the Hierarchy window.

  2. Duplicate it with Ctrl + D.

  3. Rename this new duplicate as Notification and perform the following steps:

    1. Set its Depth parameter in UIPanel to 5.

    2. Remove its UITooltip component.

    3. Set its Transform position to {0, -355, 0}.

  4. Select our Label GameObject in Notification and perform the following steps:

    1. Change its text to This is a Notification.

    2. Set the Overflow parameter to Shrink Content.

    3. Set its Pivot parameter to Center (middle button + middle button).

    4. Set its Dimensions to 550 x 80.

    5. Reset...

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