Custom Dictionary Creation
Scriptable Dictionary
Last updated
Scriptable Dictionary
Last updated
In the examples provided in Soap, you can find an example of a Scriptable Dictionary using custom types:
ScriptableDictionary<ScriptableEnumElement, int>.
When making your own game, you will want to create a custom scriptable dictionary. There are 2 ways to do it:
By code (Create a class inheriting from ScriptableDictionary<K , V> - where K and V are your custom types).
Using the Soap Type creator (Clicking on scriptable dictionary type will open a new pop up)