Publisher | AisuKaze Studio |
---|---|
File size | 946.89kB |
Number of files | 91 |
Latest version | 1 |
Latest release date | 2020-11-03 01:40:17 |
First release date | 2020-04-29 12:31:10 |
Supported Unity versions | 2018.4.2 or higher |
Simple 2D character controller system. Drag and drop the character with his camera in your scenario and you will be able to move, jump, wall slide, dash and attack like in any metroidvania game.
Specially indicated for prototyping, without any configuration you will have a 100% functional character in your scene. Enjoy traveling in your world without worrying about programming.
🎮 Features:
- Rigidbody 2D controller based in physics
- Move, jump, double jump, wall slide, dash, attack and shoot
- Ground and air control
- Keyboard inputs
- Camera follow and shake
- 2 types of enemies
📚 FAQ
💬 I changed the sprite and animations to my own and the attack stopped working
👉 You need to attach the event DoDashDamage in the attack animation
💬 The character is always in sliding mode while its in air, causing an infinite double jump.
👉 Create a new layer named Player, assign to the DrawCharacter gameobject and it will be fixed.