cancel
Showing results for 
Search instead for 
Did you mean: 

Online VR Multiplayer

TwilightAssassin
Explorer

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. 

1 ACCEPTED SOLUTION

Accepted Solutions

PaulMPI
Explorer

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/

View solution in original post

2 REPLIES 2

PaulMPI
Explorer

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/

Thank you so much.