Skip to content

sjnilan/HealthBarSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HealthBarSystem

Health bar system for Unity3d 5+

Add example cs file to any object that you want to use health bar.

In Start function
Code: HealthBar = GetComponent<HealthBarSystem>();

When damage is taken
Code: HealthBar.Hit();
Code:HealthBar.SetHelthValue ( HealthNeedToDisplay);

About

Health bar system for Unity3d 5+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages