Game crashing after duplicating a scene

To make creating levels quicker I was going to copy a scene so its settings were already setup. But after duplicating it my game keeps crashing on my phone im testing it on. any ideas?

Comments

  • SocksSocks London, UK.Member Posts: 12,822
    edited May 2014

    @TerraformedApps said:
    any ideas?

    I suspect it's the two attributes controlling the score, try removing them and making new attributes (and relinking them in the rules). Or it might be the change scene rule, which is looking at an attribute to see whether it should change scene - but the same rule has been copied to scene 2, so when scene one executes this rule it goes to scene 2 where the same rule also sends the game to scene 2, but we are already in scene 2 so it returns an error and crashes. Or it might be that you have no camera movement in scene 1 but in scene 2 the camera is trying in interpolate to a size smaller than the scene. Or it could be that those 6 (actually it might even be 7) large actors in scene 2 that are filling up the RAM.

Sign In or Register to comment.