Welcome to the forums @monk-e-boy!
How are you moving the 3D scene? Are you using _input
or _unhandled_input
? I believe you need to use _unhandled_input
if you want things like the mouse motion not to go down the scene tree. It may be that the UI also has to be higher in the scene than the 3D scene, but I'm not 100% sure.