26:12
Data Persistence - Save & load your game state while avoiding common mistakes | Unity Tutorial
Learn how to save and load data in Unity - avoiding common mistakes and dangerous serialization techniques many other ...
14:21
Data Persistence in Unity Tutorial
In this video, I'll be covering one method that I use to create persistent data that can transfer between scenes using Singletons.
16:30
Moving Player to Level Entrance Locations by Using Persistent Data ~ Unity 2022 Tutorial
In depth look at how to have a player spawn at a specific location in a new scene and pass that information over to the new scene ...
7:59
Saving Data Between Scenes (Without Duplicating Objects)
If you have more than one scene in your game then you probably need a way to carry data between those scenes. This video ...
21:58
Persistent Data – How to save your game states and settings | Unite Now 2020
Saving data is critical for any game. Whether you need to save high scores, preferences, or game state, Unity offers a variety of ...
7:17
JSONUtility - A Better Way to Save Persistent Data in Unity
In this Unity Tutorial, we are looking at a better way of saving persistent data in Unity, namely the JSONUtility class from Unity.
2:26
Persistent data in a Unity project
Knight Ideas - The Game Dev Knight
For the main menu scene, I made several changes. Firstly, I switched the canvas to camera mode and configured the camera to ...
7:16
SAVE PERSISTENT DATA with JsonUtility in Unity
In this Tutorial, we're going to make SAVING DATA GREAT AGAIN! Using the JsonUtility class to save data in the JSON format is ...
18:20
Here's everything you need to know about saving game data in Unity! ▻ Go to https://expressvpn.com/brackeys , to take back your ...
18:47
Better Save/Load using Data Binding in Unity
Data Binding in Unity can speed up your save times tremendously by keeping the persistent state of the game ready to save at a ...
9:18
[Tutorial] Save/Load with Persistent Data
Intermediate level understanding of Game Creator / Unity advised] In this tutorial, I'll take you through setting up an automatic ...
7:13
Software Architecture in Unity
Ever wondered what software architecture is REALLY about? Why do we bother? --- If you would like to support me, feel free to ...
26:56
How to make a Save & Load System in Unity
In this video, I show how to make a Save and Load system in Unity that will work for any type of game. We'll save the data to a file ...
20:33
EVERYTHING you need to know to SAVE and LOAD your game in Unity
... save data --- Unity persistent data path: https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html In need of ...
24:06
Handle Scene Transitions, Doors and Persistence like a Commercial Game
Show your Support & Get Exclusive Benefits on Patreon (Including Access to this project's Source Files + Code) ...
23:28
Data Persistence Three Ways (Saving and Loading in Unity)
Here's a copy of the final script if you need it. It takes only a couple changes to get this to look like the second type of persistence.
8:45
Unity Data Persistence Learn how to implement data persistence in Unity with this tutorial! Whether you're a beginner or ...
24:20
Unity 5 Tutorial - Data Persistence: Saving & Loading
Herro everyone, hope you guys find this video useful! Sorry for any mistakes or stuttering in my speech, I did this when I was really ...
20:03
How To Make A Multiplayer Game In Unity - Persistent Data
This Unity Multiplayer tutorial will teach you how to implement persistent data in your Mirror networking project. For project files ...
10:06
Change Unity Scenes, Keep Data
Have you been struggling to find a nice way to share some data between your Unity scenes? Using Scriptable Objects, you can ...