Skip to content

Commit 616081b

Browse files
committed
Update README.md
1 parent 9f39c67 commit 616081b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
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.
210

311

412
Setup
@@ -8,7 +16,7 @@ You can setup your Unity Project with the following commands:
816

917
```
1018
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
1220
.\OpenUnityProject.cmd
1321
```
1422

@@ -35,7 +43,8 @@ Run copied version of `OpenUnityProject.cmd`.
3543
- You can invoke it from Explorer or Command prompt.
3644

3745
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.
3948

4049

4150
Clone & Build

0 commit comments

Comments
 (0)