Search Unity

Creating and installing 2 versions of an app (Samsung Gear VR)

Discussion in 'AR/VR (XR) Discussion' started by amitsch, Jun 28, 2016.

  1. amitsch

    amitsch

    Joined:
    Jun 28, 2016
    Posts:
    2
    I've been working on a VR app for the Samsung Gear VR using Unity and I want to have on my device (Samsung) 2 slightly different versions of it for testing. It's basically the same project with slight changes, but when I tried to simply copy the project's directory and change its name and build, it still considered it the same app and replaced the previous version on the device. Any suggestions?
     
  2. SniperEvan

    SniperEvan

    Joined:
    Mar 3, 2013
    Posts:
    161
    Should be an easy fix. All you need to do to publish it as a different app is to go into Player Settings and change the Product Name and Bundle Identifier.
     
    amitsch likes this.
  3. amitsch

    amitsch

    Joined:
    Jun 28, 2016
    Posts:
    2
    That works! Thanks!