Run localhost on Oculus Browser : Unity Exporter

How can I check on VR headset while running on localhost?
Can I directly build from unity exporter to VR Device?

cc @MackeyK24 for Unity and @RaananW for VR

@MackeyK24 will be able to help with the unity exporter.
Regarding localhost development - you need to make sure that you are running everything using SSL (HTTPS), otherwise webxr will not work. And that your network configuration permits communication between devices. I am not sure how you are hosting, but you need to also be sure that your server allows that. For example, if you use webpack you will need to set the host to 0.0.0.0 to allow accessing it outside of the device hosting it:

2 Likes