UI Doesn't reload or reset on previous page after clicking back button !

I have multiple scenes I also have a back button to go back from one scene to another, when pressed the previous scene loads with everything I have put into it, the UI is reloaded also but not usable or not working like it should be . any help please !

Hello! It’s impossible to tell without looking at code but it sounds like some initialization code for your UI is failing to run. You should follow the code for when this is done and make sure it happens when you reload your previous scene. Hope this helps!