Search found 12 matches

by wethecom
Tue Dec 18, 2018 9:16 pm
Forum: General Discussion
Topic: trying to expand save extra info of level and position of ea
Replies: 6
Views: 3117

Re: trying to expand save extra info of level and position o

ok i had an issue after reinstall, it all works this solved it thank you
by wethecom
Tue Dec 18, 2018 9:03 pm
Forum: General Discussion
Topic: trying to expand save extra info of level and position of ea
Replies: 6
Views: 3117

Re: trying to expand save extra info of level and position o

there seem to be a problem saveing the data ..see the 1.. i tried your code but i get the same error FormatException: Expected '}', found '1'. here is the json data {"1c3b72fe-8df0-46e3-b79a-1e7cb6f1fa69":{"__type":"System.Collections.Generic.List`1[[System.Int32, mscorlib, ...
by wethecom
Tue Dec 18, 2018 7:15 pm
Forum: General Discussion
Topic: trying to expand save extra info of level and position of ea
Replies: 6
Views: 3117

Re: trying to expand save extra info of level and position o

ok i broke it down to its simplest form and it errors i modify the list by hand and save it , i have buttons to save and load FormatException: Expected '}', found '1'. ES3Internal.ES3JSONReader.ReadCharIgnoreWhitespace (System.Char expectedChar) (at Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSON...
by wethecom
Tue Dec 18, 2018 2:40 am
Forum: General Discussion
Topic: have you heard of protobuf?
Replies: 1
Views: 1535

have you heard of protobuf?

hello joel i wanted to let you know about googles protobuf it is like a binary json with a security layer in binary .. they compress and serialize you use json and i though i should let you know about this take the time look at it .. consider it as a option .. its fast for server comunications https...
by wethecom
Mon Dec 17, 2018 1:57 am
Forum: General Discussion
Topic: trying to expand save extra info of level and position of ea
Replies: 6
Views: 3117

Re: trying to expand not sure what im doing

ok this is what i got so far.. throws an error ..its not reading it right stuck where i was last time i tried this public string id = System.Guid.NewGuid().ToString(); public string TowerName; // A List which we'll add the Transforms of our created prefabs to. public List<Transform> prefabInstances ...
by wethecom
Mon Dec 17, 2018 1:19 am
Forum: General Discussion
Topic: trying to expand save extra info of level and position of ea
Replies: 6
Views: 3117

trying to expand save extra info of level and position of ea

this is a functioning code to save and load prefabs positions.. it works well its taken from the demos now i need to ..for each object record its level along with its position ill be able to do just about anything.. any ideas how to expand this so save a int level value for each i would be grateful ...
by wethecom
Sun Dec 16, 2018 8:01 pm
Forum: General Discussion
Topic: username in mysql jibberish?
Replies: 1
Views: 1445

username in mysql jibberish?

i would like to work with the data outside unity..is there a way to not scramble the usernames
or were can i learn more about this..
if i set encryption to none will this unscramble it? tests say no
is this a setting thing if so ..any documentation?


Image
by wethecom
Sun Dec 16, 2018 7:56 pm
Forum: General Discussion
Topic: how to change default file path at runtime?
Replies: 2
Views: 1993

Re: how to change default file path at runtime?

thank you that seem to work well.. i didnt understand the power of those settings..
by wethecom
Sat Dec 15, 2018 4:48 pm
Forum: General Discussion
Topic: how to change default file path at runtime?
Replies: 2
Views: 1993

how to change default file path at runtime?

how to change default file path at runtime? anyone have a clue? i need to change it from defualt.dat to someusername.dat anyone have a clue how this is done var settings = new ES3Settings(); // Change the save location to PlayerPrefs. settings.path = "UserName.dat"; im confused because of ...
by wethecom
Sun Aug 16, 2015 8:35 pm
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Is there an Example you would like to see?
Replies: 38
Views: 339663

Re: Is there an Example you would like to see?

ahhh the tags i was wondering how to make them unique
i see the pattern now ...i think i got this thanks