pub const CURRENT_SCENE_VERSION: u32 = 1;Expand description
Scene format version produced by today’s writers. Bumped whenever
the on-disk layout changes; older payloads run through registered
SceneMigrations on the way in.
pub const CURRENT_SCENE_VERSION: u32 = 1;Scene format version produced by today’s writers. Bumped whenever
the on-disk layout changes; older payloads run through registered
SceneMigrations on the way in.