Class Asset

Class Asset is a graph that can be run in runtime and this graph can be referenced by the others graph without performing compilation.

The graph will be attached to an asset file in your project. This is useful to create data classes. This is equivalent of ScriptableObject in c#. In order to create the instance of the graph you can right click on the asset graph or any folder and choose ‘Create Instance’ like this:


Was this helpful to you?