Publisher | Cleverous |
---|---|
File size | 3.19MB |
Number of files | 40 |
Latest version | 1 |
Latest release date | 2022-07-27 10:40:01 |
First release date | 2020-06-08 02:59:11 |
Supported Unity versions | 2018.4.2 or higher |
Documentation
That Hurt! is a simple package for getting damage floaties into your game quickly!
Do you have a UI Canvas and a Camera? Great, you can also have Damage Floaties with nearly zero effort!
That Hurt! offers a very simple API with practical options and curves for variation and control of the floatie style. A static entry point, one target method and a few overrides for popping damage onto the screen makes passing information and getting the results you want super easy.
That Hurt! is also super efficient! At startup it creates a pool of the prefabs and an array of strings which are numbers so when you pass the damage integer it simply uses that as the index to lookup the corresponding string... so it effectively avoids runtime allocations altogether in practice! Horray!