Search Unity

Is it possible to use ARKit without ARFoundation?

Discussion in 'AR' started by User340, Sep 19, 2019.

  1. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
    Can you use the Unity ARKit 3 plugin without using ARFoundation?
     
  2. AhmedGamal01

    AhmedGamal01

    Joined:
    May 12, 2020
    Posts:
    1
    Did you find Any answer
     
  3. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
  4. DreamPower

    DreamPower

    Joined:
    Apr 2, 2017
    Posts:
    103
    The plugin basically wraps native calls in an ARFoundation interface, it *is* ARFoundation in a sense. You could create your own iOS plugin for it, calling external ARKit functions written in Objective C or Swift, if you really wanted to.