key | Data key. |
value | Data value as string. |
Gets data that was set in the Setup method.
This method is used to get data from the Unity Editor by setting it in the Setup
method.
If data with the the given key does not exist, Unity throws an error.
key | Data key. |
value | Serializable object. |
Gets data that was set in the Setup method.
This method is used to get data from the Unity Editor by setting it in the Setup
method.
If data with the the given key does not exist, Unity throws an error.