Skip to content

Commit a6018d2

Browse files
Update README.md with Utilities info (#633)
1 parent 9f183e9 commit a6018d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Banner](Documentation/Images/Banner.png)
2-
# Boss Room - Co-op multiplayer RPG built with Unity Netcode for GameObjects
2+
# Boss Room - Co-op multiplayer RPG and utilities built with Unity Netcode for GameObjects
33

44
| Solutions architects are available on [Discord](https://discord.gg/mNgM2XRDpb) and [forums](https://forum.unity.com/forums/multiplayer.26/) to help you work through issues you may encounter when using Boss Room. |
55
| -- |
@@ -8,6 +8,11 @@ Boss Room is a fully functional co-op multiplayer RPG made with Unity Netcode. I
88

99
You can use everything in this project as a starting point or as bits and pieces in your own Unity games. The project is licensed under the Unity Companion License. See [LICENSE.md](LICENSE.md) for more legal information.
1010

11+
This repo also contains a [Utilities](Packages/com.unity.multiplayer.samples.coop) package, containing sample scripts reusable in your own projects. You can install it using the following manifest file entry:
12+
13+
`"com.unity.multiplayer.samples.coop": "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git?path=/Packages/com.unity.multiplayer.samples.coop",
14+
`
15+
1116
See [ART_NOTES.md](Documentation/ART_NOTES.md) for more information on the art of Boss Room.
1217

1318
> __IMPORTANT__:

0 commit comments

Comments
 (0)