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: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ Platforms : Windows, Mac
16
16
- A release version can be downloaded from the [Releases](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases) page.
17
17
- Alternatively: click the green `Code` button and then choose to download the zip archive. Remember, that you would download the branch that you are currently viewing in Github.
18
18
19
+
## Installing Git LFS
20
+
21
+
This project uses Git Large Files Support (LFS), which ensures all large assets required locally are handled for the project. See [Git LFS installation options](https://github.com/git-lfs/git-lfs/wiki/Installation) for Windows and Mac instructions.
19
22
20
23
## Opening the project for the first time
21
24
@@ -28,7 +31,6 @@ Once you have downloaded the project the steps below should get you up and runni
28
31

29
32
- From there you can click the **Play** button. You can host a new game or join an existing game using the in-game UI.
30
33
31
-
32
34
## Testing multiplayer
33
35
34
36
In order to see the multiplayer functionality in action we can either run multiple instances of the game locally on our computer or choose to connect to a friend over the internet.
@@ -68,12 +70,8 @@ Code is organized into three separate assemblies: **Client**, **Shared** and **S
68
70
69
71
For an in-depth overview of the project's architecture please check out our [ARCHITECTURE.md](ARCHITECTURE.md).
70
72
71
-
72
73
## Contributing
73
74
74
-
> __IMPORTANT__:
75
-
> This project uses Git Large Files Support (LFS). See the [link with Git LFS installation options](https://git-lfs.github.com/).
76
-
77
75
The project uses the `git-flow` branching strategy, as such:
78
76
-`develop` branch contains all active development
79
77
-`master` branch contains release versions
@@ -83,4 +81,7 @@ To get the project on your machine you need to clone the repository from GitHub
0 commit comments