Search found 4 matches

by ConnorG
Thu Dec 05, 2019 11:39 pm
Forum: General Discussion
Topic: cloud.downloadfile not working in webgl build
Replies: 1
Views: 1131

cloud.downloadfile not working in webgl build

HI all, I'm trying to convert my project to webgl and I getting a cloud.error = Unknown error every time i try to load in data from my cloud server. It works fine in the editor but when i make a build and host it on itch.io or run it locally through a edge browser the error occurs. being an "un...
by ConnorG
Wed Aug 21, 2019 10:13 pm
Forum: General Discussion
Topic: FormatException: Expected quotation mark, found ','.
Replies: 5
Views: 3876

Re: FormatException: Expected quotation mark, found ','.

Still not working :( Here is my type script and load/save script using System; using UnityEngine; namespace ES3Types { [UnityEngine.Scripting.Preserve] [ES3PropertiesAttribute("ProfileUsername", "ProfilePassword")] public class ES3Type_PaintUserProfile : ES3ObjectType { public st...
by ConnorG
Wed Aug 21, 2019 6:47 am
Forum: General Discussion
Topic: FormatException: Expected quotation mark, found ','.
Replies: 5
Views: 3876

Re: FormatException: Expected quotation mark, found ','.

silly question but I cant seem to find much info on how to do this. Can you send me an example?
by ConnorG
Wed Aug 21, 2019 5:05 am
Forum: General Discussion
Topic: FormatException: Expected quotation mark, found ','.
Replies: 5
Views: 3876

FormatException: Expected quotation mark, found ','.

HI all, Im trying to create a list of user login details and I got it to save them just fine but when I try to load them in i get this error: FormatException: Expected quotation mark, found ','. ES3Internal.ES3JSONReader.ReadQuotationMarkOrNullIgnoreWhitespace () (at Assets/Plugins/Easy Save 3/Scrip...