2D Tilemap Platformer Unity Create your own 2D platformer game with ease using this Unity project template. This repository provides a foundation for building classic side-scrolling platformers with Unity's powerful 2D features.
Tilemap Integration: Leverage Unity's Tilemap system for efficient level design and quick iteration.
Player Controller: A customizable player controller script with smooth movement and double jump movement.
Animated Player Controller: Player control with Idle, Run, Jump animations implemented in the project.
Game Manager and UI Manager: Systems to manage gameplay.
Player Death and Respawning: Respawn and death system.
Platformer Mechanics: Jumping, double-jumping, and grounded movement are all set up for a classic platformer feel.
Coins and Pickups: Coins and Pickups to make gameplay feel fun.
Clone the repository. Open the project in Unity (compatible with Unity 20xx.xx). Explore the sample scenes and adapt them to fit your game concept. Customize player sprites, tilesets, and level design to create your unique platformer experience. Documentation: Refer to the Wiki for detailed documentation and guidelines on using the template, implementing new features, and optimizing your game.
Contributions are welcome! Whether you want to fix bugs, improve existing features, or add new functionality, feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.