Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInstallationForPath(string)

Each registered code editor package has an instance of IExternalCodeEditor. This method invokes IExternalCodeEditor.TryGetInstallationForPath on that instance. It finds the first instance that returns a valid installation, and returns the installation.
Read time 1 minuteLast updated 6 days ago

Definition

public CodeEditor.Installation GetInstallationForPath(string editorPath)

Parameters

editorPath

The absolute path to an executable.

Returns

Type

Description

InstallationAn CodeEditor.Installation representation of the path.