Blacksite/docs/editor/release-notes.md
Rbanh b5e561904c
Some checks failed
CI / Format, lint, test, build (push) Has been cancelled
Upgrade to Bevy 0.19 and harden editor workflows
2026-07-09 23:43:47 -04:00

779 B
Raw Permalink Blame History

Editor Framework Release Notes (1.0 baseline)

Shipped

  • Stable asset registry (assets/.index/registry.ron) with import settings
  • Prefab instances (PrefabInstance) + save-as-prefab workflow
  • Unsaved-scene guards on New/Open/Recent
  • Hierarchy additive select, reparent/unparent undo, multi-entity gizmo delta
  • Typed inspectors with undo (light, physics, primitive, material)
  • Add-component menu for authoring markers
  • Gameplay markers: WeaponSpawn, TriggerVolume, TeamSpawn, ObjectiveMarker
  • Command palette execution (Ctrl+P)
  • PIE step while paused (F7)
  • Net editor state + determinism HUD stub
  • EditorPlugin / EditorCommand extensibility surface
  • cargo validate-levels

Gates

See evaluations/ for R1R6 sign-off records.