Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Does netcode work on android / Oculus Quest?

Discussion in 'NetCode for ECS' started by WireWhiz, Jul 26, 2020.

  1. WireWhiz

    WireWhiz

    Joined:
    Apr 17, 2019
    Posts:
    16
    Hey everyone, I’ve been trying to get a netcode build working on an oculus quest. It works perfectly over the link both in the editor and in pc builds, but when I build it for Android and run it on the quest it doesn’t work. The build opens in VR but it doesn’t connect to the server, and I am setting the ip correctly so I know it’s not that. When I used a logging software (I think is called logcat or something similar) I found that there were a lot of Entity not found errors. It looked like some of them were being thrown from the netcode package. The code I’m using is basically a modified version of the cube demo/getting started tutorial. Anybody know how I could fix this? If it helps later I could send a screenshot of the errors.
     
  2. WireWhiz

    WireWhiz

    Joined:
    Apr 17, 2019
    Posts:
    16
    Basically I get this error repeated forever:
    Annotation 2020-07-26 145002.png
     
    Last edited: Jul 26, 2020