filmov
tv
How to save data between session in Unity || Using JSON in Unity
Показать описание
How to use data persistence to preserve information across different sessions in Unity. By the end of this tutorial, you will be able to:
Call the appropriate start-up methods in the initialization sequence of the app, Store and organize data by applying data structures, save user data in the shutdown sequence of the app.
There are different formats that you can use to store data, like PlayerPrefs and data serialization depending on what the data is and what you want to do with it. In this case, I’m going to use the JSON format.
#Unity #Unity2021 #UnityTutorial
Call the appropriate start-up methods in the initialization sequence of the app, Store and organize data by applying data structures, save user data in the shutdown sequence of the app.
There are different formats that you can use to store data, like PlayerPrefs and data serialization depending on what the data is and what you want to do with it. In this case, I’m going to use the JSON format.
#Unity #Unity2021 #UnityTutorial