Search found 3 matches

by apehead
Thu Dec 01, 2022 8:10 pm
Forum: General Discussion
Topic: Manual save of float doesn't work
Replies: 5
Views: 889

Re: Manual save of float doesn't work

Hi,

it was a totally unrelated problem. Thanks for the help! :)

Cheers.
by apehead
Thu Dec 01, 2022 7:57 pm
Forum: General Discussion
Topic: Manual save of float doesn't work
Replies: 5
Views: 889

Re: Manual save of float doesn't work

Hi Joel, I'm sorry but after reading in the API I don't really get why my code shouldn't work. Here it states that the filePath is optional. So where is the data saved when I omit the file path? As I understand it my code: ES3.Save("time.es3", timeManager.GetActualTime()); should store the...
by apehead
Thu Dec 01, 2022 4:01 pm
Forum: General Discussion
Topic: Manual save of float doesn't work
Replies: 5
Views: 889

Manual save of float doesn't work

Hi, I'm trying to store and load a simple float for my project: ES3.Save("time.es3", timeManager.GetActualTime()); float time = ES3.Load<float>("time.es3", 0f); But unfortunately nothing happens. I configured the Location to be "file" and the directory to be "Persi...