I need to create a .rcproject file to implement 3D models for my application.
When I create a file with the Augmented Reality template in Xcode, it was supposed to have 3 files:
AppDelegate.swift
;
ContentView.swift
;
Experience.rcproject
.
However, the last one is not there, and I can't find it in the "New File" session. Do I need to install something else? What am I doing wrong?
I already tried updating my Mac to the latest version, downloading the Reality Composer app and searching a lot, but none of this worked.
Xcode 15 vs Xcode 14
The latest version of Xcode (v.15) comes with a new prototyping tool called Reality Composer Pro 1.0, which is not interchangeable with the previous Reality Composer 1.5 developer app included in Xcode 14. Both versions of Xcode are capable of working with the great old Reality Composer 1.5 app. However, to be able to automatically load the
Experience.rcproject
file into a RealityKit project, use Xcode 14. When working with non-pro Reality Composer's scenes in Xcode 15,.rcproject
files must be imported manually.