From cb15ed112fc24d55f021aa4fc6c4832924c70b97 Mon Sep 17 00:00:00 2001 From: Sam Bellomo <71790295+SamuelBellomo@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:48:12 -0400 Subject: [PATCH 1/2] Adding link to feedback form at the top --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index db266bbae..c0dbdff53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ![Banner](Documentation/Images/Banner.png) ## Co-op multiplayer RPG and utilities built with Unity Netcode for GameObjects +|[Feedback Form](#feedback-form) | +| -- | + | Support is 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. | | -- | @@ -28,6 +31,7 @@ - [Contributing](#contributing) - [Feedback Form](#feedback-form) + ## Boss Room Boss Room is a fully functional co-op multiplayer RPG made with Unity Netcode. It is built to serve as an educational sample that showcases certain typical gameplay [patterns](https://docs-multiplayer.unity3d.com/netcode/current/learn/bossroom-examples/bossroom-actions) that are frequently featured in similar networked games. From dd5efd672645c2153356f04dc318c4cb7173ad3e Mon Sep 17 00:00:00 2001 From: Sam Bellomo <71790295+SamuelBellomo@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:52:03 -0400 Subject: [PATCH 2/2] useless space --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c0dbdff53..0f714c841 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ - [Contributing](#contributing) - [Feedback Form](#feedback-form) - ## Boss Room Boss Room is a fully functional co-op multiplayer RPG made with Unity Netcode. It is built to serve as an educational sample that showcases certain typical gameplay [patterns](https://docs-multiplayer.unity3d.com/netcode/current/learn/bossroom-examples/bossroom-actions) that are frequently featured in similar networked games.