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
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

Saving the nickname


In Chapter 2, Creating Widgets, we entered Nickname in the Auto-save Key parameter of the nickname's UIInput component. It works like this: if the user enters a nickname and presses Return, the input's label string value is saved in the PlayerPrefs() method in the Nickname key.

Here's the issue: the nickname is saved if, and only if, the user presses Return. That's a problem—most of the users will enter a name and select their power directly without pressing Return—I'm sure you've done it yourself too.

We need to save the string in the PlayerPrefs() method even when the user clicks on the Play button without pressing Return.

We must add a line at the end of the OnClick() method of our LaunchValidator.cs script, which will save the nickname's input value before the game scene is loaded. Just before the Application.LoadLevel("Game") line, add the following:

//Save the Nickname to PlayerPrefs before launch
PlayerPrefs.SetString("Nickname", nicknameInput.value);

Now the user's...

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