I would like to use my one ButtonManager script to handle all GUI buttons across scenes. For now, I just need to manage the main menu and the pause menu (both have different scenes). When thinking about it, I need to reference the buttons in order to do some things. But, if I have ButtonManager object in the first scene, I cannot (to my knowledge) reference the objects in another scene in order to manipulate them.
tl:dr I need to use one script to manage all GUI buttons across scenes. Can’t seem to reference objects of other scenes to the script. Need help.