In Quiz Master we only used a single Scene, which in the lecture we reload to start over. In some other projects we use multiple Scenes and load each one when we need to change the content of the screen.
However, in Quiz Master we saw that you can disable a Canvas and enable another Canvas to get a similar type of effect to loading a new Scene.
Other than having a lot of info in a single Scene where you might have multiple Canvas objects with various children for each Canvas, what is the advantage of using Scenes?
Does it save memory?
Is one way faster than the other in changing what is on the screen?
I am curious to know which is best to use. I am sure there are tradeoffs to both methods.