Persisting Settings

Each ScriptComponent owns a list of key/value string pairs. These are serialized with the scene.

Persisting Per-Script Settings

Each ScriptComponent owns a list of key/value string pairs. These are serialized with the scene.

Important rule

If you change settings or transforms in the editor, make sure to always call MarkDirty() , or Ctrl+S will not capture the change.

Last updated

Was this helpful?