Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying NGUI for Unity
  • Table Of Contents Toc
  • Feedback & Rating feedback
NGUI for Unity

NGUI for Unity

By : Charles Bernardoff (EURO)
3.9 (14)
close
close
NGUI for Unity

NGUI for Unity

3.9 (14)
By: Charles Bernardoff (EURO)

Overview of this book

Table of Contents (14 chapters)
close
close

The barrier availability tool tip


Let's set up notifications in the game using our previous work:

  1. Drag our Notification prefab inside our UI GameObject.

  2. Select the new Notification GameObject in the Hierarchy view, and then perform the following steps:

    1. Change its Layer to Game (in the top right-hand corner of the Inspector view).

    2. A pop up will appear. Click on Yes, and change children.

    3. Open the NotificationManager.cs script that is attached to it.

First, we need to add a new notification type. This is done by adding a third line to our type enum:

BarrierAvailable

Now, add the following localization string to English.txt:

BarrierAvailableNotification = New [99FF99]Barrier[FFFFFF] Available!

Also, add the following localization string to French.txt:

BarrierAvailableNotification = Nouvelle [99FF99]Barrière[FFFFFF] Disponible !

Everything is set. Now, go back to our BarrierObjectController.cs script, and add the following line of code at the very end of the CooldownFinished() method:

//Show Notification...
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
NGUI for Unity
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon