filmov
tv
Unity 5 Tutorial: Save & Load Data C# - The more secure way

Показать описание
In this unity tutorial video i want to show you how to store and load data in a binary file. This is a saver and faster way than using playerprefs.
▼▼▼ More Infos here: Check em out! ▼▼▼
ATTENTION!!! This does NOT work for WEB! But everywhere else it should.
Overview:
About this Tutorial: 00:00
The script basics: 02:43
Prepare my other scripts: 05:33
Make moneyScript persistent(static): 05:58
Scripting the Save Function: 13:31
Scripting the Load Function: 24:28
What kinds are serializable: 30:08
The connection to Buttons: 32:39
Where does it save?: 37:06
If you want to delete your savegame write this also in the SaveLoad script and add it to your delete button:
--------------------------------------------------------------------------------------------------
public void Delete()
{
{
}
}
My Udemy Courses (up to 90% Discount)
Support me:
Social Media:
DISCLAIMER:
All content shown in this video is made by myself. This does not include software i use. Youtube / Google is allowed to show & promote my content worldwide. Because of european article 13 now 17 i write this disclaimer here.
▼▼▼ More Infos here: Check em out! ▼▼▼
ATTENTION!!! This does NOT work for WEB! But everywhere else it should.
Overview:
About this Tutorial: 00:00
The script basics: 02:43
Prepare my other scripts: 05:33
Make moneyScript persistent(static): 05:58
Scripting the Save Function: 13:31
Scripting the Load Function: 24:28
What kinds are serializable: 30:08
The connection to Buttons: 32:39
Where does it save?: 37:06
If you want to delete your savegame write this also in the SaveLoad script and add it to your delete button:
--------------------------------------------------------------------------------------------------
public void Delete()
{
{
}
}
My Udemy Courses (up to 90% Discount)
Support me:
Social Media:
DISCLAIMER:
All content shown in this video is made by myself. This does not include software i use. Youtube / Google is allowed to show & promote my content worldwide. Because of european article 13 now 17 i write this disclaimer here.
Комментарии