godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.29k stars 21.05k forks source link

Unable to right click menu on the VR Android editor #98144

Open fire opened 5 days ago

fire commented 5 days ago

Tested versions

System information

Meta Quest 3

Issue description

On a new Godot Engine editor, on the Meta Quest 3 there is no way I can find to right click menu on the godot engine scene tree (tree) to toggle make a child scene node editable children.

Steps to reproduce

  1. Download meta app for Godot Engine
  2. Create a new project
  3. Create a new scene B and save
  4. Create a new scene A
  5. On the right side of the screen on the node tree tree attach the B scene as a child
  6. There is no uiux for making the B scene editable.
  7. There is no uiux to trigger the scene tree right click menu

Note I may have missed a binding. Help!

Minimal reproduction project (MRP)

N/A

The reproduction steps are not project dependent (e.g. the bug is visible in a brand new project).

dsnopek commented 3 days ago

When using the XR editor it disables the "long press to right click" setting by default, but you can re-enable it and use long press, however, it makes dragging stuff tricky. It would be cool to use grip or some other button for right click, but I'm not sure what we get from the system for those button presses (if anything)