I want to make some GUI.Button disabled under some condition. I can’t find the right method.
I see GUI.enabled can do this. But how about in case of multiple buttons with their own state? Can each individual GUI.Button be disabled instead of my whole GUI? If so - how?
Sorry but Toggle can’t. I want full Button feature as normal. But under some condition, it become disabled, and if condition removed, button become activate again and can be used as normal button.