Search Unity

Once creating oculus go build, .apk file is not getting generated.

Discussion in 'AR/VR (XR) Discussion' started by sapizon, Jan 23, 2019.

  1. sapizon

    sapizon

    Joined:
    Dec 7, 2018
    Posts:
    10
    Unity Version 2018.3.2f1
    Oculus Integration package Version (Latest Available on Asset store)

    Amusing OVRCameraRig as Player camera. Selected XR supported and added Oculus to the list. Given a proper package name company name in other settings. and start packaging. it's showing as Building Player, Compiling Shader's variants but at the end .apk file is not getting generated.
     
  2. d10g

    d10g

    Joined:
    Jul 9, 2018
    Posts:
    2
    I experienced the exact same symptoms after following the 2018.3 instructions. On a whim, I looked in the \packages\manifest.json file and removed this line:
    "com.unity.xr.oculus.android": "1.29.1",

    Then saved, opened and rebuilt and now .apk being saved.