Search Unity

Only 'part' of app using ARCore?

Discussion in 'AR' started by alphadogware, Dec 5, 2018.

  1. alphadogware

    alphadogware

    Joined:
    Nov 15, 2017
    Posts:
    76
    Can you have just part of your app use ARCore and still be installable on devices that don't support ARCore? I don't want to have 2 releases to solve this issue. I want the ARCore 'level' to be part of the app and other parts not require ARCore.
     
  2. tdmowrer

    tdmowrer

    Joined:
    Apr 21, 2017
    Posts:
    605
    Yes, you can if you specify that AR is "optional" and not "required". See https://developers.google.com/ar/develop/unity/enable-arcore#ar_optional
     
    alphadogware likes this.
  3. alphadogware

    alphadogware

    Joined:
    Nov 15, 2017
    Posts:
    76
    Awesome! Thanks. That is exactly what I was looking for. That is a relief. I have a physics game that I wanted to allow an ar level to be unlocked, but I still wanted to release for other devices.