Installations
Provide the editor with a list of known and supported editors that this instance supports.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.CodeEditor
- Assembly: UnityEditor.CoreModule
CodeEditor.Installation[] Installations { get; }
Remarks
This gets called multiple times through execution and is not expected to be persistent. For example, after calling IExternalCodeEditor.TryGetInstallationForPath this class may realize that you have added a custom code editor.