Search found 25 matches

by 88888888
Sun Oct 06, 2019 2:45 am
Forum: General Discussion
Topic: Is that possible?
Replies: 1
Views: 1158

Is that possible?

Hi, Let say I'm going to create an online game that people create new things like buildings there so how can I save and load/share those buildings with all other players? For example I'm the player of first system and I create a building inside my game so how can I save that building and load to sec...
by 88888888
Sat Sep 21, 2019 3:00 am
Forum: General Discussion
Topic: Should I upload and download all of my 100 models everytime?
Replies: 1
Views: 1026

Should I upload and download all of my 100 models everytime?

Hi. Let say I have 99 3d models in a Array and I upload them by ES3 Cloud Upload action. then I add another 3d model to that Array! So I need to upload 100 3d models again everytime I add a model? Is there a way to just update that array and not upload the whole 100 3d models with a huge file size a...
by 88888888
Tue Sep 17, 2019 10:04 am
Forum: General Discussion
Topic: How to save & load a game object along its components?
Replies: 3
Views: 1754

Re: How to save & load a game object along its components?

Thanks. Just is that possible to add "Enable Easy Save for Prefab" automatically in runtime with a playmaker action or something? in case we going to create a random prefab in runtime and we can't right click and select "Enable Easy Save for Prefab" on there?
by 88888888
Mon Sep 16, 2019 10:18 pm
Forum: General Discussion
Topic: How to save & load a game object along its components?
Replies: 3
Views: 1754

How to save & load a game object along its components?

How to save & load a game objects along its components and scripts? I'm using ES3.

Also I need to save and load scripts that is on the object's children too.
by 88888888
Sat Sep 14, 2019 8:23 pm
Forum: General Discussion
Topic: Security
Replies: 6
Views: 2367

Re: Security

What about ES3 Cloud Upload File? I figured out how Easy Save works thanks for help but still there is a problem that ES3 Cloud Upload File doesn't work when I try to upload data from memory! it works good when location is set as "File" or "Pleyer Prefs"but as I want to store pas...
by 88888888
Sat Sep 14, 2019 3:14 pm
Forum: General Discussion
Topic: How can I save inside a specified folder address?
Replies: 1
Views: 1202

How can I save inside a specified folder address?

Hi, I need to save all save files inside a specified folder address like C:/Users/User/Game. how can I do this using Playmaker?
by 88888888
Sat Sep 14, 2019 12:01 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: I can Upload an Array String to server but can't download it
Replies: 10
Views: 15481

Re: I can Upload an Array String to server but can't downloa

Hi there, It works much as you're using it there. The error is likely to be configuration-based, so I would need to see a project. Also looking at the line numbers of your errors, I'm not sure this matches up to the latest version. If you PM me your invoice number I'll send over the latest version ...
by 88888888
Fri Sep 13, 2019 7:24 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: I can Upload an Array String to server but can't download it
Replies: 10
Views: 15481

Re: I can Upload an Array String to server but can't downloa

Hi there, Please could you send me screenshots of your actions? If you could pm me a basic project and instructions which replicates it then that would be even better. All the best, Joel This is how I'm doing this :geek: Also I tried to check example scenes but I can't because I get a lot of red er...
by 88888888
Fri Sep 13, 2019 12:44 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: I can Upload an Array String to server but can't download it
Replies: 10
Views: 15481

Re: I can Upload an Array String to server but can't downloa

My apologies, you no longer need to use ES3 Cloud Create and can just use ES3 Cloud Upload File. All the best, Joel When I use ES3 Cloud Upload File action I get bellow error. System.NullReferenceException: Object reference not set to an instance of an object at ES3.LoadRawBytes (ES3Settings settin...
by 88888888
Thu Sep 12, 2019 3:23 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: I can Upload an Array String to server but can't download it
Replies: 10
Views: 15481

Re: I can Upload an Array String to server but can't downloa

Joel wrote:Hi there,

You should save them to file using the Save action, and then create an ES3Cloud variable using ES3 Cloud Create, and then use the ES3 Cloud Upload File action to upload the file.

All the best,
Joel
What is ES3 Cloud Create? I can't find it :? I'm using Play Maker.