Photon Fusion 2.1.1

FusionGlobalScriptableObject Class Referenceabstract

A base class for ScriptableObjects that are meant to be globally accessible, at edit-time and runtime. The way such objects are loaded is driven by usages of FusionGlobalScriptableObjectSourceAttribute attributes. More...

Inherits FusionScriptableObject.

Inherited by FusionGlobalScriptableObject< T >.

Static Public Member Functions

static void ClearTypesFailedToLoad ()
 Use to clear internal list marking specific type as unable to load. Types might be unable to load during bootstrap, so cleaning the list in some static initializer is a good way to ensure things can recover.

Detailed Description

A base class for ScriptableObjects that are meant to be globally accessible, at edit-time and runtime. The way such objects are loaded is driven by usages of FusionGlobalScriptableObjectSourceAttribute attributes.