Stats screen bug rewinding the chapter?

It doesn’t happen all the time and I don’t know why it happens, but sometimes when I click the show stats button while testing my WIP, if I return to the game, it’ll send me back to the beginning of the chapter.
I dunno if this is just me, but it happens. I’d be near the end of the chapter, check my stats, then get sent back to the beginning.

That will happen if you edit the game file, while testing the game.

3 Likes

It’ll happen whenever you save while playing, or the game otherwise detects a ‘change’ in the scene file between when it left (to run the stats screen) and when it came back.

If you want to prevent this, you can compile your game more regularly, and test that instead. That should never encounter this problem.

(and ninja’d)

3 Likes

Ah, okay! That makes sense. Thanks guys~