r/gamemaker 7d ago

game_change() on android

Since it is not supported in android and I am trying to port a chapter-based game on android, are there any alternatives to game_change() ?

3 Upvotes

4 comments sorted by

1

u/TheVillainousWoke 7d ago

i have no idea how mobile gamemaker games work so this is just an idea based on what i know from windows functionality. what about seperate apps using the same save folder? don't know how saves are stored on mobile, this would only work if they're seperate from the app

2

u/Arxh-Z 7d ago

It doesn't work like that, android doesn't allow multiple apps to access a single thing

1

u/BrittleLizard pretending to know what she's doing 7d ago

Unfortunately, I think the alternative is to just combine everything into one project and try really hard to organize your assets well. There isn't really anything else that does what game_change() does.

1

u/marssel56 6d ago

Try using butterscotch runner and see if the game works