Why won't the next level in a sequence load after an animation?
So I am making my first game on Unity and am having some problems. The main problem is that when I want to load the next level on my Scene Index after an animation plays, it doesn't load it. I currently have a trigger at the end of my level that, when hit, plays an animation that displays "Level Complete" and then is supposed to run a script that loads the next level in the level index via an Animation Event (Picture here: https://gyazo.com/43f4cdc01f98331b708d492562f748f4 ). The problem is that after the Level Complete screen plays, the next level doesn't load. It also doesn't give a console error. The script that the Animation Event runs looks like this: https://gyazo.com/77888a79b26b09fba1fa602adb6bc2fe . Any ideas on why the next level isn't loading? I have the level index filled with all the levels so its not an issue of not having any to play. Thank you!