Facepunch / Rust.Community

Community Entity to fill Server Side modder requests
MIT License
46 stars 21 forks source link

Change Countdown component and fix InputField component #19

Closed Mughisi closed 7 years ago

Mughisi commented 7 years ago

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;