10:40
Serialize Reference, Serialize Field, Serializable and Scene Serialization in Unity | Unity Tutorial
Game Development Beyond the Basics
Learn about the newish SerializeReference attribute in Unity, as well as the ins-and-outs of the SerializeField and Serializable ...
12:52
Unity ScriptableObject serialization explained
Serialization to disk, hot reload on entering play mode, and what it all means for private fields. TL;DR: Use [SerializeField] or ...
52:55
Serialization in-depth with Tim Cooper: a Unite Nordic 2013 presentation
When you write editor tools in Unity, they might disappear after an assembly reload. Why? Tim Cooper explains and shows how to ...
36:48
Unity Tutorial: Serialization Tricks
We've seen a few different aspects of working with serialization in Unity and it's time to dive even deeper and look at how we can ...
55:09
Unite Europe 2017 - How Unity's Serialization system works
The Serialization system within Unity is a crucial part of the engine, and has a massive impact on every project - more than most ...
15:34
Serialize Methods Like a PRO in Unity and Unlock NEW Possibilities!
Learn how to create a powerful Serialized Callback System in Unity! This tutorial dives deep into Unity's serialization and ...
35:26
Multiple Object Serialization in Unity (using Chess)
How to save multiple objects in one scene to a save game. I use chess as an example, but the principal can be expanded to any ...
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 ...
30:45
SAVE YOUR PLAYER!!! Intro to serialization in Unity 3D
Introduction to serialization using the JSON format to save and load player data. We cover the basic concepts of serialization as ...
2:51
[SERIALIZE FIELD] IN UNITY EXPLAINED
Hello, welcome to another video. In this video we see how serialize field works and in which cases it can be used. Hope you enjoy ...
4:30
Stop Fighting Unity's Serializer - Use This Instead
Unity's built-in serialization can't touch dictionaries, interfaces, or abstract classes as SerializeField. Odin Serializer brings ...
9:36
Serialization of Values and Dictionaries in Unity | Json.NET Tutorial
Learn how to efficiently serialize values and dictionaries in Unity using Json.NET in this step-by-step video tutorial. Serialization is ...
2:56
Serializing Custom Classes [Unity Tutorial]
In this week's Quick Tip Tuesday I'll cover how to serialize your custom classes within the Unity inspector! Join me and learn your ...
16:14
Serialize Objects and save them in Unity
Serialize data and save it so that you can restore the state of complex objects in unity.
5:20
AegisOnline Object Property Serialization in Unity3D
And right after I hit cut I realized I can use the same thing to display all your unit stats. :| Aegis Online is an online tabletop engine I ...
37:17
How To Save Your Game In Unity® with JSON | Serialization Tutorial - XML Alternative
In this video I show you how to create save game files in Unity using JSON serialization! This method is really easy to expand ...
20:20
Multiple Object Binary Serialization in Unity (using Chess)
How to save multiple objects in one scene to a binary save game. I use chess as an example, but the principal can be expanded ...
1:25
How to Serialize a Dictionary in Unity | #unityin60sec
In this tutorial we will see how to serialize a dictionary or anything else that you can't usually serialize and make it show in the ...
4:50
Save Data and Serialization - Unity Basics #8
Learn about saving and loading data with the magic of serialization! This technique works across most Unity target platforms.