Unity v2 Plugin 0.1
mod management for Unity projects
|
Public Attributes | |
ModId? | modId |
ModId of the mod that you wish to upload the modfile to. (Must be assigned) | |
string | directory |
The directory containing all of the files that makeup the mod. The directory and all of its contents will be compressed and uploaded when submitted via ModIOUnity.UploadModfile. | |
string | changelog |
the changelog for this file version of the mod. | |
string | version |
The version number of this modfile as a string (eg 0.2.11) | |
string | metadata |
Your own custom metadata that can be uploaded with the modfile. More... | |
string ModIO.ModfileDetails.metadata |
Your own custom metadata that can be uploaded with the modfile.
the metadata has a maximum size of 50,000 characters.