I was custom to name my storage Storage and my group Group
For simplicity sake
I always left some means to delete storage so i have game with no save when i need for test
And i am talking here about games i tested in gdevelop via preview and/or ones i test via that preview link to gd games which display development build in one corner
I found out that removing storage (my named Storage) removes it for other games i have
So it does work like same shared save
I did came up to conclusion to name my storage for each game with something related to my game name
For example i made game called Expand When Four
So i named storage EWFStorage
While group names i use as different save slot for each game to wipe out different save data
For example i would go with group name Data for game progress
While i would go with group name Settings for well settings
So i can wipe specific group (specific save slot) not affecting other
So now i can remove all progress from my game without removing whatever settings i had for audio volume and/or controls
What i don’t know and not tested is it shared per apk exported game
I would assume NOT but that is just assumption
Where idk if package name (that com.example) we need to rename in project properties plays any role here
And i also assume for exported exe files it is NOT shared cause that crap goes to %appdata% folder and each one gets it own based on game name if i remember correctly
But in both cases someone correct me if im wrong
BUT going with different storage name for each game does solve the problem
BUT i just realized someone could make game called Even With Friend
And name his storage like i did EWFStorage
And now again we have conflict
I think solution would be to have to name storage after your nickname and something related to your game so im my case it would be ZeroX4EWFStorage
Where i suggest in my tutorial here
In useful tips section not to name storage same way for every game
While including name Storage in its name so you know which is Storage name and which is Group
But after you are familiar with loading/saving that Storage/Group suffix is useless so i could go with storage name ZeroX4EWF
And group Settings or Progress or Data