Skip to content

SaveDiskAccessor_ClassAPI

CG-Tespy edited this page Jul 30, 2019 · 1 revision

Contains functionality common to SaveReaders and SaveWriters.

Inherits from: ScriptableObject
Namespace: CGTUnity.Fungus.SaveSystem

Inspector Fields

protected ReadWriteEncoding encoding

  • The encoding deciding how this reads from or writes to files.
protected string savePrefix
  • The first part of the save files' names that this works with.
protected string fileExtension
  • Decides exactly type of file that this reads from or writes to.

Clone this wiki locally