Can you check if ANY save file exists?

You can add a variable that will store the date on each save file, so you will need to load each save file > get date >compare, and then sort your ui.

Or a workaround that will keep track of your last save id in your SaveSystem file, so that you only load one file to sort the ui. (but depending on your loading screen system, we most often have to load description, thumbnail of each file anyway)

1 Like