Unity Learn home
View Tutorial Content

Introduction to ScriptableObjects

Tutorial
Intermediate
+10 XP
20 Mins
(660)
Overview
Summary
ScriptableObjects are a special kind of script that is designed specifically to hold different types of data. Unlike traditional C# scripts, ScriptableObjects do not need to be, and in fact, cannot be, directly attached to GameObjects. In this tutorial, you will learn about ScriptableObjects and how to use them.
Select your Unity version
Last updated: April 01, 2021
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.x
4.x
Language
English
Unity Pro
The complete solution for professionals to create, operate and monetize.
Introduction to ScriptableObjects