- Current Version: 1.0.0: 2024-05-03T14:45:11Z
- First Published: 2024-05-03T14:45:11Z
- Size: 1352000
- Supported Unity Versions: 2021.3.36
Easy Hit System 2D
Limitations:
The collision body representing the character's body can only use Box Collider 2D. You can make it non-collidable (check isTrigger), but you must add a Box Collider 2D as the body's collision detection area.
The example utilizes the 2D Animation skeleton system, so please make sure the 2D Animation package is installed in your project; otherwise, the example won't work correctly. If you don't need to use the example, you can skip installing the 2D Animation package.
Online Resources:
The Easy Hit System 2D is developed based on Unity's physics system. It provides a fast and convenient editor for you to implement attack collisions and hit effects.
Features:
- Easy to use
- It provides a fast and convenient editor
- All source code included
Add to cart