Here is a link to the download resource, since I haven't figured out the git terminal yet and the file weighs 233 MB ;): https://drive.google.com/file/d/1EJhPrv_c6DNVXpM51AU6Jd0fQsDoleEX/view?usp=drive_link
This is my first plugin for creating a controller character to control it in unity 3d. ##What the menu looks like:
when you press enter, the level restarts
A red transparent screen appears for a second when taking damage
when the left mouse button is pressed, the impact animation is triggered; If the character is in the air for more than a few seconds, the fall animation is triggered; when you press the space bar, a jump is triggered; a simple UI showing how many hp a player has; so that your character does not start playing the fall animation while standing still, put the terrain layer: Ground Layer , and put it in the character settings where the line Ground layer - Ground Layer should be!
It is created in the character automatically!
It is created in the character automatically!
It is created in the character automatically!
You need to put the script on the Canvas and customize it to your preferences. The script is located in plugins-j2k-Health UI
You need to place the script on the object that will cause damage and set up the DamageZone tag for it. The script is located in the plugins-j2k-DamageZone.