Upload Action

Description

Uploads a value to the ES2.php file on your server.

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

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

Parameters

Save Value The FSM Variable we want to upload.

Url

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

Is Done

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

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

A name we will use to uniquely identify this piece of save data.

Filename

The web file we want to save our data to. This is used to group tags together.

Encrypt

Whether we want to encrypt our data.

Encryption Password

The password to use to encrypt our data if encryption is enabled.

 

Upload Playmaker Action for Easy Save 2