Saving player data

How do I…

Hi there! I’m new here and very new to game development so I really appreciate any help/guidance anyone has to offer! I’ve been trying to download player data from one of my games, and I have this stored within a global variable array (measuring a few different things), and I can get all of this to temporarily display at the end of my game in a text box, but when I have a web request sent out to ex: google sheets/supabase (where I want to store this information) it just never seems to go through. Ideally I’d like it to automatically upload player data to that sheet whenever they get to the end screen (it’s a pretty quick gameplay loop). I was wondering if anyone had any ideas on how to troubleshoot this/has done anything similar to be able to analyse player data. Thanks! :slight_smile:

I’m sure there’s a tutorial about this on the GDevelop YouTube channel. Maybe you should check it out.

Unfortunately the only tutorials anyone has made are for saving the data locally rather than sending a request to an external sheet/data repository :frowning:

Maybe try looking around the forum, there must be something related to what your searching for.

Yeah I looked through pretty extensively before posting here, it’s possible I missed something, but I haven’t found anything that would help, I may not know which keywords to search by though haha :sweat_smile: