Skip to content

v0.3.1

Choose a tag to compare

@gonpombo8 gonpombo8 released this 14 Aug 14:18
· 9 commits to main since this release
707ec3e

What's Changed

  • Launch Window UX and Accessibility 1st Pass by @rodrigo685 in #65
  • Show world thumbnails again, and stop printing colour escapes by @gonpombo8 in #70
  • Say which side your code runs on, and split messages by direction by @gonpombo8 in #62
  • Edit a world's own title, description and image by @gonpombo8 in #71

Full Changelog: v0.3.0...v0.3.1


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.