Complex
Complex
Complex
Metal Slug Template Game
Type
Complex
Author
Alfredo Gomes
Discord
Created by Alfredo Gomes, Metal Slug Unity is a very simplified version of Metal Slug Neo Geo made in Unity. It allowed you to learn the mechanics of a video game from scratch. How to build, how to organize myself and so on.
I've eliminated the need to create new bullets (objects) or destroy old ones while the game is running, to drastically reduce the load placed on the CPU when creating and destroying GameObjects quickly. Implementing the use of Object Pooling (creation design pattern) to optimize my project and deal with the bullets being instantiated in this 2D Run and Gun style game (Metal Slug) developed in Unity Engine (C#).
Game prototype: https://alfredo1995.itch.io/metal-slug
The project repository has been made available as (Open Source) for consultation, examination, modification and redistribution on GitHub.