Godot Version
4.3
Question
I created a UI button in a 3d world on the screen using sprite3d with ViewportTexture and SubViewport.
Everything works fine, but I can’t interact with these buttons in any way. Clicking with the mouse does nothing. The texture only displays the UI elements, but does not allow interaction with them. Can anyone tell me how I can fix this?