Hello everyone I have a question about the canvas. I want to make a game with many different levels(Scenes) but I want my canvas to be the same in all of my scenes. But when it comes the time to make a change inside the canvas I want to do it once and be applied in all of my scenes without doing it one by one separately for each scene. I try to make my canvas as a prefab but when i’m building the game the whole canvas is not working(the buttons on it) or sometimes is destroyed. I’m wondering if there is a different way to do it.
Thank you.