Hi all,
I’m just wondering the best way to do this.
I’m looking at saving and loading game saves etc.
What’s the best approach?
thanks in advance
P.s Should state I’m looking at iOS ; and not sure if playerpref is the way to go…
Hi all,
I’m just wondering the best way to do this.
I’m looking at saving and loading game saves etc.
What’s the best approach?
thanks in advance
P.s Should state I’m looking at iOS ; and not sure if playerpref is the way to go…
Hi markhula,
i think the best way is to save each param ( player position, score … ) in file ( System.IO with C# )
Julien G.
Hi JulienG,
Oh!, so as simple as that? :-)) . Do I need to specify a particular path for game saves?, is there a limit on how many or size??
Thanks!
you can write your saving file in data folder ( Application.dataPath ). Threre are no limitation of size or number of file.
Great,
Is there any sample code for loading/saving??
Cheers
Yeah i will be happy if anyone help him… Beciuse i have equal request
Plz anyone can you post examples?