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-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1

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
3
3
4
4
| 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. |
5
5
| -- |
@@ -8,6 +8,11 @@ Boss Room is a fully functional co-op multiplayer RPG made with Unity Netcode. I
8
8
9
9
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.
10
10
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:
0 commit comments