File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- Windows batch file which invokes appropriate version of ` Unity.exe ` .
1
+ Windows batch file which invokes appropriate version of ` Unity.exe ` without UnityHub.
2
+
3
+
4
+ Prerequisites
5
+ -------------
6
+
7
+ - Windows 10/11
8
+ - ` pwsh ` ([ PowerShell7] ( https://microsoft.com/PowerShell ) )
9
+ - Unity 2019 or greater.
2
10
3
11
4
12
Setup
@@ -8,7 +16,7 @@ You can setup your Unity Project with the following commands:
8
16
9
17
```
10
18
pushd "\PATH\TO\Your\UnityProject\"
11
- where ProjectSettings:ProjectVersion.txt && curl.exe -JOL https://raw.githubusercontent.com/t-mat/OpenUnityProject/pwsh /OpenUnityProject.cmd
19
+ where.exe ProjectSettings:ProjectVersion.txt && curl.exe -JOL https://raw.githubusercontent.com/t-mat/OpenUnityProject/main /OpenUnityProject.cmd
12
20
.\OpenUnityProject.cmd
13
21
```
14
22
@@ -35,7 +43,8 @@ Run copied version of `OpenUnityProject.cmd`.
35
43
- You can invoke it from Explorer or Command prompt.
36
44
37
45
It will read ` ProjectSettings/ProjectVersion.txt ` , find appropriate version of ` Unity.exe ` and invoke it.
38
- - Or it reports error.
46
+ - Or it reports an error.
47
+ - It tries to avoid to launch UnityHub.
39
48
40
49
41
50
Clone & Build
You can’t perform that action at this time.
0 commit comments