UnityMultiplayerPlayground icon indicating copy to clipboard operation
UnityMultiplayerPlayground copied to clipboard

Various demos while teaching Unity multiplayer features

Results 6 UnityMultiplayerPlayground issues
Sort by recently updated
recently updated
newest added

new versions of UnityTransport cause error in file RelayManager.cs. Error: _Assets/Scripts/RelayManager.cs(21,12): error CS0246: The type or namespace name 'UnityTransport' could not be found (are you missing a using directive or...

The console show ![image](https://user-images.githubusercontent.com/58239029/217103034-d91b183f-6380-4048-8579-896a6f5b0ada.png) Something is broken here: ![image](https://user-images.githubusercontent.com/58239029/217103202-8781cc84-325e-49d1-8442-5121ac595bd0.png) I am using Unity version 2021.3.18f1 and Netcode for Gameobjects 1.2.0 Did I miss some package? How to avoid that error?

The client is not positioning the player in a random position. Also when I connect the clients the location is not correct on all clients and the server. I have...