private void OnDestroy() { instance = null; }
private void Awake() { slider = GetComponent <Slider>(); instance = this; }