Publisher | Blue Crystal Studio |
---|---|
File size | 233.44kB |
Number of files | 47 |
Latest version | 1 |
Latest release date | 2023-11-10 02:45:13 |
First release date | 2023-11-10 02:45:13 |
Supported Unity versions | 2018.4.2 or higher |
Practice dummy is very easy to implement and easy to configure in Unity inspector.
Practice dummy have 8 distinct animations ( 4x front attack 4x back attack) which are played based on hit direction.
Asset containts many UNIVERSAL scripts that may help your undestanding of more universal approach to Unity c# scripting.
These scripts are easily scale-able and focuse on Inspector configuration, which is more readable then code and much better to work with for begginers + speed up developement for senior developers as they do not need to write code over and over again, which you should not ever do anyway.
Damage text with Info and Outline can be recolored in Inspector Dummy script.
Text spawn is not hard-coded and is refferenced via Transform component in Practice dummy prefab, so you can easily change where the text will spawn.