Skip to content

Pull requests: bevyengine/bevy

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Delete InstrumentedAssetLoader and InstrumentedAssetProcessor, but keep the instrumentation. A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22213 opened Dec 20, 2025 by andriyDev Loading…
impl VisitAssetDependencies for bevy_platform::collections::HashMap A-Assets Load files from disk to use for things like images, models, and sounds C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Design This issue requires design work to think about how it would best be accomplished
#22211 opened Dec 20, 2025 by Strikeless Loading…
Clarify inconsistent GltfConvertCoordinates 0.18 behavior A-glTF Related to the glTF 3D scene/model format C-Docs An addition or correction to our documentation S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22209 opened Dec 20, 2025 by ChristopherBiscardi Loading… 0.18
Make write_default_meta_file_for_path write the short type path instead of the long type path. A-Assets Load files from disk to use for things like images, models, and sounds C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. D-Straightforward Simple bug fixes and API improvements, docs, test and examples
#22208 opened Dec 20, 2025 by andriyDev Draft
Adds ability to pause in gizmo examples A-Gizmos Visual editor and debug gizmos C-Examples An addition or correction to our examples D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22207 opened Dec 20, 2025 by kfc35 Loading…
Bundle nonnull deref safety
#22205 opened Dec 20, 2025 by hymm Loading…
feat(bevy_ecs): add Severity metadata to BevyError
#22201 opened Dec 19, 2025 by syszery Loading…
Fix separate layers with lines and joints A-Gizmos Visual editor and debug gizmos C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22199 opened Dec 19, 2025 by yh1970 Loading…
Extra testbed_ui font cases A-Text Rendering and layout for characters C-Examples An addition or correction to our examples C-Testing A change that impacts how we test Bevy or how users test their apps D-Trivial Nice and easy! A great choice to get started with Bevy M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22198 opened Dec 19, 2025 by ickshonpe Loading…
Add Dir2::from_angle
#22197 opened Dec 19, 2025 by lynn-lumen Loading…
Add support for SSR on web A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior O-Web Specific to web (WASM) builds S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22193 opened Dec 18, 2025 by mate-h Loading… 0.18
fixing docs with scraping examples enabled C-Bug An unexpected or incorrect behavior C-Docs An addition or correction to our documentation S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22192 opened Dec 18, 2025 by mockersf Loading… 0.18
Fix 3d gizmo pipeline when atmosphere present A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22190 opened Dec 18, 2025 by mate-h Loading… 0.18
Enable primitive restart by default A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22188 opened Dec 18, 2025 by beicause Loading…
MeshAllocator: Take padding elements into account in the MeshBufferSlice's range A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22187 opened Dec 18, 2025 by beicause Loading…
Add ConditionalSendStream trait A-Assets Load files from disk to use for things like images, models, and sounds A-Tasks Tools for parallel and async work O-Web Specific to web (WASM) builds S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22185 opened Dec 18, 2025 by stevehello166 Loading…
Remove dependency from "bevy_platform/web" to "bevy_platform/std" A-Utils Utility functions and types C-Bug An unexpected or incorrect behavior D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes O-Web Specific to web (WASM) builds P-Regression Functionality that used to work but no longer does. Add a test for this! S-Needs-Review Needs reviewer attention (from anyone!) to move forward S-Needs-Testing Testing must be done before this is safe to merge
#22184 opened Dec 18, 2025 by kpreid Loading…
bevy_asset: support upgrading Reader to SeekableReader A-Assets Load files from disk to use for things like images, models, and sounds C-Feature A new feature, making something new possible C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#22182 opened Dec 18, 2025 by cart Loading… 0.18
Minimal Font Families, Font Queries, Collections, System Fonts, Stretch, and Slant support A-Text Rendering and layout for characters C-Feature A new feature, making something new possible M-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide M-Release-Note Work that should be called out in the blog due to impact S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22156 opened Dec 16, 2025 by ickshonpe Loading… 0.19
Add with_cloned_input and WithClonedInputWrapper to system functionality A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Controversial There is active debate or serious implications around merging this PR
#22154 opened Dec 16, 2025 by pantaelaman Loading…
Replace RenderGraph with systems A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible D-Domain-Expert Requires deep knowledge in a given domain M-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide M-Release-Note Work that should be called out in the blog due to impact S-Needs-SME Decision or review from an SME is required S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Controversial There is active debate or serious implications around merging this PR
#22144 opened Dec 15, 2025 by tychedelia Draft
3 tasks
Add ExtractableAsset trait for accessing extractable data A-Assets Load files from disk to use for things like images, models, and sounds A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#22128 opened Dec 15, 2025 by beicause Loading…
Only shadow caster A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#22112 opened Dec 14, 2025 by rlneumiller Draft
spec_v2: migrate Skybox A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22071 opened Dec 9, 2025 by ecoskey Loading…
ProTip! Exclude everything labeled bug with -label:bug.