Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
A simple 3D 100-line free-look camera for Godot 4 that mimics some of the functionality of the editor's camera for in-game use. See the "godot-3" branch on the GitHub repo for a version that works with Godot 3.Use W and S to move forward and backward.Use A and D to move left and right.Use Q and E to move up and down.Roll the scroll wheel to increase and decrease movement speed.Hold down the right mouse button to rotate the camera. There's a slider in the editor to control mouse sensitivity.Install it by attaching camera.gd to your Camera3D node.
Simple Free-Look Camera
A simple 3D 100-line free-look camera for Godot 3.2 that mimics the functionality of the editor's camera for in-game use.
Usage
Use W and S to move forward and backward.
Use A and D to move left and right.
Use Q and E to move up and down.
Roll the scroll wheel to increase and decrease movement speed.
Hold down the right mouse button to rotate the camera. There's a slider in the editor to control mouse sensitivity.
Installation
Attach camera.gd
to your Camera node. That's it!
License
MIT.
A simple 3D 100-line free-look camera for Godot 4 that mimics some of the functionality of the editor's camera for in-game use. See the "godot-3" branch on the GitHub repo for a version that works with Godot 3.
Use W and S to move forward and backward.
Use A and D to move left and right.
Use Q and E to move up and down.
Roll the scroll wheel to increase and decrease movement speed.
Hold down the right mouse button to rotate the camera. There's a slider in the editor to control mouse sensitivity.
Install it by attaching camera.gd to your Camera3D node.
Reviews
Quick Information
A simple 3D 100-line free-look camera for Godot 4 that mimics some of the functionality of the editor's camera for in-game use. See the "godot-3" branch on the GitHub repo for a version that works with Godot 3.Use W and S to move forward and backward.Use A and D to move left and right.Use Q and E to move up and down.Roll the scroll wheel to increase and decrease movement speed.Hold down the right mouse button to rotate the camera. There's a slider in the editor to control mouse sensitivity.Install it by attaching camera.gd to your Camera3D node.