Unity Metroidvania is a metroidvania game written in C# using the Unity Engine. Straightforward.
Note
You can check the older version (for Unity 2021) in the branch v1
- New Input System
- Unity Addressables
- Unity Localization
- Unity URP
- Unity DOTS
- Platform player controller built with component system and state machine
- Settings management (audio, screen, game settings...)
- Events using Scriptable Objects with tracker
- Input system for keyboard and gamepad
- Serialization System with data viewing in editor
- Scene Management
- Game Over
- UI transitions and animations
- Install the unity version 6000.0.32f1
- Clone this repository into a directory in your computer
- Open project in Unity Hub