How would I make a close/open button that opens/close the menu?
Hi, so I'm trying to make a mod menu, I'm completely new to C#. So I would like to make a basic menu with a button that closes/opens the menu back
Comment
Answer by abdullahsyyd · Mar 15, 2017 at 06:48 AM
@Kisd For this you need to create an animations of menu. One for opening and other for closing the menu. Then after creating these animations you need to write a function on button click, that function is telling animator controller to play open/close animation. Now you can click button to open or close menu.