UnityScripterAI
Discord ↗
Link Copied to Clipboard
×
"make button interactable"
public void MakeHintButtoninteractable() { hint.gameObject.GetComponent<Button>().interactable = true; }