SceneView / sceneform-android

Sceneform Maintained is an ARCore Android SDK with Google Filament as 3D engine. This is the continuation of the archived Sceneform
https://sceneview.github.io/sceneform-android/
Apache License 2.0
633 stars 145 forks source link

How to remove hand motion animation? #471

Open mAgasthiPagrawal opened 5 months ago

mAgasthiPagrawal commented 5 months ago

How can I remove the hand motion animation in Java?

I found the below solution on GitHub, but these methods do not exist. is there any other way to hide or remove the hand motion?

       arFragment = (ArFragment) getChildFragmentManager().findFragmentById(R.id.ar_fragment);
       if (arFragment != null) {
                // hiding the plane discovery
                    arFragment.getPlaneDiscoveryController().hide();
                   arFragment.getPlaneDiscoveryController().setInstructionView(null);

       }
vishtech36 commented 3 months ago

Use this It will help you arFragment.instructionsController.isEnabled = false

github-actions[bot] commented 3 days ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.