Search found 45 matches

by gozda
Sun Mar 31, 2024 7:43 pm
Forum: General Discussion
Topic: Get Type of data
Replies: 3
Views: 124

Re: Get Type of data

done, bump
by gozda
Sat Mar 30, 2024 10:36 pm
Forum: General Discussion
Topic: Get Type of data
Replies: 3
Views: 124

Get Type of data

Hey,
how to get a type of data? i mean if this data is ttring, int32...
in es2 we have something like that

Code: Select all

for...
type = ES2.LoadObject(gameData.fileName + "?tag=" + tags[i], (new ES2Settings())).GetType().Name;
switch (type)
How can i get something similar in es3?
thanks
by gozda
Tue Jun 20, 2017 1:55 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Some question (playmaker)
Replies: 61
Views: 82502

Re: Some question (playmaker)

Thats work well, and very simple and thats cool.

Did i ever told you how much i love you? :]

Thank you again, you make my day.

Cheers,
Gozda
by gozda
Tue Jun 20, 2017 1:30 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Some question (playmaker)
Replies: 61
Views: 82502

Re: Some question (playmaker)

This will take me a days to change naming of all variable what project can generate. I was thinking this will be simple action named "Check Type"(or something) and for result will give me a simple string "Int,float,color..." or event but if its not possible... also I was trying t...
by gozda
Tue Jun 20, 2017 12:54 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Some question (playmaker)
Replies: 61
Views: 82502

Re: Some question (playmaker)

Hello, I am searching a way to get a variable type, before i will load it. It is possible using playmaker? In practice i want to get list of all variable in file ("get tag" action) and check what is that, bool, float, int.... when i will know what is that i will use proper action for load....
by gozda
Mon Dec 19, 2016 9:32 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Some question (playmaker)
Replies: 61
Views: 82502

Re: Some question (playmaker)

Hello, There is possible to save in file game object with all childs in hierarchy? I want to do something like save all objects with childs to file, upload this file, and download it in to other unity project. its possible or will be possible? or is there any other way to do something like this? Che...
by gozda
Wed Oct 05, 2016 7:29 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Some question (playmaker)
Replies: 61
Views: 82502

Re: Some question (playmaker)

Thanks for big support, but for a moment i will stay with this what i have. I will try to update and check if that will happend again.
by gozda
Tue Oct 04, 2016 2:55 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Some question (playmaker)
Replies: 61
Views: 82502

Re: Some question (playmaker)

This file what i got these chinesse signs is that file what i send to you, also this file in one project i can read in other. But this file was not saved using encryption. He was working all time right, but i dont know why he changed to this signs.

I will try to update ES.

Thanks for help
by gozda
Tue Oct 04, 2016 1:10 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Some question (playmaker)
Replies: 61
Views: 82502

Re: Some question (playmaker)

Client app have encryption at all actions using save or load, but server app dosnt have any. Client send to server simple string(decoded). On server machine if i going to path where the .txt file is, i see excacly this what i send from client(simple string). I checked 2 times at all server actions i...
by gozda
Tue Oct 04, 2016 11:58 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Some question (playmaker)
Replies: 61
Views: 82502

Re: Some question (playmaker)

I got strange thing, I have opened 2 differend projects and i open file in both, in 1st i see data correctly in 2nd i see "This tag requires a password to view", but i got this "change coding" again and this looks like this still working fine, server can handle with that. I am no...