-
Not sure why the CI is failing with all those system ordering amibiguities.
_Originally posted by @ickshonpe in https://github.com/bevyengine/bevy/issues/14947#issuecomment-2313901115…
-
> Definitely unfortunate that the `EnvironmentMapLight` component is also used on camera entities. Looking at the examples it feels like that should be merged into the `Skybox` component. We could the…
-
See https://github.com/DGriffin91/bevy_mod_mipmap_generator for prior work.
Note that supporting Glbs requires unpacking them into Gltfs and extras, applying the mipmap generation, and then repacking …
-
https://github.com/bevyengine/bevy-website/pull/225 introduced a new page for wasm examples at https://bevyengine.org/examples/
This page is currently lacking in style and not linked from the websi…
-
> I've been noticing a lot of inconsistency between capitalized "Bevy" and lowercase "bevy". We should decide on one and standardize it throughout our documentation (in a follow-up, ofc!).
_Origina…
BD103 updated
3 months ago
-
## Bevy version
e4b740840f17d0ff3fa15d979d0ed2c65fa693c2
## What you did
Spawn point/spot lights with shadows enabled far away from the camera, and don't change their transform or light compo…
coreh updated
3 months ago
-
## Bevy version
The release number or commit hash of the version you're using.
0.15.0-rc.3 and lastest #e155fe1d
## \[Optional\] Relevant system information
```
SystemInfo { os: "Linux rolling…
-
Bevy uses `hashbrown` for its `HashMap` and `HashSet` implementations. It is re-exported from `bevy_utils` and used throughout Bevy.
Bevy is currently stuck on version 0.14.x of hashbrown. 0.15.x is …
-
# Problem
Within [the internals of the transform propagation systems](https://github.com/bevyengine/bevy/blob/0fe17b8b303c35902de3d75681f971cd8d66712f/crates/bevy_transform/src/systems.rs#L74), we …
-
## How can Bevy's documentation be improved?
Bevy's documentation about how to setup and run Tracy could be improved. I am referring to this file: https://github.com/bevyengine/bevy/blob/main/docs/pr…