Search found 7 matches

by hgulgen
Wed Feb 23, 2022 10:06 pm
Forum: General Discussion
Topic: DeleteKey is not working
Replies: 5
Views: 979

Re: DeleteKey is not working

Hi, Thanks for reply. I solved the problem. Problem was about me. Save the game with OnApplicationPause event then override and create data again. Terrible mistake. :roll: :oops:
by hgulgen
Wed Feb 23, 2022 7:16 pm
Forum: General Discussion
Topic: DeleteKey is not working
Replies: 5
Views: 979

Re: DeleteKey is not working

Hi, Thanks for quick reply. I just created new project and It worked in there. I could not find any solution in my project. Is there any advice to find this problem in my project ?
by hgulgen
Wed Feb 23, 2022 4:47 pm
Forum: General Discussion
Topic: DeleteKey is not working
Replies: 5
Views: 979

DeleteKey is not working

Hi, Deletekey is not working as expected and documentation is not clear to understand for me. Can you give me an example ? I tried these. I just want to delete some keys from SaveFile01.txt. I have not success yet. if (ES3.FileExists("SaveFile01.txt")) //Not Worked { ES3.DeleteKey("_R...
by hgulgen
Sun Dec 20, 2020 11:19 pm
Forum: General Discussion
Topic: Save File is not deleted properly or i am missing something
Replies: 3
Views: 1408

Re: Save File is not deleted properly or i am missing something

Hi ,
I couldnt delete my save file too. Compiler is not give any error. Did you check it ?
Unity 2019.4 lts
by hgulgen
Wed Mar 27, 2019 2:39 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Custom Class problem
Replies: 3
Views: 9435

Re: Custom Class problem

Yes I guess , I solved my problem , As you said because of local variables. It is working very well.
by hgulgen
Wed Mar 27, 2019 1:42 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Custom Class problem
Replies: 3
Views: 9435

Re: Custom Class problem

Thanks for your answer.I use to plan es3 for saving this data but When I create as custom type as in documentation , It gives me error but I created a new project , I almost did same thing , It is working in new project. I can created succesfull custom type. But if use in my project, It gives error....
by hgulgen
Tue Mar 26, 2019 7:17 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Custom Class problem
Replies: 3
Views: 9435

Custom Class problem

Hello I am new on coding Can you give me an example How can I save custom class like below ? using UnityEngine; using System.Collections; using System; //This allows the IComparable Interface //Bu kod silahlar için hangi dataları saklayacağını belirliyor. public class Naau_WeaponData : IComparable<N...