Can't see 3d camera view direction in editor

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Dully

So I was trying to learn 3d in godot and for some reason I can’t make the camera show the direction it showing like this example: 1

As you can see the camera show some purple line showing the direction it’s facing but for me it’s just this 2

Can somebody help me with this please

:bust_in_silhouette: Reply From: Calinou

This is because your camera is zoomed out, so the gizmo lines are hidden by the gizmo icon (whose size is fixed, regardless of camera distance). This is why the camera gizmo icon is no longer shown since Godot 3.4: Remove the 3D camera gizmo icon (3.x) by Calinou · Pull Request #49644 · godotengine/godot · GitHub

If you zoom in with the editor camera, you should see the Camera node’s purple gizmo lines appear.