InputField component:
Renamed InputField to UnityEngine.UI.InputField to match other UI components;
Added required UnityEngine.UI.Text component;
Countdown component:
Allow the countdown component to be attached to any other component;
Added FadeOut handling for when the component is destroyed when the timer runs out;
Added endTime and step integer values to the Countdown component;
InputField component: Renamed
InputField
toUnityEngine.UI.InputField
to match other UI components; Added required UnityEngine.UI.Text component;Countdown component: Allow the countdown component to be attached to any other component; Added FadeOut handling for when the component is destroyed when the timer runs out; Added endTime and step integer values to the Countdown component;