Unity Learn home
View Tutorial Content

Introduction to Scriptable Objects

Tutorial
Beginner
+10 XP
1 Hour5 Mins
(375)
Overview
Summary
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.
Select your Unity version
Last updated: August 30, 2020
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.x
Language
English
Introduction to Scriptable Objects