Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Warning
Deprecated. GetResultPath has been deprecated. Use GetOutputArtifactFilePath(string) instead
public string GetResultPath(string extension)

Parameters

extension

The extension string.

Returns

Type

Description

stringThe path where to store the result for the given extension.

Remarks

The empty and the "info" extensions are reserved.