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

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

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.

![](.readme/editor.jpg)

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.