LEARN HOW TO MAKE A SIMPLE FPS SYSTEM
Hi Everyone!
Twice a week I will be making new tutorials that will cover how to make a simple FPS game from the ground up and all you will need is:
- Unity (Any version will do!)
- Playmaker (Plugin from Asset Store)
When each new tutorial comes online I will post it here for your convenience!
If you have any questions or get stuck let me know in the comments and I’ll help you along!
Here is Part 1
Here is Part 2:
In this tutorial you will learn how to:
- Create a Working Gun that Spawns Bullets
- Create a Muzzle flash that reacts when you fire
Here is Part 3:
In this tutorial you will learn how to:
- Create a Simple AI System that will make enemies follow the player around the map.
Here is Part 4:
In this tutorial you will learn how to:
- Create a Damage System for the Enemies that will allow the player to reduce their health to zero.
- Create Bullets that fire out of the Players gun and can hit objects and detect whether to deliver damage.
Here is Part 5:
https://www.youtube.com/watch?v=56l2ccYXFVE
In this tutorial you will learn how to:
- Create a GUI for the Enemy that provides the Player with important information
- Link FSM’s together to retrieve floats that converts to a String Value that will show the Player how much Health the Enemy has left.
@jjnstn No worries Jeff, If you get stuck through any of them, you can always send me a message to get some help 
Cheers
Here is Part 6
https://www.youtube.com/watch?v=v-ebENjPQ8c
In this tutorial you will learn how to:
- Create a simple AI System using Prefabs we have already created to make the Enemy shoot at the Player.
- Make our life simpler by reusing assets
- Create a Health System for the Player.