https://github.com/striderzz/2d-platformer-unity
Build your own 2D platformer game effortlessly with this Unity project template. It includes a robust player controller, seamless tilemap integration, and essential platformer mechanics. Jumpstart your game development journey with this easy-to-use foundation.
https://github.com/striderzz/2d-platformer-unity
game-development platformer platformer-2d-game platformer-game unity unity-project unity-template unity2d unity2d-character-movement unity2d-game unity2d-tutorial unitygamedevelopment
Last synced: 4 months ago
JSON representation
Build your own 2D platformer game effortlessly with this Unity project template. It includes a robust player controller, seamless tilemap integration, and essential platformer mechanics. Jumpstart your game development journey with this easy-to-use foundation.
- Host: GitHub
- URL: https://github.com/striderzz/2d-platformer-unity
- Owner: striderzz
- License: mit
- Created: 2023-12-01T14:44:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:41:41.000Z (over 1 year ago)
- Last Synced: 2024-05-16T21:39:00.271Z (over 1 year ago)
- Topics: game-development, platformer, platformer-2d-game, platformer-game, unity, unity-project, unity-template, unity2d, unity2d-character-movement, unity2d-game, unity2d-tutorial, unitygamedevelopment
- Language: C#
- Homepage:
- Size: 10.6 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2D-platformer-Game-Unity
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.
## 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.
## Getting Started:
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:
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.
## License:
This project is licensed under the MIT License - see the LICENSE file for details.
