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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
*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
+
29
36
### Important pre-build steps
30
37
31
38
To be able to authenticate in GitHub for Unity, you'll need to:
0 commit comments