Download Action

Description

Downloads a value from our server using the given tag and filename.

For information on setting up web functionality, see the Saving and Loading from Web guide.

All Download Actions begin with the name ‘Download’, followed by the type of data it loads (for example, Download String, Download Vector3 Array).

Parameters

Url

The URL to your ES2.php file on your server.

Is Done

An FSM Event to call when the data has finished downloading.

Error Code

If an error occurs, an error code will be stored here.

Web Username

The Unity username specified at the top of your ES2.php file

Web Password

The Unity password specified at the top of your ES2.php file

Tag

The unique tag we used when uploading this data.

Filename

The filename we used when uploading the data we want to load.

Encrypt

Whether the data we're downloading is encrypted.

Encryption Password

The password to use to decrypt our data if it's encrypted.

Download Playmaker Action for Easy Save 2