Search found 6 matches

by dafar
Tue May 25, 2021 11:00 pm
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 102361

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi, Joel. Thanks.

I don't know if I asked corretly what I need.

The idea is to have a popup where, during gameplay, the user can find where he wants to save the file.
To let it be a user decision where to save (and the filename) and not a coder decision.
by dafar
Mon May 24, 2021 10:36 pm
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 102361

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi,
I have a code where I need to add a path to save a file on the device/computer.

I'm currently using Application.persistentDataPath + "/myoutput.wav", but is it possible with ES3 to save the file to a user defined destination?

Thanks!!
by dafar
Mon Feb 24, 2020 2:30 pm
Forum: General Discussion
Topic: ES3Cloud.php problem
Replies: 6
Views: 2624

Re: ES3Cloud.php problem

Thanks, Joel. Where can I find examples of codes using CRUD to/from mysql? I was learning how to do it manually, but decided to give your plugin a try. I did a login system where I'm keeping the userID and e-mail inside the c#. Is it possible to get the data from the MYSQL only using the email or us...
by dafar
Mon Feb 24, 2020 4:57 am
Forum: General Discussion
Topic: ES3Cloud.php problem
Replies: 6
Views: 2624

Re: ES3Cloud.php problem

Hi, I found this on the forum: <?php $api_key = 'yourNewAPIKey'; // The API key you need to specify to use when accessing this API. $db_host = '0.0.0.0'; // MySQL Host Name. $db_user = 'user'; // MySQL User Name. $db_password = 'pass'; // MySQL Password. $db_name = 'database'; // MySQL Database Name...
by dafar
Mon Feb 24, 2020 4:32 am
Forum: General Discussion
Topic: Received Not Implemented when setting up EasySave3 cloud
Replies: 3
Views: 2035

Re: Received Not Implemented when setting up EasySave3 cloud

Hi, Ron.
How are you?

I'm also stuck with this ES3Variables.php file.

Can you help me?
The auto install didn't work for me also.

Thanks!!
by dafar
Mon Feb 24, 2020 4:29 am
Forum: General Discussion
Topic: ES3Cloud.php problem
Replies: 6
Views: 2624

ES3Cloud.php problem

Hi, When running ES3Cloud.php I got this message: " Couldn't create PHP file on your server. This could be because file_put_contents is not supported on your server, or you do not have permission to write files to this folder on your server. To manually install the PHP file, please create a fil...