![]() |
CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
|
static |
Extracts a sub-object of an asset as an asset of its own.
This is the same as dragging a sub-asset outside the containing asset in the project view. For example an animation or material dragged from a FBX asset.
Only visible sub assets are extractable.
| subAsset | Instance of a sub-asset. |
| destinationPath | Path to the extracted asset file. |
Definition at line 39 of file Asset.SubAsset.cs.