Unable to init on visionOS. #219
Unanswered
ZacharyLiu6
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I’m using version v1.4.4 of this plugin to support Apple Sign-In for my VisionOS application. I implemented login functionality by directly incorporating the MainMenu from the example scenes into my VisionOS scene and added the PressedAppleSignInButton method to handle click events for logging in.
However, when building for Vision Pro, I encountered some errors. It seems that the UnityPolySpatialAppDelegate does not implement methods related to window. Below is the Xcode console output during the app’s runtime:
Uncaught exception: NSInvalidArgumentException: -[MyTestProject.UnityPolySpatialAppDelegate window]: unrecognized selector sent to instance 0x303d2bc20
Beta Was this translation helpful? Give feedback.
All reactions