https://github.com/sunsided/unity-fps
An FPS tutorial game in Unity
https://github.com/sunsided/unity-fps
first-person-shooter unity unity3d zenva
Last synced: 24 days ago
JSON representation
An FPS tutorial game in Unity
- Host: GitHub
- URL: https://github.com/sunsided/unity-fps
- Owner: sunsided
- License: mit
- Created: 2019-09-01T13:54:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T22:09:26.000Z (about 4 years ago)
- Last Synced: 2025-03-14T16:11:16.384Z (about 1 month ago)
- Topics: first-person-shooter, unity, unity3d, zenva
- Language: ShaderLab
- Size: 1.15 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# First-Person Shooter in Unity
An FPS game written in Unity; part of the [Unity Game Development Mini-Degree](https://academy.zenva.com/product/unity-game-development-mini-degree/) Zenva course.

Contents and Lessons Learned:
- AI navigation using NavMesh,
- Particle systems,
- Bobbing pickups,
- Ad-hoc sound playing using `PlayOneShot`
- FPS player motion and looking,
- Mouse movement confinement.