You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option('--name <projectName>','The name of the new Unity project. If unspecified, the project will be created in the specified path or the current working directory.')
239
239
.option('--path <projectPath>','The path to create the new Unity project. If unspecified, the current working directory will be used.')
240
240
.option('--template <projectTemplate>','The name of the template package to use for creating the unity project. Supports regex patterns.','com.unity.template.3d(-cross-platform)?')
241
-
.option('--unity-editor <unityEditorPath>','The path to the Unity Editor executable. If unspecified, the UNITY_EDITOR environment variable must be set.')
241
+
.option('--unity-editor <unityEditorPath>','The path to the Unity Editor executable. If unspecified, the UNITY_EDITOR_PATH environment variable must be set.')
242
242
.option('--verbose','Enable verbose logging.')
243
243
.option('--json','Prints the last line of output as JSON string.')
.description('Run command line args directly to the Unity Editor.')
290
-
.option('--unity-editor <unityEditorPath>','The path to the Unity Editor executable. If unspecified, the UNITY_EDITOR environment variable must be set.')
290
+
.option('--unity-editor <unityEditorPath>','The path to the Unity Editor executable. If unspecified, the UNITY_EDITOR_PATH environment variable must be set.')
291
291
.option('--unity-project <unityProjectPath>','The path to a Unity project. If unspecified, the UNITY_PROJECT_PATH environment variable or the current working directory will be used.')
292
292
.option('--log-name <logName>','The name of the log file.')
0 commit comments