Unity Enable/ Disable Button Code Example


Example: how to disable buttons in unity

Button.interactable = false; // Uses Disabled Color And Cant Click It Button.enabled = false; // Does Not Use Disabled Color And Cant Click It Button.gameObject.SetActive(false); // Removes It From UI Entirely

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?