From the course: iOS Development Tips

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

RealityKit

RealityKit

- [Narrator] Last week I introduced you to Reality Composer. Let's use those files to make a AR app with RealityKit. Now I'm going to start a template in Xcode for this. So from the welcome screen, I'm just going to create a new project, and I'm going to find the IOS augmented reality app and in here I'm going to use the content technology of RealityKit. And user interface is either Swift, UI, or Storyboard, and I'm going to use Storyboard and I'm going to set a name here of ARDemo. And then I can go ahead and I can save that. Now in Swift RealityKit for Storyboard or Swift UI is pretty much the same, it just stores the four lines of code we're going to write in different places. So go ahead and hit next, and save it, I'm going to create it and put it on my desktop. And I'm into Xcode now. And I'm going to pull up over here in the finder, Reality Composer from Icloud. And first thing I'm going to do here is I…

Contents