class
PublishSettings
public class PublishSettings This is data that is saved in an asset's meta file under "publish" to configure its project for uploading.
Constructors
PublishSettings() Properties
| Name | Type | Description |
|---|---|---|
Enabled | Boolean | Whether the asset should be published or not. |
ProjectConfig | ProjectConfig | Project configuration information |
Methods
Void Save() Project CreateTemporaryProject() Create a Project usually with the intention of editing and publishing a single asset. The project isn't stored or listed anywhere, so is considered a transient that you can load up, edit, save and then throw away.