GetResultPath(string)
Returns the path where to store the result of an import for a given extension.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AssetImporters
- Assembly: UnityEditor.CoreModule
public string GetResultPath(string extension)
Parameters
The extension string.
Returns
Type | Description |
|---|---|
| string | The path where to store the result for the given extension. |
Remarks
The empty and the "info" extensions are reserved.