A small 2D Unity project built for learning and experimentation.
This project is a simple 2D platformer built in Unity. It demonstrates basic gameplay mechanics such as player movement, collisions, physics interactions, and win conditions.
- 2D player movement (left/right + jump)
- Camera follows the player
- Win condition trigger (touching an object ends the level)
- Audio feedback for certain events
- Clean, minimalistic design
- Engine: Unity (2D mode)
- Language: C#
- Version Control: Git & GitHub
Assets/ # Game assets: sprites, scripts, scenes
Packages/ # Unity package dependencies
ProjectSettings/ # Unity project configuration
-
Clone the repository:
git clone https://github.com/InvarGervi123/SimpleGameUnity.git
-
Open the project in Unity Hub.
-
Click Play to start the game in the editor.
- The
Library/,Temp/, and other auto-generated folders are ignored via.gitignore. - This project is ideal as a base for learning Unity basics or expanding into a full platformer.
This project is released for educational purposes. Feel free to use or modify it for your own learning.
๐ค Author: Invar Gervi