Need help making toggleable menu ( aka hamburger menu )

Im making an app and i need a menu to pop up no tutorials on yt work, I have an icon for it already

Have you gone through the UI tutorials?

no not really do they have something in their that’d help me with it ?

Yes. What you’re asking is basically “how do I use Unity UI?”

Hmm, looks like Unity’s Learn section is not as easy to navigate as it used to be. But look over these UI tutorials, focusing on the intro/beginner ones, and you will soon learn what you need to know.

Ok thanks yeah it really isn’t , sorry for late reply havent had internet

Yes. You need to know how to create a Canvas and add Buttons to it, how to add events to the buttons, and how to hide and show objects like the canvas. Everything you need to know is covered by the following tutorial series aside from hiding and showing the canvas which is done through the event system by selecting GameObject then SetActive then either checking or not checking the box in the event.

https://learn.unity.com/tutorial/ui-components