Level Softlocks when loaded

Hello,

I have a problem on when I complete a level in my game and when it goes to the next one, in the hierarchy it states that the level is loading back and forth with the loading scene. I don’t know what is causing this to happen or how to fix it.

In addition, I looked at the script that loads the scenes in and it works normally since it’s the same one being used in my Main Menu
150939-helpp.png

This often happens when you are accidentally loading your scene repeatedly. Make sure the call to load the scene gets called only once, and that whatever trigger you use to signal a new scene load isn’t triggering immediately once a new scene is loaded again.