Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andreasbaumde/unitycamerafreelook
- Owner: andreasbaumde
- License: mit
- Created: 2018-09-26T16:36:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T14:57:57.000Z (over 3 years ago)
- Last Synced: 2023-11-19T23:23:53.839Z (about 1 year ago)
- Topics: camera, freelook, unity, unity3d
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)