Vision Pro Unity Support
hi, I would like to ask if it is possible to make a version also for the vision pro as Unity modal does not work for it at the moment. A thousand thanks
Hello,
What exactly isn't working?
When I try to build for visionOS(Windowed Mode), the unity compiler give me this errors(I'm logged because in the editor works):
- Did you install packages through OpenUPM or directly from git?
- If you installed directly from git, do you also have
com.walletconnect.coreinstalled? - Are you encountering similar errors when the target platform is iOS?
- What version of Unity are you using?
Unable to reproduce with Unity 2022.3.18. I don't get the errors.
I tried from git and also from OpenUPM. For iOS it works, but for VisionOs no. I have the 2022.3.24f1 version and I will try with your version
also with your unity version doesn't work :(
if I build in this way: like an IpadOS app, it works
Does it work for you in the Editor with VisionOS as the target platform?
I was able to reproduce it. It happens when building for VisionOS.
Temporary workaround
- Manually download packages directly into
Packagedirectory to enable write access - From the Inspector enable
visionOSplatform forPackages/com.walletconnect.core/Runtime/WalletConnectUnity.Core.asmdefand apply changes
@Biso240 let me know if that helps. I'll include visionOS in the next release.
@Biso240, could you please test this PR? I also fixed the UI layout setting; it will now use wallet deep link by default , similar to how it works on mobile.
https://github.com/WalletConnect/WalletConnectUnity/pull/225
Ok I can now build for VisionOs and build it into Vision Pro. After I got the same issue that you can find it also in IOS and Android. https://github.com/WalletConnect/WalletConnectUnity/issues/224
Nice, I'm working on #224, but it shouldn't block you from development. I'll try to release a fix next week.