-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Support for Vision Pro targets #628
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
As you know, Vision Pro is still fairly new, so we are still in early investigations around the work that would be needed to better support it. |
I guess it's actually pretty straightforward, since the build process doesn't seem to have changed that much compared to iOS. It seems as if its not building because it does not know about the new build platform (visionos instead of ios). Also, the project name changed to "Unity-VisionOS":
and the Playback Engine to "VisionOSPlayer":
|
Any updates here? Seems like a very nice change for devs that wanna target existing platforms and add support for visionOS |
Feature proposal
We are trying to port an existing iOS app to Apple Vision Pro devices. It makes heavy use of the Dependency Manager. However, when I set Vision Pro as a target, it does not include the Pods nor does it generate Unity-iPhone.xcworkspace.
Are there any plans to support this?
The text was updated successfully, but these errors were encountered: