Skip to content

Commit 9f04581

Browse files
committed
removing unet reference from architecture.md
1 parent 36b8566 commit 9f04581

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ARCHITECTURE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ For Unity Relay based multiplayer sessions, some setup is required. Please see o
4343
Please see [Multiplayer over internet](README.md) section of our Readme for more information on using either one.
4444

4545
To allow for any of these options to be chosen at runtime we created `TransportPicker`. It allows one to choose between an IP-based and a Relay-based transport and will hook up the game UI to use those transports. The transport field in the `NetworkManager` will be ignored. Currently we support the following transports:
46-
- **UNET(IP):** UNET is the default Netcode transport. However, it is not the default IP transport for Boss Room.
4746
- **UTP (IP):** Unity Transport Package is a network transport layer, packaged with network simulation tools which are useful for spotting networking issues early during development. This IP based protocol is the default IP transport for Boss Room. See the documentation on [Unity Transport Package](https://docs-multiplayer.unity3d.com/docs/transport-utp/about-transport-utp/#unity-transport-package-utp).
4847
- **Unity (Relay):** Unity Relay is a relay service provided by Unity services, supported by Unity Transport. Read more about [Unity Relay](https://docs-multiplayer.unity3d.com/docs/relay/relay).
4948

0 commit comments

Comments
 (0)