Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PropertyDatabaseType.Volatile

Description

Indicates that a volatile object is stored in the record.

A volatile object cannot be persisted on disk and is only stored in memory. It is lost upon a domain reload or when quitting Unity.