Getting Started
Getting started with Scriptable Values is really easy! Everything you need to get started is in the Create Asset menu. You can also create your own types of runtime scriptable objects, but that is covered in the Creating Custom Types guide.
Now you must decide what you want to start with!
Scriptable Values Stores a single reactive value
Value Reference Allows you to pick between a constant value or a scriptable value
Scriptable Events Invokes events with or without arguments
Scriptable Pools Holds a pool of objects and manages them for you
Scriptable List Holds a reactive list of objects
Scriptable Dictionary Holds a reactive dictionary of objects