Save Action

Description

Saves a value to a file with the given tag.

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

Parameters

Tag

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

Filename

The file we want to save our data to, or create if the file doesn't already exist.

Encrypt

Whether we want to encrypt our data.

Encryption Password

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

Save Action for Easy Save 2