Getting Started
This section covers several important topics to get you up to speed when developing for the visionOS platform. Here you will find links to a step-by-step guide for building your first Unity PolySpatial XR app and some development best practices when developing for PolySpatial XR.
Development & Iteration
Please refer to Development & Iteration for information about prerequisites, development, iteration, deployment, and debugging.
Creating New Projects
These guides have step by step instructions for getting started with visionOS.
- In Starting a new visionOS project from scratch, you will find a step-by-step tutorial that guides you through installing, setting up and deploying a simple Unity app from scratch to target visionOS and the Apple Vision Pro.
- In Starting a new visionOS project from the Immersive App Template, you will find a step-by-step tutorial for setting up a new project using the Immersive App Template.
- In Sample Contents: Learn how to use visionOS with Application Examples, you will find a wide range of vertical slices demo projects explaining how to develop for visionOS using PolySpatial technology.
Porting Existing Projects
When porting existing Unity projects to visionOS, several considerations need to be taken into account. The biggest limitation is that some core Unity features aren't supported, and others provide a reduced feature set. In addition, input is different, and processing power and supported components will vary. Sometimes you will have to develop your own systems to support your unique project features and work around these limitations.
You can find information about porting VR experiences to visionOS, find out which Unity features and components are currently supported for immersive apps, or how to use Project Validation for helpful in-editor assistance to port a project.