I’m using a storyboard and I’m going from one scene to the next one using
storyboard.gotoScene(“tournament_lobby”)
Then in the tournament_lobby I’m calling storyboard.removeAll() and running some code. When I click the back button I go back to the first screen by calling
storyboard.gotoScene(“start_menu”)
However this time the screen is all white. The image group is never loaded. If I setup the images without using the image group from the scene they load fine. I’m confused on what could be causing this.