Search found 52 matches

by nFighter
Tue Feb 14, 2023 2:36 am
Forum: General Discussion
Topic: Unique ID
Replies: 3
Views: 2067

Re: Unique ID

Oh, nice! It makes everything easier!
by nFighter
Sat Feb 11, 2023 8:02 pm
Forum: General Discussion
Topic: Unique ID
Replies: 3
Views: 2067

Re: Unique ID

For now, I'm thinking about generating an ID with unity's native GUID like this

Code: Select all

public string _id = System.Guid.NewGuid().ToString();
but is it a legit move? Can I save references to GameObjects in a scene in some other way?
by nFighter
Sat Feb 11, 2023 7:58 pm
Forum: General Discussion
Topic: Unique ID
Replies: 3
Views: 2067

Unique ID

Hey! I'm not using any autosave features, but I'm trying to save some custom data for particular objects in a specific scene. Let's say it's a "Point Of Interest" GameObjects that must save just one bool value "ifVisited". What is the best/correct method to save and load it? I th...
by nFighter
Wed Nov 10, 2021 3:38 am
Forum: Feature Requests
Topic: - Post your Feature Requests in this thread -
Replies: 85
Views: 110993

Re: - Post your Feature Requests in this thread -

I've been having an experiment today and this is indeed possible, and will be added in the next update. In the meantime I'll private message over an update the update, which includes a Save Multiple and Load Multiple action. Hey! Not sure if I'm doing it right but I tweaked your Load Multiple actio...
by nFighter
Sat Oct 30, 2021 2:50 pm
Forum: Feature Requests
Topic: - Post your Feature Requests in this thread -
Replies: 85
Views: 110993

Re: - Post your Feature Requests in this thread -

I've been having an experiment today and this is indeed possible, and will be added in the next update. In the meantime I'll private message over an update the update, which includes a Save Multiple and Load Multiple action. Wow, that was extremely fast! Thanks a lot for your support! <3 <3 <3
by nFighter
Wed Oct 27, 2021 4:27 pm
Forum: General Discussion
Topic: Cloud playmaker actions issues
Replies: 6
Views: 1540

Re: Cloud playmaker actions issues

Well, I just sent you a test project and a video of how it works on my side. It seems like we have different actions :roll:
by nFighter
Wed Oct 27, 2021 3:48 pm
Forum: General Discussion
Topic: Cloud playmaker actions issues
Replies: 6
Views: 1540

Re: Cloud playmaker actions issues

Oh, I see. Download action didn't have that part " which match the given search pattern" in the description but the action itself still has the parameter field "Search pattern". And description under both of the actions has the field "Search pattern". Here are the docum...
by nFighter
Wed Oct 27, 2021 1:37 pm
Forum: General Discussion
Topic: Cloud playmaker actions issues
Replies: 6
Views: 1540

Re: Cloud playmaker actions issues

I have 3 test files in the database and here is how my response from the search action looks like with % pattern used. https://i.gyazo.com/ea3b7060964eb7361174843351be035c.png 1. I have 4 values in the array instead of 3, the last one is an empty value. 2. First value started with the word "Her...
by nFighter
Wed Oct 27, 2021 1:29 pm
Forum: General Discussion
Topic: Cloud playmaker actions issues
Replies: 6
Views: 1540

Cloud playmaker actions issues

Hello. There are two playmaker actions ES3 Cloud Download Filenames Action and ES3 Cloud Search Filenames Action . Looks like they have completely equal descriptions in the documentation and even the same attached picture. Did they suppose to do the same thing? Looks like the first one didn't work i...
by nFighter
Fri Oct 22, 2021 6:11 am
Forum: Feature Requests
Topic: - Post your Feature Requests in this thread -
Replies: 85
Views: 110993

Re: - Post your Feature Requests in this thread -

To be honest, ES already is the best tool for anyone who uses Playmaker! But as a person who literally uses EasySave every day let me share my experience regarding one common task: saving and loading multiple variables from one file . You rarely need just one variable, I most cases you want more, so...