Construct 3 r372.2

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • its any chance to make save games save into file? For upload save game to new version of game?

    • You can access SaveStateJSON global var to get the save string, and then you can use "Invoke download of string" in the Browser plugin to save it to a file, and then a File Chooser plugin to load it back