Hi there!
now Unity is 2022++ already and Networking has been changed
we cannot use UNET anymore right?
so I really want to see an Example project of new Networking system for latest version of Unity
anyone has a project for the sample?
Thanks!
Hi there!
now Unity is 2022++ already and Networking has been changed
we cannot use UNET anymore right?
so I really want to see an Example project of new Networking system for latest version of Unity
anyone has a project for the sample?
Thanks!
Hi @Rachan
Unity currently offers several services for Multiplayer development! I’d recommend taking a look at our Boss Room sample to get a look at what’s possible. From there, check out the full list of Multiplayer Services which all have their own samples for review.
Finally, I’d recommend looking at Netcode for Game Objects (used in Boss Room as well) for a high level UNet replacement and their Golden Path tutorial.
Let us know if you need anything else or if this wasn’t what you were looking for!
Thank you very much!
I will looking into it