DIGITALTUTORS UNITY MOBILE GAME DEVELOPMENT SAVING DATA AND HIGHSCORES 視頻教學 英文教學版(DVD一片裝)
碟片編號:DVD17038
碟片數量:1片
銷售價格:200
瀏覽次數:34046
軟體簡介:
In this Unity tutorial, we'll learn how to save data between play sessions
with PlayerPrefs and create a highscore level for deployment to iOS or Android.
Through these lessons we'll learn how we can use the GUI class to draw various
text and images on our screen. From there, we will examine time-saving
techniques for placing our GUI elements with the inspector accurately. We'll
learn how we can use arrays to store multiple pieces of data and how we can
display lists using for loops. Then we'll refactor our array into a highscore
class. With our display set up, we will learn the commands to access our player
prefs and the logic we need to sort and store our data. Finally we'll see how
we can use mobile keyboards and examine a faster method of saving data for
mobile platforms. From basic preferences like display settings to more complex
structures like high scores, it's important to understand how to save data
after we close our game