I am making this script for health, and I am trying to clean up this error. If you can tell, I'm kind of new to Unity
healthText.text = string.Format ("+ {0}", CurrentHealth ) float currentXValue = MapValues ((CurrentHealth, 0, maxHealth, minXValue, maxXValue) ;
↧