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

https://github.com/appleboiy/unity3d

Unity3D: Base system - 1st person
https://github.com/appleboiy/unity3d

Last synced: about 2 months ago
JSON representation

Unity3D: Base system - 1st person

Awesome Lists containing this project

README

        

# unity3d: Basic Player Controller - 1st person

Control a player in a 3D environment.

Tested on
: macOS 14.4.1
: Unity 2023.2.7f1

Screenshot

## Key features

- Camere follow player

On going

- [ ] Camera follow player.
- [X] Camera follow player.
- [X] Camera rotation using mouse input.
- [ ] Camera zoom in/out.
- [x] Player basic movement.
- [x] Player rotation using mouse input.
- [ ] Track player position and mini map.

## Key bindings

Basic movement
Other

W
Move forward

S
Move backward

A
Move left

D
Move right

Space
Jump

## References

- [FIRST PERSON MOVEMENT in 10 MINUTES - Unity Tutorial](https://www.youtube.com/watch?v=f473C43s8nE)
- [StarterAssets - FirstPerson](https://assetstore.unity.com/packages/essentials/starterassets-firstperson-updates-in-new-charactercontroller-pac-196525)