Search found 2 matches

by ModestFacialHair
Wed Sep 25, 2024 5:39 pm
Forum: Dialogue System for Unity
Topic: Existing SaveSlots?
Replies: 3
Views: 80

Re: Existing SaveSlots?

I should have thought of just 'a very high upper bound for n' - thanks.
by ModestFacialHair
Wed Sep 25, 2024 1:41 pm
Forum: Dialogue System for Unity
Topic: Existing SaveSlots?
Replies: 3
Views: 80

Existing SaveSlots?

Hi, I'm working through the learning curve of the SaveSystem - great work, very easy to handle, thanks! I was hoping to have an arbitrary number of saveslots and then just display existing saves by iterating from slot 0 to slot n. Then I can allow the player to overwrite, delete or add an existing o...