Hi all,
I’m currently working on a project involving a main “hub” screen with nine sub-pages accessible from the main page. On the simulator, I can open the first five scenes, in any order, without a problem, and go back to the main scene. However, after the sixth one, the background goes black, with only the “back button” image asset appearing. When I tried building it and using it on my LG smartphone, it managed to open seven scenes, with the eight scene causing the entire scene to go black. (presumably no displayobjects were loading in)
I followed the template when creating the scenes, and I exit scene by calling the removeScene() function prior to calling the gotoScene() function, to no avail. (I figured it might have been a memory issue stemming from not removing scenes.) Maybe there is a limit on creating scenes I am unaware of.
Anyone experience this issue before? If so, did you manage to find a work-around?
Any input would be appreciated.