v0.2.2
What's Changed
- Let the hierarchy search find what the tree is hiding by @gonpombo8 in #49
- Check for updates the moment the app starts by @gonpombo8 in #50
- Ship the textures nine built-in models were missing by @gonpombo8 in #51
- Stop shipping the editor's multiplayer probe in every new scene by @gonpombo8 in #52
- Make a round-based multiplayer game something you build in the editor by @gonpombo8 in #53
- Add entity folders to organize the scene tree by @gonpombo8 in #54
- Spawn client-side: trigger fires, copy appears, nothing stored by @gonpombo8 in #56
Full Changelog: v0.2.1...v0.2.2
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.