How to remove hand motion animation?
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);
}
Use this It will help you
arFragment.instructionsController.isEnabled = false
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.
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.