Is it possible to have same 2D-GUI perspective for each scene

Sorry for the basic question Im quite new in unity.

So in Unity editor below “Game” there is a button called 2D. In this 2D view I have some buttons and 2 joysticks. But the buttons and joysticks exist only for one scene. When I have more scenes I have to position the buttons and joysticks over and over again. Is there a way that I can design the button once and use it in every scene?

Use the DontDestroyOnLoad attribute to keep GameObjects after chaning scenes.