I’m running a simple gotoScene:
storyboard.gotoScene(“tournament_lobby”, {params = { showResults = false }})
When I run it via a menu I created inside the app it works great but when I run it via the android back button crazy things happen. The gotoscene appears to work fine but when I go back into the level a lot of things are missing and scrollviews don’t work correctly etc. However when this code gets ran using my menu button I created and I go back into the level everything works perfectly. I’m boggling my mind really any ideas?
