unity-jar-resolver icon indicating copy to clipboard operation
unity-jar-resolver copied to clipboard

[FR] Support for Vision Pro targets

Open derwaldgeist opened this issue 2 years ago • 4 comments
trafficstars

Feature proposal

  • EDM4U Component: iOS Resolver

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?

derwaldgeist avatar Aug 10 '23 16:08 derwaldgeist

This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Aug 10 '23 16:08 google-oss-bot

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.

a-maurice avatar Aug 14 '23 20:08 a-maurice

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": https://github.com/googlesamples/unity-jar-resolver/blob/ae200afe800c179e7d24d8b5653cbe71bcd238b7/source/IOSResolver/src/IOSResolver.cs#L456

and the Playback Engine to "VisionOSPlayer": https://github.com/googlesamples/unity-jar-resolver/blob/ae200afe800c179e7d24d8b5653cbe71bcd238b7/source/IOSResolver/src/IOSResolver.cs#L537

derwaldgeist avatar Nov 23 '23 19:11 derwaldgeist

Any updates here? Seems like a very nice change for devs that wanna target existing platforms and add support for visionOS

StephenHodgson avatar Apr 12 '24 16:04 StephenHodgson