Introduction to Scriptable Objects
Tutorial
·
Beginner
·
+10XP
·
65 mins
·
(402)
Unity Technologies

Scriptable Objects are amazing data containers. They don't need to be attached to a GameObject in a scene. They can be saved as assets in our project. Most often, they are used as assets which are only meant to store data, but can also be used to help serialize objects and can be instantiated in our scenes. We won't cover serialization in depth in this session, but will just touch on the subject and how Scriptable Objects can help us. We will cover not only what Scriptable Objects are, but show some very simple examples using Scriptable Objects.
Languages available:
1. Introduction to Scriptable Objects - February 2016 Live Training
Live Training 16th February 2016 - Introduction to Scriptable Objects
MyScriptableObjectClass
UseMyScriptableObject
MakeScriptableObject
InventoryItem
InventoryItemList
InventoryItemEditor
CreateInventoryItemList