-
Hey everyone,
Bevy got updated from 0.6.0 to 0.7.0 sometime a while ago. Bevy Rapier also got updated from 0.12.1 to 0.13.2
I tried migrating this project myself. The most notable changes are in…
-
Minimal crate with dependency: https://github.com/jrobsonchase/hello-rust-nix
It works fine when building directly with cargo, but I get this error when trying to build via nix:
```
$ nix build…
-
In normal bevy afaict a child entity is affected by parent transforms regardless of whether it has a transform bundle itself or not. If it isn't present, it's as if the child had the default transfor…
-
Lets say I'm using another package that gives me a set of samples, how can I load this into bevy_kira_audio without first having to save it to a file?
-
## Bevy version
Bevy 0.14.1
## Relevant system information
Samsung Galaxy A34
Cargo 1.80.0
Built using https://github.com/NiklasEi/xbuild
## What you did
Rendered user interface and …
-
I want to have a single Blender file with my game objects. However these are not present in any world scene since they are intended to be created by the player. When I try to create my blend file with…
-
Hi, bevy now has breaking changes that mean this plugin won't compile.
I fixed it in my own fork, but I was wondering if you'd maybe want to keep a `bevy-main` branch in this repo as well?
https…
-
**Description**
The last 16-bits of a u32 cannot be used on certain Qualcomm Adreno devices
**Repro steps**
I encountered this in [Bevy](https://github.com/bevyengine/bevy) and steps for reproduc…
-
**What problem does this solve or what need does it fill?**
The library needs to be updated. On master this is partially done, but there have been further changes since.
**Describe the solution …
-
This may be an easy fix but I haven't used Bevy in a while.