File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ Download as zip, and extract to Unity project root.
22
22
Or clone the repository:
23
23
``` powershell
24
24
cd $UnityProjectRoot
25
- git clone https://www.github.com/Maoyeedy/UnityProjectSetupScripts.git
25
+ git clone https://www.github.com/Maoyeedy/UnityProjectSetupScripts.git .setup
26
26
rm -r -fo SetupScripts/.git
27
27
```
28
28
29
29
Or add as submodule:
30
30
``` powershell
31
- git submodule add https://www.github.com/Maoyeedy/UnityProjectSetupScripts.git
31
+ git submodule add https://www.github.com/Maoyeedy/UnityProjectSetupScripts.git .setup
32
32
```
33
33
34
34
Or use degit:
35
35
``` powershell
36
- degit Maoyeedy/UnityProjectSetupScripts
36
+ degit Maoyeedy/UnityProjectSetupScripts .setup
37
37
```
38
38
39
39
## Usage
@@ -44,10 +44,10 @@ Double-click `Setup.bat` - it'll launch powershell with admin rights and run eve
44
44
### Manually
45
45
``` powershell
46
46
# Run as admin
47
- powershell -nop .\UnityProjectSetupScripts \setup-all.ps1
47
+ powershell -nop .\.setup \setup-all.ps1
48
48
49
49
# Run each script separately
50
- powershell -nop .\UnityProjectSetupScripts \setup-unityyamlmerge.ps1
50
+ powershell -nop .\.setup \setup-unityyamlmerge.ps1
51
51
```
52
52
53
53
## Troubleshooting
You can’t perform that action at this time.
0 commit comments