Skip to content

A simple health script for unity game projects. If you find any issues or have any suggestions feel free to tell me :D

License

Notifications You must be signed in to change notification settings

MaxGreenhill8529/Unity-Health-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-Health-Script

Health Inspector Health Displayer Inspector

Function List

Damage(int amount)

Heal(int amount)

GetMaxHealth() It's used to allow read access to the maxHealth variable while still allowing read/write access in the inspector

Features

Documentation Comments Screenshot (8)

The Unity Event System is used to control what happens after the health has been decreased and or has reached 0.
A visualization script is here that allows you to display the health using a unity slider ui component.

About

A simple health script for unity game projects. If you find any issues or have any suggestions feel free to tell me :D

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages