![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Joel_127 |
I have a VR game prototype with multiplayer and a dedicated server, both are on the same machine.
In Desktop mode, the game can connect to the server, no problem.
When I load the game on my Oculus Quest 2, it does not connect to the server.
I’m using this to connect:
const DEFAULT_PORT = 10567
var peer = NetworkedMultiplayerENet.new()
peer.create_client(ip, DEFAULT_PORT)
I tried using the IP of my machine on my LAN, no success, I tried using the external address of my machine and using port forwarding, no success.
Maybe setting up the server on an external machine (VPS) would work? There are permissions in the export settings for Android, I checked “Internet”, and then everything, but no change.
Also, I don’t know if there is a way to see the debug log when on the Oculus.
Thanks!