Skip to content
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

Sometimes even after entering the VR space, you can still see real hands and arms #129

Open
HQheqian opened this issue Dec 6, 2024 · 1 comment

Comments

@HQheqian
Copy link

HQheqian commented Dec 6, 2024

Sometimes even after entering the VR space, you can still see real hands and arms。It has been set, but sometimes it doesn't take effect. UpperLimbVisibility (. hidden)
Does anyone know how to solve it.Thank you.

ImmersiveSpace(id: "MetalClient") {
CompositorLayer(configuration: ContentStageConfiguration()) { layerRenderer in
let system = MetalClientSystem(layerRenderer)
system.startRenderLoop()
}
}
.immersionStyle(selection: $clientImmersionStyle, in: .mixed, .full)
.upperLimbVisibility(.hidden)

@shinyquagsire23
Copy link
Collaborator

It's been a visionOS bug since 1.0, idk how it hasn't been fixed after all this time 😔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants