This project is the creation of a "first person football game mechanism" in Unity 3D game engine by a software developer named Mert Usta.
There are some demo gifs for my project :
- Player Dribble :
- Player Shoot :
- Player Move Animations :
- "W","A","S","D" keys for moving player.
- "Shift" key for running player.
- Holding Left Mouse Click for Shooting.
- "Space" key for jumping player.
- Scroll Mouse Click for getting new ball.
-
Creating a game mechanism clearly playable.
-
Using Unity's "Animation Blend Tree" system (https://docs.unity3d.com/Manual/class-BlendTree.html) for making responsive character control animations.
-
Implementing compatible character animations for a football game. (Source : mixamo.com)
-
Finding and using free 3D models, free textures, free sound effects for any usage. (Sources : sketchfab.com, textures.com, creazilla.com, pixabay.com, flaticon.com)
-
Thinking and understanding how a game module could work, then I designed and coded this game module with my own ways.
- Mert Usta