CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ OpenExternal() [3/3]

static void OpenExternal ( Int32 instanceId,
Int32 lineNumber = -1,
Int32 columnNumber = -1 )
static

Opens the asset in the application associated with the file's extension.

Optional line and column numbers can be specified for text files and applications that support this.

Parameters
instanceIdAn instance ID of the asset to open externally.
lineNumberOptional line number to highlight. Depends on application support.
columnNumberOptional column/character number to highlight. Depends on application support.
See also