RSOManager

RSOManager is a Static script set and a Singleton to allow setting of the RSODatabase as required.

This is the tool that should handle all the GET calls to the RSODatabase

ScriptableObject object = RSOManager.Get(INT);

ScriptableObject object = RSOManager.Get(INT);
public static ScriptableObject Get(int key)


public static int GetKey(ScriptableObject target)

Simple Gets that returns from Database

public static Dictionary<int, T> GetDictType<T>()

A direct access to the Directory while filtering down to only a target type of (SO) allowing your script to sift faster for a object of your require.

Last updated