hello,
i have question, how i can Enable and Disable Virtual Button at Runtime.
Example:
beginning = button red ( enable), button blue ( disable), button yellow ( disable).
when button red pressed = button red ( disable), button blue ( enable), button yellow ( disable).
when button blue pressed = button red ( enable), button blue ( disable), button yellow ( enable).
thanks in advance!
Yes. We can enable/disable at runtime from Unity C# script.
Answer: https://stackoverflow.com/q/51323819/3185013