CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
|
static |
Writes the byte array to disk, then imports and loads the asset. Overwrites any existing file.
Creates missing folders in the destination path.
contents | The bytes to write. |
path | Path to a file with extension. |
Referenced by Asset.File.LoadOrCreate< T >().