Abhishek Thapliyal
Abhishek Thapliyal

Reputation: 3708

iOS ARKit : Integrate AR feature in existing iOS Project

I'm learning ARKit, wants to integrate in my existing iOS project. I googled and got references for fresh projects only.

Any idea for old one?

Upvotes: 0

Views: 1512

Answers (1)

Arpit Jain
Arpit Jain

Reputation: 1690

For integrating ARKit in your existing project.

  1. Make sure your project is in Xcode 9 only.
  2. Import ARKit in your existing project.
  3. Create an Assets catalog and rename its extension to .scnassets.
  4. Add your 3D models in this folder.

Your setup is done.

NOTE - Your existing project now will only be limited for iOS 11 and devices with A9 or later processor.

Upvotes: 1

Related Questions