Last updated: Sep 8, 2022

Introduction

The Data Link struct defines what a data link really is. This is just a simple data type that contains some sort of name, and a reference to a ScriptableObject.

You can find the Data Link script ****at this path: Assets\Infima Games\Low Poly Animated - Modern Guns\Demo\Code\Linkers\Data Linker\DataLink.cs

Fields Serialized

Type. Type of the Data Asset being linked.

Scriptable. Reference to the Data Asset.