What's Changed
- Run the validation gate's checks concurrently by @gonpombo8 in #74
- Publish into a world without wiping it by @gonpombo8 in #75
- Give the ladder the rungs its knobs were faking by @gonpombo8 in #82
- Stop the hierarchy printing an entity's name twice by @rodrigo685 in #80
- Keep modals open when a drag ends on the scrim by @gonpombo8 in #84
Full Changelog: v0.3.2...v0.3.3
Installing on macOS
If macOS says “Bevy Scene Editor is damaged and can’t be opened” — the app isn’t damaged. It just isn’t signed with an Apple certificate yet, and macOS shows this for any unsigned app downloaded from a browser. After dragging the app to Applications, run this once in Terminal:
xattr -d com.apple.quarantine "/Applications/Bevy Scene Editor.app"
then open it normally. This is only needed on the first install — from then on the editor updates itself automatically and the dialog never appears again.