Search found 3 matches

by stromecek555
Wed Dec 07, 2022 3:05 pm
Forum: General Discussion
Topic: Load and Save not working
Replies: 5
Views: 993

Re: Load and Save not working

thank you, but could you show me an example? advise me, they throw me an error, what about it?
by stromecek555
Wed Dec 07, 2022 1:54 pm
Forum: General Discussion
Topic: Load and Save not working
Replies: 5
Views: 993

Re: Load and Save not working

Hello, thank you for your reply and here are the codes public class Load : MonoBehaviour { public void LoadSave() { MaterialsData script = GetComponent<MaterialsData>(); script.Iron = ES3.Load<int>("Iron"); script.Scrap = ES3.Load<int>("Scrap"); script.Wood= ES3.Load<int>("W...
by stromecek555
Tue Dec 06, 2022 6:42 pm
Forum: General Discussion
Topic: Load and Save not working
Replies: 5
Views: 993

Load and Save not working

hi, I need help, I'm trying to save or load data but it doesn't work, what's up with that?thank you