v0.2.6
What's Changed
- Scale up loading and error screens UI by 30% by @rodrigo685 in #63
- Stop failing scene launches that were only slow by @gonpombo8 in #66
- Find the assistant CLI where the user actually installed it by @gonpombo8 in #67
Full Changelog: v0.2.5...v0.2.6
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.