googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

[FR] Support for Vision Pro targets #628

Open derwaldgeist opened 10 months ago

derwaldgeist commented 10 months ago

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?

google-oss-bot commented 10 months ago

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

a-maurice commented 10 months ago

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.

derwaldgeist commented 7 months ago

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

StephenHodgson commented 2 months ago

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