We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcfb49 commit 90d3c6aCopy full SHA for 90d3c6a
lib/unity-path-tools.ts
@@ -25,7 +25,7 @@ export class UnityPathTools {
25
26
/**
27
* Gets the path to the Unity editors folder depending on the process platform.
28
- * @param mode Path lookup mode: default or specify.
+ * @param mode Path lookup mode: default, environmentVariable or specify.
29
* @param customPath Contains the custom path specified by the user, if custom path mode selected.
30
*/
31
public static getUnityEditorsPath(mode: string, customPath: string | null | undefined = null): string {
0 commit comments