Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

ARKit Remote issue - TypeLoadException error

Discussion in 'AR' started by purplehaze90, Dec 31, 2017.

  1. purplehaze90

    purplehaze90

    Joined:
    Feb 3, 2017
    Posts:
    13
    Hello,
    While trying one of the examples of a simple AR app, I ran into the error attached in screeshot when using the ARKit remote app. I tried one of the ARKit examples provided by Unity and the ARKit remote ran totally fine. I saw the same type of question go unanswered in a September post here .
     

    Attached Files:

  2. jimmya

    jimmya

    Unity Technologies

    Joined:
    Nov 15, 2016
    Posts:
    793
    This usually happens when the ARKit remote is built with a different version of the project or of Unity than the one you're using for the Editor.
     
  3. purplehaze90

    purplehaze90

    Joined:
    Feb 3, 2017
    Posts:
    13
    I reimported the ARKit plugin and the error is gone. Thanks @jimmya