Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c367e44

Browse files
committed
Some more instructions so people don't get confused about errors
1 parent 508da2c commit c367e44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/contributing/how-to-build.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Clone the repository and its submodules in a git GUI client that supports Git LF
2626
git lfs clone https://github.com/github-for-unity/Unity
2727
```
2828

29+
*Note*: git might complain that it can't checkout the `script` submodule. That submodule is not required for normal builds and you can ignore the error,
30+
or run the following to stop it complaining:
31+
32+
```
33+
git submodule deinit script
34+
```
35+
2936
### Important pre-build steps
3037

3138
To be able to authenticate in GitHub for Unity, you'll need to:

0 commit comments

Comments
 (0)