3D camera question

Godot Version

4.1

Question

`I created a 3D camera, issue is i only see the icon, when going to move it no arrows shows to drag the camera .I have to end up moving it manually through the inspector. I made sure all gizmos are active.


what’s your PC?
there was a problem with AMD drivers where they didn’t render meshes on screen. try adding a meshinstance3D and set it to cube.

I figured it out right when you said amd drivers, i changed from vulkan to dx12 now it works thank you