What is the point of creating Scriptable Objects?

As I see it, it’s pretty awesome functionality because it writes directly to the Unity GUI. But why do we use it? Is it the best way to code items for later use?

That’s not what ScriptableObjects do.

They’re typically used as data containers that falls somewhere between a Class and a GameObject.

That’s not what I am seeing in the videos. There are new windows being created?

Do you mean new nodes on in the Dialogue Editor? This is because the custom editor displays the DialogueNodes.

Scriptable Objects are data containers that are stored as Assets. They let us separate data from GameObjects.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms