
Unity3D Platformer Progress bar Tutorial 10
THIS IS Java scrip: GOOD 4 2D GAMES AND 3D GAMES !
--------------------------------------------------------------------------------------
// set GUI bar width and height
var barWidth : float = 500;
var barHeight : float = 25;
// drag a texture as the icon
var progIcon : Texture;
// where to set the GUI element to
private var barProgress : float;
// empty objects represent...