$ 0 0 Greetings, After i wrote this Code: Btn.GetComponent().image.color = new Color(0.5803922f, 1f, 0.654902f, 1f); This message appeared: ArgumentException: Input Button is not setup. To change the input settings use: Edit -> Settings -> Input UnityEngine.EventSystems.BaseInput.GetButtonDown (System.String buttonName) (at Library/PackageCache/com.unity.ugui@1.0.0/Runtime/EventSystem/InputModules/BaseInput.cs:126) UnityEngine.EventSystems.StandaloneInputModule.ShouldActivateModule () (at Library/PackageCache/com.unity.ugui@1.0.0/Runtime/EventSystem/InputModules/StandaloneInputModule.cs:227) UnityEngine.EventSystems.EventSystem.Update () (at Library/PackageCache/com.unity.ugui@1.0.0/Runtime/EventSystem/EventSystem.cs:474) "Btn" is just a UI.Button GameObject, i'm using the "using UnityEngine.UI;" I tried to reset the Inputs in Window, same Error. Hope you can help me, thanks!![alt text][1] ![alt text][2] [1]: /storage/temp/191353-unity.png [2]: /storage/temp/191354-lo1fnuu.png