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

Hands off #80

Open
wendal2841 opened this issue Mar 6, 2024 · 3 comments
Open

Hands off #80

wendal2841 opened this issue Mar 6, 2024 · 3 comments
Labels
Apple pls Apple needs to fix something, no workaround

Comments

@wendal2841
Copy link

how can you turn off your hands so they are not visible in vr ?

@zhuowei
Copy link
Collaborator

zhuowei commented Mar 7, 2024

Try turning off the "Show hands overlaid" toggle in the initial screen.

@shinyquagsire23
Copy link
Collaborator

There's a weird bug with the setting (not sure if it's Apple's fault or ours), if you open the control center and close it, it'll apply the setting for sure.

@shinyquagsire23 shinyquagsire23 added the Apple pls Apple needs to fix something, no workaround label Mar 11, 2024
@shinyquagsire23
Copy link
Collaborator

shinyquagsire23 commented Mar 11, 2024

yeah I have no clue wtf is going on with this one, I even tried two different immersive scenes to rule out Observable bugs:

        ImmersiveSpace(id: "ClientWithHands") {
            CompositorLayer(configuration: ContentStageConfiguration()) { layerRenderer in
                let renderer = Renderer(layerRenderer)
                renderer.startRenderLoop()
            }
        }
        .immersionStyle(selection: $clientImmersionStyle, in: .full)
        .upperLimbVisibility(.visible)
        
        ImmersiveSpace(id: "ClientNoHands") {
            CompositorLayer(configuration: ContentStageConfiguration()) { layerRenderer in
                let renderer = Renderer(layerRenderer)
                renderer.startRenderLoop()
            }
        }
        .immersionStyle(selection: $clientImmersionStyle, in: .full)
        .upperLimbVisibility(.hidden)

still broken for some reason, so it seems like Apple needs to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Apple pls Apple needs to fix something, no workaround
Projects
None yet
Development

No branches or pull requests

3 participants