Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreasbaumde/unitycamerafreelook

A script that can be attached to the main camera to rotate and move it in Game Mode (and Build) using simple input.
https://github.com/andreasbaumde/unitycamerafreelook

camera freelook unity unity3d

Last synced: 3 months ago
JSON representation

A script that can be attached to the main camera to rotate and move it in Game Mode (and Build) using simple input.

Awesome Lists containing this project

README

        

# Unity Camera Free Look
A script that can be attached to the main camera to rotate and move it in game mode (and build) using simple input.

**Controls:**
- Movement: Unity input axis (e.g. W-A-S-D, arrow keys or gamepad input axis)
- Up: Unity input "Jump" (e.g. space)
- Down: X
- Rotate: Unity mouse axis

**The following settings can be made directly in the Editor in the component:**
- Movement speed (default: 10)
- Turn speed (default 3)
- Camera spawn (default current camera position)
- Cursor visible: Indicates whether the cursor should be visible or not (default false)
- Lock cursor: Indicates whether the cursor is locked in the game window or not (default true)