Edit of asset "Simple Free-Look Camera for Godot 4 in C#" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Simple Free-Look Camera for Godot 4 in C# | Simple Free-Look Camera for Godot 4 in C# |
Description |
A C# implementation of a simple 3D free-look camera for Godot 4.0 that mimics some of the functionality of the editor's camera for in-game use. Ported from Richardhyy's Godot 4.0 GD version (https://github.com/richardhyy/simple-free-look-camera-4), who ported from Adamviola's Godot 3.2 GD version https://github.com/adamviola/simple-free-look-camera). * 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. * Press **shift** to move faster, and hold **alt** to move slower. * Hold down the **right mouse button** to rotate the camera. There's a slider in the editor to control mouse sensitivity. Attach `FreeLookCameraBase.cs` or `FreeLookCamera.cs` to your Camera3D node. That's it! (More information at the README.md file) |
A C# implementation of a simple 3D free-look camera for Godot 4.0 that mimics some of the functionality of the editor's camera for in-game use. Ported from Richardhyy's Godot 4.0 GD version (https://github.com/richardhyy/simple-free-look-camera-4), who ported from Adamviola's Godot 3.2 GD version https://github.com/adamviola/simple-free-look-camera). * 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. * Press **shift** to move faster, and hold **alt** to move slower. * Hold down the **right mouse button** to rotate the camera. There's a slider in the editor to control mouse sensitivity. Attach `FreeLookCameraBase.cs` or `FreeLookCamera.cs` to your Camera3D node. That's it! (More information at the README.md file) |
Category | Scripts | Scripts |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/D0ct0rDave/SimpleFreeLookCamera4CSharp | https://github.com/D0ct0rDave/SimpleFreeLookCamera4CSharp |
Issues Url | https://github.com/D0ct0rDave/SimpleFreeLookCamera4CSharp/issues | https://github.com/D0ct0rDave/SimpleFreeLookCamera4CSharp/issues |
Godot version | Godot 4.2 | Godot 4.2 |
Version String | 1.0 | 1.0 |
Download Commit | adc1c318c4dd86437d29329b57ddbfd6671c41c1 | adc1c318c4dd86437d29329b57ddbfd6671c41c1 |
Download Url (Computed) | https://github.com/D0ct0rDave/SimpleFreeLookCamera4CSharp/archive/adc1c318c4dd86437d29329b57ddbfd6671c41c1.zip | https://github.com/D0ct0rDave/SimpleFreeLookCamera4CSharp/archive/adc1c318c4dd86437d29329b57ddbfd6671c41c1.zip |
Icon Url |
https://raw.githubusercontent.com/D0ct0rDave/SimpleFreeLookCamera4CSharp/main/icon.png
|
https://raw.githubusercontent.com/D0ct0rDave/SimpleFreeLookCamera4CSharp/main/icon.png
|