Im executing the StarterSample on Quest3 v76.1024. I just add a EditText
widget into ui_example.xml as below.When I clicked the EditText, the
virtual keyborad was not shown but sometime it was shown.Here is the log
filter by keyword "keyboard": log
Im a beginner in 3D development. I import a glb object into
environment.env with predefined textures(baseColorTexture,
normalTexture, occlusionTexture), and I try to change the
appearance(runtime) when clicking buttons. Here are my code, but It
didn'...