دانلود فیلم آموزشی Digital Tutors Unity Mobile Game Development Saving Data and Highscores

مطلب نوشته شده
۲۳ مرداد ۱۳۹۴
دفعات بازدید
1,211

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.

فیلم آموزشی Unity Mobile Game Development Saving Data and Highscores ، قسمت ۱۰ از سری مجموعه ۲۱ قسمتی آموزش و توسعه بازی های موبایل با نرم افزار بازی ساز Unity می باشد که توسط شرکت Digital Tutors تهیه و منتشر گردیده است . در این فیلم آموزشی شما با یکی از مهمترین مباحث بازی که ذخیره سازی و ارتقاء و استقرار به مرحله بالاتری است ، آشنا خواهید شد . Chris Glic ، مدرس فیلم آموزشی Unity Mobile Game Development Saving Data and Highscores ، به شما مباحثی همچون چگونگی زمانبندی برای ذخیره خودکار ، حرکت متن ، حرکت عکس ، مرتب سازی ذخیره و همچنین نمایش رتبه بندی ها به ترتیب امتیاز را آموزش می دهد و شما با وجود پروژه های تمرینی که به همراه این آموزش هست می توانید براحتی همزمان با دیدن فیلم آموزشی یه کارگاه عملی نیز داشته باشید تا در کمترین زمان این مباحث را فرا بگیرید .

Topics:

۰۱. Introduction and project overview
۰۲. Examining our start scene and the scripts that are included
۰۳. Consulting our game design document to begin our script
۰۴. Using a GUI.Box function to draw our first highscore
۰۵. Using a Vector2 to offset our text placement for control
۰۶. Automatically centering our text using our Location class
۰۷. Creating a new GUI Style to format our text
۰۸. Using a built-in array to store multiple pieces of data
۰۹. Displaying our entire array using a For loop
۱۰. Adding a height offset to display all our names
۱۱. Refactoring our arrays into a class for easier organization
۱۲. Displaying our highscore array correctly over our graphics
۱۳. Saving game data using PlayerPrefs to store information
۱۴. Creating a testing interface to set PlayerPrefs data
۱۵. Synchronizing our PlayerPrefs with our local highscore class
۱۶. Synchronizing our Rounds and Kills data
۱۷. Scripting an add new highscore function
۱۸. Testing if we need to create a new highscore
۱۹. Moving our highscores down using a reverse For loop
۲۰. Inserting our highscores into our data correctly
۲۱. Letting the player enter their name using a GUI.TextField
۲۲. Using GUI.color to change our highscore text colors
۲۳. Creating flashing text using Mathf.PingPong and GUI.color
۲۴. Testing our Highscore Display script to find bugs
۲۵. Tracking game ID’s to make sure we don’t duplicate data
۲۶. Changing the location of our game ID check to remove bugs
۲۷. Using the iPhoneKeyboard class to get user input on Android
۲۸. Saving the PlayerPrefs data to disk in case our game crashes
۲۹. Using the PreviewLabs PlayerPrefs plugin for speed on mobile
۳۰. Examining the final game code in reference to the highscore system

1 ستاره2 ستاره3 ستاره4 ستاره5 ستاره (بدون امتیاز)
Loading...

لینک دانلود

تمامی لینک ها بی نهایتی شدند .. !

دانلود با لینک مستقیم با حجم 887 مگابایت

اگر نسخه جدیدی از این عنوان منتشر شده، با فشردن دکمه زیر ما را مطلع کنید.

توضیحات:

بعدا این پست را در ایمیل خود ببینید !

شما می توانید با ارسال این مطلب به ایمیل خود، سر فرصت آنرا مطالعه کرده و آنرا در میان پست های دیگر فایل نیکو گم نکنید ! همچنین میتوانید این پست را برای دوستان خود از همین طریق ارسال کنید !

برترین ویدیوها

درحال بارگزاری

نظر بدهید

لطفا پیش از ارسال نظر ، به نکات زیر توجه فرمایید :
  • پسورد تمامی فایل ها www.fileniko.com می باشد.
  • دانلود از فایل نیکو فقط از داخل ایران امکان پذیر است ( IP ایران ).
  • درصورت مشاهده هرگونه خطا در هنگام Extract کردن، راهنمای دانلود را بخوانید.
  • از نوشتن دیدگاه های غیر مرتبط با پست جدا خودداری کنید.
  • فارسی تایپ کنید و برای سوال مجدد در صفحه از دکمه پاسخ دادن استفاده نمایید. نظرات فینگلیش تایید نخواهند شد.
  • قبل از ارسال کامنت حتما متن پست + نظرات سایر دوستان را بخوانید . نظرات اسپم و تکراری تایید نخواهند شد.
  • نظر شما ممکن است بدون پاسخ تایید شوند که در این صورت باید منتظر پاسخ از سوی دیگر کاربران باشید .
  • فقط نظراتی که جنبه عمومی داشته باشند تایید و منتشر می شوند.
  • لطفا انتقادات و پیشنهادات و همچنین درخواست های خود را از بخش های تماس با ما و درخواستی ها ارسال نمایید
موارد فوق را مطالعه کردم