ExtractTextures(string)
Extracts the embedded textures from a model file (such as FBX or SketchUp).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public bool ExtractTextures(string folderPath)
Parameters
The directory where the textures will be extracted.
Returns
Type | Description |
|---|---|
| bool | Returns true if the textures are extracted successfully, otherwise false. |
Remarks
Throws ArgumentException if the folder path is null or empty.