//Add some ultimateComponent here for the total amount of charge. void Start() { UltimateChangeEvent.Register(onUltimateChange); slider.FillAmount = 0; }
// Use this for initialization void Start() { audioSource = GetComponent <AudioSource>(); UltimateChangeEvent.Register(onUltimateChange); }