Skip to content

Prefab Edit Session format

The PrefabEditSession.json file is used for storing prefab data.

JSON format

  • : Root object.
    • SpawnPoint: The spawn point of the prefab.
      • : The X position.
      • : The Y position.
      • : The Z position.
    • LoadedPrefabMetadata: Unknown.

History

Early Access

2026.01.13-dcad8778f The prefab edit session format is introduced.