How do I get my pause menu to not be in the way of the Main Menu.
I'm making a 2D game right now, and I am having trouble with having multiple canvases. I have 2 canvases, but they are both in two different scenes. One scene is for the Main Menu, and the other scene is for the Game, and the Pause Menu. In the start of the game I am only supposed to see the Main Menu, but I am having the Pause Menu overlap the Main Menu. This would be an easy fix if I could move the canvas that was holding the Pause Menu, but for some reason Unity will not let me move it. When I try to move it, it does not show any errors it just will not let me move it. How would I be able to fix one of these two problems?
P.S. I am sort of a beginner with only a couple of months under my belt.
Can't move Canvas
Fix Overlapping
Your answer
Follow this Question
Related Questions
pause menu: time stop works, but setActive doesn't 0 Answers
How to display a dot and vector emitting from that dot (beginner programmer) 0 Answers
When I Go To Main Menu From Pause Menu, My Menu Freezes. 0 Answers
Basic graphic for debugging purpose - how to draw dot at some position in box and vector from dot? 0 Answers
Is there a way I can make one script for all my buttons in my game? 1 Answer