sceneform-android icon indicating copy to clipboard operation
sceneform-android copied to clipboard

How to remove hand motion animation?

Open mAgasthiPagrawal opened this issue 1 year ago • 1 comments

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);
       
       }

mAgasthiPagrawal avatar Jun 13 '24 10:06 mAgasthiPagrawal

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

vishtech36 avatar Aug 18 '24 11:08 vishtech36

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.

github-actions[bot] avatar Nov 17 '24 05:11 github-actions[bot]

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

github-actions[bot] avatar Nov 25 '24 05:11 github-actions[bot]