Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 815 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 815 Bytes

Eyebat-invasion-unity

Casual 3D gun-game made with Unity, part of my learning pathway as a Game developer.

Gameplay gif

The goal of this project was to publish a game, acquiring experience going through all the processes; from concept to release.

Play it here!

Design and programming achievements

  • Game loop with state machine using Unity Events and Enums
  • Centralised game manager
  • Singleton pattern
  • Publisher-Subscriber patter using C# Action Events
  • 3D animated model integration & animator controller
  • Particle effects
  • Auto-scale resolution and aspect ratio
  • UI Menu and HUD
  • Unity TextMeshPro with animated icons
  • Profiling to improve performance
  • Music and AudioFX integration