Hi all,
This may be asked already, but I couldn’t find the right answer. I’m developing a storybook app using Unity’s 2D platform, and it seems to be a platform of choice for me. As I started developing it, I have the main menu done no problem and adding new scenes is fine too. But I got to the part where I want the previous page button, next page button, and options menu (to adjust FX and/or music volume) that I have created for the app in the first scene to remain on every scene. I know that every scene has its own camera, thus I can only create these same buttons and menus on every scene. Is there any other way to create them only one time and reuse them on other scenes?
Thank you!