key | Data key. |
value | Data value as string. |
Sets data for the OnModifyAndroidProjectFiles callback.
This method is used to set data from the Unity Editor and it is passed to the OnModifyAndroidProjectFiles
callback.
If data with the same key already exists, Unity throws an error.
key | Data key. |
value | Serializable object. |
Sets data as serializable object.
This method is used to set data from the Unity Editor and it is passed to the OnModifyAndroidProjectFiles
callback.
If data with the same key already exists, Unity throws an error.