Search found 10 matches

by elmstrom
Thu Apr 12, 2018 1:59 pm
Forum: General Discussion
Topic: WebGL
Replies: 5
Views: 5686

Re: WebGL

New error: ES3.Save<Dictionary<string, BogClass>>("biblitek", bibliotek, "main.es3"); Triggers this in editor: FormatException: Expected ',' separating properties or '"' before property name, found 'REMOVED (CAUSE FORUM ERROR)'. ES3Internal.ES3JSONReader.ReadPropertyName () ...
by elmstrom
Thu Apr 12, 2018 1:01 pm
Forum: General Discussion
Topic: WebGL
Replies: 5
Views: 5686

Re: WebGL

Now it works, removed "www" from the URL.
by elmstrom
Thu Apr 12, 2018 12:52 pm
Forum: General Discussion
Topic: WebGL
Replies: 5
Views: 5686

Re: WebGL

It is on the same server, the cloud.error is "Error: Unknown Error", so does not help alot.
by elmstrom
Thu Apr 12, 2018 7:59 am
Forum: General Discussion
Topic: WebGL
Replies: 5
Views: 5686

WebGL

Hello Do i have to do something special to support WebGL, i have updatet to 3.0 and made a webGL build of a working game, but it cannot connect. I have tried runing it locally in Edge and on a web server then loaded in chrome. Both with same result, no connection (the game loads fine and playes fine...
by elmstrom
Mon Apr 09, 2018 4:58 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: WebGL support on 3.0?
Replies: 1
Views: 2431

WebGL support on 3.0?

Hello Moodkie

Is WebGL now supportet in 3.0?
I have not been able to find the release note for 3.0, am i blind or do they not exist?

Thanks for making a very usefull plug-in :)
by elmstrom
Fri Jan 26, 2018 10:22 am
Forum: General Discussion
Topic: Problems with Sync on android
Replies: 3
Views: 4792

Re: Problems with Sync on android

Now the error is gone.

Is there a way to make a fail safe for when this happens? it would be better if the app could overwrite the corrupt data with the valid data from the server (even if its older).
by elmstrom
Fri Jan 26, 2018 9:56 am
Forum: General Discussion
Topic: Problems with Sync on android
Replies: 3
Views: 4792

Problems with Sync on android

I get this error on sync() on android client, i do not get the error when the same code runs in editor. 01-26 09:44:14.325 3919-3939/com.test.test E/Unity: FormatException: Expected ',' separating properties or '"' before property name, found '�'. at ES3Internal.ES3JSONReader.ReadPropertyName (...
by elmstrom
Thu Sep 07, 2017 10:58 am
Forum: General Discussion
Topic: es3 was not found on the server
Replies: 4
Views: 7228

Re: es3 was not found on the server

On a new clean scene i get: FormatException: Expected ',' separating properties or '"' before property name, found '�'. On the ES3.save void Start () { ES3.Save<int>("test", 10, "K6P0Q8M0.es3"); if (ES3.FileExists("K6P0Q8M0.es3")) { Debug.Log("local file is th...
by elmstrom
Thu Sep 07, 2017 10:45 am
Forum: General Discussion
Topic: es3 was not found on the server
Replies: 4
Views: 7228

Re: es3 was not found on the server

I will try and make a scene. if (ES3.FileExists("K6P0Q8M0.es3")) { Debug.Log("local file is there"); } That gives a "local fil is there" in the log. var cloud = new ES3Cloud("http://localhost/ES3Cloud.php", "--------"); yield return StartCoroutine(cl...
by elmstrom
Thu Sep 07, 2017 8:23 am
Forum: General Discussion
Topic: es3 was not found on the server
Replies: 4
Views: 7228

es3 was not found on the server

Hello Maybe i have misunderstood the web sync, maybe not? I am trying to sync a file to the server, that i know does not exist on it, i thought it would be creates on .sync. But it seams that is not the case. Here is code: var cloud = new ES3Cloud("http://notmyip/ES3Cloud.php", "notmy...