Hello,
I am trying to implement a menu on a computer screen that has clickable buttons which loads a new screen. What would be the best way to do this?
Thank you for the help!
Anders
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
If the Menu looks like the window above, a regular AC menu - linked to Unity UI - should be the way to go.
Unity UI gives you a lot more control over styling, so your screenshot above could consist of a 2D background monitor, with a UI menu as the popup window.
For interactivity, you have a couple of options: