商品詳情
		
		
		| DIGITALTUTORS UNITY MOBILE GAME DEVELOPMENT SAVING DATA AND HIGHSCORES 視頻教學 英文教學版(DVD一片裝) 商品編號:
 本站售價:NT$200
 碟片片數:1片
 瀏覽次數:36602
 
 | 
		
		|     【轉載TXT文檔】
 | 
		
				您可能感興趣:
		
					您可能也喜歡:
		
		
		商品描述
		
		
 
 
軟體簡介:
 
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