در این دوره آموزشی، مدرس Chris Glick نحوه ذخیره اطلاعات بازی را در Unity آموزش میدهد. او در ادامه نحوه استفاده از کلاس رابط کاربری گرافیکی به منظور جلب متن و تصاویر مختلف بر روی صفحه نمایش را آموزش میدهد.
مشاهده توضیحاتــ انگلیسی
In this Unity tutorial, weandrsquo;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 weandrsquo;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.