01-02-2024 09:30 AM
I am trying to build a multiplayer (online) where people in different places can play together. I am using Netcode and I am confused whether it is just for multiplayer playing side by side or can be played online as I see there is host and joining but how do I create a separate playing option. Any suggestion is appreciated. I am a new developer.
Solved! Go to Solution.
01-03-2024 02:53 AM
Netcode for gameobjects can be used for online multiplayer. I recommend this youtube tutorial series:
https://www.youtube.com/watch?v=DnQERMJtR2Y
and also reading the Netcode docs and first try to create super simple multiplayer apps without VR:
https://docs-multiplayer.unity3d.com/netcode/current/about/
01-03-2024 02:53 AM
Netcode for gameobjects can be used for online multiplayer. I recommend this youtube tutorial series:
https://www.youtube.com/watch?v=DnQERMJtR2Y
and also reading the Netcode docs and first try to create super simple multiplayer apps without VR:
https://docs-multiplayer.unity3d.com/netcode/current/about/
01-05-2024 03:58 PM
Thank you so much.