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 ...
9:22
What are Scriptable Objects? (EXTREMELY Useful, Make your games Designer Friendly)
Get the Project files and Utilities at https://unitycodemonkey.com/video.php?v=7jxS8HIny3Q Let's learn all about Scriptable ...
5:12
Better Data with Scriptable Objects in Unity! (Tutorial)
In this video, we are going to show you how to use Scriptable Objects to manage your data in Unity. Download the Unity Royale ...
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 ...
31:43
Scriptable objects as Variables for Clean Unity Architecture
Tutorial for using Unity Scriptable Objects like global variables to create clean project infrastructure.
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 ...
8:27
Be CAREFUL with Scriptable Objects!
Further Clarification https://youtu.be/CjJNeyyhsKs Synty Store BLACK FRIDAY https://cmonkey.co/syntystore ✓ Get 70% OFF ...
1:49:28
Serializing GameObjects to a File in Unity 2018
Unity 2018 Video Course 25% Off ▻▻ http://bit.ly/Unity2018Course ◢◤◣◥◢◤◣◥◢◤◣◥◢◤◣◥ I'm trying to serialize the ...
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 ...
10:38
Scriptable Objects: What are they? How do you use them?
Scriptable objects can help keep your code base clean by separating your design data from your runtime data. This can make ...
23:58
Unity3D - Saving and Loading your Inventory with Scriptable Objects | Part 2
In this video we go over how to save and load an inventory, made of a scriptable object, that is populated with items (which are ...
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 ...
13:16
Serializing Complex Data: Beyond Beginner Unity Tutorial
Download FREE automatic difficulty adjustment software from coAdjoint here: www.coadjoint.co.uk/flow This video explains a ...
4:29
How to use ISerializationCallbackReceiver in Unity
In this video we will automatically swap the sprite of a Sprite Renderer for an image from a Scriptable Data Object that we assign ...
7:25
JSON Serialization of Scriptables (and Limits)
DVS Devs (Dan Violet Sagmiller)
PlayerPrefs/EditorPrefs can save simpler things, but for larger contents, you will likely be looking at JsonUtility and ...
3:29
Convenient proprty drawer for fields marked with the SerializeReference attribute for serializing custom data types into Prefabs ...
3:33
Scriptable Objects Tutorial in Unity
Master scriptable objects in Unity for efficient game development. Create reusable data containers, customize game-related info, ...
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.
13:36
Scriptable Objects using C# | UNITY3D
Scriptable Objects are amazing data containers. They don't need to be attached to a GameObject in a scene. They can be saved ...
8:18
Create and Save ScriptableObject Asset - Boulder Run - Unity Tutorial
Define a method to create an asset from a custom ScriptableObject. Define a method to show a menu item to select in the editor ...