Replies: 1 comment
-
Please use discussions for this. You can simply override https://github.com/SceneView/sceneform-android/blob/26d7a4709160b9f65439de93586f17fdc1e60cbc/ux/src/main/res/layout/sceneform_instructions_plane_discovery.xml on your res folder. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I change the content of the instruction?
I tried next code in arFragment:
val container = view.findViewById(R.id.handMotionLayout)
instructionsController.setView(TYPE_PLANE_DISCOVERY, layoutInflater.inflate(R.layout.ar_instruction, container, true))
Where ar_instruction:
But in this case, the instruction does not appear...
Beta Was this translation helpful? Give feedback.
All reactions