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. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

ARKit camera not rendering

Discussion in 'AR' started by pnpatil, Mar 1, 2018.

  1. pnpatil

    pnpatil

    Joined:
    Feb 6, 2018
    Posts:
    2
    I updated Xcode to 9.3b3 and iPhone 8+ to iOS 11.3 and my projects build properly. They also detect planes and vuforia targets, but the camera is not rendering. There are no errors when I compile in Xcode. Older projects without updated ARKit plugins don't work. Neither do the sample projects with the new plugin work. I can see a black background and the marker where it detects the ground

    Anything I am missing something?
     
    Last edited: Mar 1, 2018
  2. jimmya

    jimmya

    Unity Technologies

    Joined:
    Nov 15, 2016
    Posts:
    793
    Check that your Camera is set to "Depth Clear" and NOT "Dont clear"
     
  3. pnpatil

    pnpatil

    Joined:
    Feb 6, 2018
    Posts:
    2
    I tried that and it isnt working. Found a very wierd issue. The project builds properly on 2017 iPad but not on iPad pro/8+.

    I'll try and look into it too, but if anyone else has this issue and has been able to solve it, do let us know