Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closekey | 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.