Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I found the solution,



So the issue lies in how when Superpowers compiles the game, the order scripts in the the hierarchy matter. Previously I had my Initialize script inside of Common/Scripts, I moved that out and to the end of the hierarchy. Initialize was responsible for loading the scene, so basically what happened is that is loaded the scene because the Initialize file was loaded and executed prior to the Manager in Scenes/Splash being loaded and executed.