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
- Host: GitHub
- URL: https://github.com/appleboiy/unity3d
- Owner: AppleBoiy
- License: mit
- Created: 2024-04-06T07:44:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T03:25:05.000Z (about 1 year ago)
- Last Synced: 2025-04-05T17:38:02.294Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 97.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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
OtherW
Move forwardS
Move backwardA
Move leftD
Move rightSpace
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)