Search Unity

[Solved] Deploy Oculus project to Standalone & Gear VR?

Discussion in 'AR/VR (XR) Discussion' started by Tronno, May 14, 2015.

  1. Tronno

    Tronno

    Joined:
    Apr 23, 2015
    Posts:
    11
    Hey guys! I'm building a Unity project that will be deployed to two platforms: standalone Windows with Oculus DK2, and Galaxy Note 4 with Gear VR.

    The plugins for each platform are both made by Oculus, and seem to conflict with each other. Short of having separate projects, how can I set up my workflow so each plugin is only enabled when building for its respective platform?

    All 3D assets will be the same. It's just the HMD cameras that differ.
     
  2. Tronno

    Tronno

    Joined:
    Apr 23, 2015
    Posts:
    11
    Welp, after a week of digging around, I decided to just have two separate projects. Assets will be shared with packages. Luckily the project is small enough that it won't drive me nuts...