Create the first Vision Pro app using Unity
Requirements
- Mac computer with an Apple silicon processor
- Unity
- XCode 15 beta
- Vision Pro Simulator
How to install Vision Pro Simulator
- Learn how to install Vision Pro Simulator and xcode beta from here
Setup
- Create a Unity project with any custom settings
- Install the VisionOS (experimental) module from Unity HUB
- Switch the build target to visionOS (experimental)
- Add any scene in the build setting
- To run in Vision Pro simulator
- Change the
Target SDK
under player settings toSimulator SDK
- Change the
- Create a build for Vision Pro
- Open xcodeproject
- Simply click the run button, and that's all
- Unity game should launch now inside the Vision Pro simulator