I want to close the ‘Controls’ automatically once the ‘Code’ is opened. How do I do that?
Just make one variable to store the enabling UI, and whenever you want to enable new UI just Disable the previous UI(in that variable), then set the new UI to the variable and enable it
1 Like