I have 2 separate canvas’s. One is meant for the pause menu, the other is for the players HUD. The HUD is blocking the pause menu from being usable(cannot press buttons), so im wondering if there is a way to fix that? is there a way so that one will go in front of the other, layers?
If you must use a canvas, keep in mind cameras are generally limited to one canvas (for the least headache.) The easiest thing to do is save the canvas element switch it with the pause menu canvas when you pause the game, or alternatively use the onGUI() function for your hud instead.