I was wondering with the new canvas system should I use multiple canvas’s to create each menu. I.E i have a main menu canvas which has play, options, etc. on it. Then have a separate canvas for the options menu. Or would it be better for me just to disable the buttons I am not using and just use one main canvas for everything.
I wish I asked this question, before I got to the problem. I would definitely recommend using only one canvas. The big advantage is, that if you draw your options on top of the main menu, the main menu won’t be clickable anymore. So if a panel (not transparent as far as I remember) overlays a button, you can’t click it, IF it is in the same canvas. You would only need to disable stuff, if you’re working with multiple canvases.