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
Copy file name to clipboardExpand all lines: docs/learn/bossroom/getting-started-boss-room.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,9 @@ Join the multiplayer community on the Unity [Discord](https://discord.gg/mNgM2XR
28
28
29
29
### Contents and quick links
30
30
31
-
-[Contents and quick links](#contents-and-quick-links)
32
31
-[Boss Room Overview](#boss-room-overview)
33
-
-[Getting the project](#getting-the-project)
34
-
-[Installing Git LFS to clone locally](#installing-git-lfs-to-clone-locally)
32
+
-[Install the Boss Room project](#getting-the-project)
33
+
-[Install Git LFS to clone locally](#installing-git-lfs-to-clone-locally)
35
34
-[Direct download](#direct-download)
36
35
-[Registering the project with Unity Gaming Services (UGS)](#registering-the-project-with-unity-gaming-services-ugs)
37
36
-[Opening the project for the first time](#opening-the-project-for-the-first-time)
@@ -66,11 +65,13 @@ This repository also has a [Utilities](https://github.com/Unity-Technologies/com
66
65
67
66
For more information on the art in Boss Room, see [ART_NOTES.md](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/v2.2.0/Documentation/ART_NOTES.md).
68
67
69
-
### Getting the project
68
+
### Install the Boss Room project
70
69
71
-
You can get the project by downloading it directly or cloning locally. However, if you use git, you must install Git LFS.
70
+
To install the Boss Room project, download or clone it from the [com.unity.multiplayer.samples.coop](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop) repository.
72
71
73
-
#### Installing Git LFS to clone locally
72
+
**Note**: If you install the project with Git, you must install Git LFS first.
73
+
74
+
#### Install Git LFS to clone locally
74
75
75
76
Boss Room uses Git Large Files Support (LFS) to handle all large assets required locally. See [Git LFS installation options](https://github.com/git-lfs/git-lfs/wiki/Installation) for Windows and Mac instructions. This step is only needed if cloning locally. You can also just download the project which will already include large files.
0 commit comments