https://imgur.com/cKZN5Wm
thats my heirarchy. Pause menu is the canvas with all the scripts including presistent.
background is the element i set active/inactive for the pause menu, also the camera is persistent and has a simple scene changing script that should affect anything.
now when i start the game the pause menu works fine, by fine i mean the buttons do get highlighted and function , Time.scale = 0 also work, aswell resume.
as soon as i change a scene the buttons in the pause menu stop working, i can pause and unpause , but the buttons have zero reaction not getting highlighted etc..
i would add some code but i dont know which script to add since i dont know where to search for the problem.
it doesn’t work in all the scenes besides the main scene where the pausemenu obj is located(when i go back to that scene the buttons work again)