Get all save files as array (also making reset saved files through behaviours possible)
-
Let us use a behaviour to get an array of all saved files, this would help me a lot, and also making deleting all files possible.
OLD POST:
Currently the only way to reset all saved data is by branching the project and clicking reset save data in the debug menu.Please add a behaviour to do this instead.
-
@Kamdroid Can’t you already kind of do this? Save the value to nothing? Or if it’s a high score save zero?
-
@Aidan-Oxley Yes, you can delete files. But, for example, in KrystalOS, there is a ton of different dynamic file names.
I said to be able to reset/delete ALL saved files
-
@Kamdroid a workaround is to have an array saved to file with all of the other save to file’s in it. Then a loop could go through and delete them all.
-
@iTap-Development I know, but I really don’t want to do this, as implementing getting all files as array should be something easy.
-
@Kamdroid yeah they should add it!