-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Solari: Fix removed RaytracingMesh3d component
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
#24764
opened Jun 26, 2026 by
JMS55
Contributor
Loading…
Bump dtolnay/rust-toolchain from 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 to 67ef31d5b988238dd797d409d6f9574278e20537
C-Dependencies
A change to the crates that Bevy depends on
#24762
opened Jun 26, 2026 by
dependabot
Bot
Loading…
Bump super-linter/super-linter/slim from 8.6.0 to 8.7.0
C-Dependencies
A change to the crates that Bevy depends on
#24761
opened Jun 26, 2026 by
dependabot
Bot
Loading…
Bump actions/setup-java from 5.2.0 to 5.3.0
C-Dependencies
A change to the crates that Bevy depends on
#24760
opened Jun 26, 2026 by
dependabot
Bot
Loading…
Bump actions/checkout from 6.0.3 to 7.0.0
C-Dependencies
A change to the crates that Bevy depends on
#24759
opened Jun 26, 2026 by
dependabot
Bot
Loading…
Updated multiple_text_inputs example to use an observer
A-Text
Rendering and layout for characters
C-Examples
An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#24758
opened Jun 25, 2026 by
Cyannide
Loading…
Remove focus from EditableText when clicked outside without requiring TabNavigationPlugin
A-Text
Rendering and layout for characters
A-UI
Graphical user interfaces, styles, layouts, and widgets
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
#24757
opened Jun 25, 2026 by
taearls
Loading…
Improve document for App::update()
A-ECS
Entities, components, systems, and events
C-Docs
An addition or correction to our documentation
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#24754
opened Jun 25, 2026 by
TheCGDF
Loading…
Add World::resource_entity to retrieve entity associated to resource
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#24753
opened Jun 25, 2026 by
Miguel0312
Loading…
Add const to bevy_math functions where applicable
A-Math
Fundamental domain-agnostic mathematical operations
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#24752
opened Jun 25, 2026 by
davidgraymi
Loading…
Extend AppExit::Error(NonZero<u8>) to AppExit::Error(NonZero<u8>, Option<String>)
A-App
Bevy apps and plugins
#24751
opened Jun 25, 2026 by
mansiverma897993
Contributor
Loading…
Remove unwanted doc(hidden) attributes on BSN
A-Scenes
Composing and serializing ECS objects
C-Docs
An addition or correction to our documentation
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Always centered radio marks
A-UI
Graphical user interfaces, styles, layouts, and widgets
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
#24749
opened Jun 25, 2026 by
ickshonpe
Contributor
Loading…
Add Runtime information about types
C-Code-Quality
A section of code that is hard to understand or change
C-Feature
A new feature, making something new possible
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Macros
Code that generates Rust code
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
M-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
reflect_clone_incomplete and make PartialReflect::to_dynamic fallible
A-Reflection
#24748
opened Jun 24, 2026 by
alice-i-cecile
Member
Loading…
Add mutation_by_reflection example
A-Reflection
Runtime information about types
C-Examples
An addition or correction to our examples
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Uncontroversial
This work is generally agreed upon
#24747
opened Jun 24, 2026 by
alice-i-cecile
Member
Loading…
Fix handling of Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
X-Uncontroversial
This work is generally agreed upon
WindowResolution change
A-Windowing
Fix stale transmission texture sampling for blended materials
#24744
opened Jun 24, 2026 by
cachebag
Loading…
Expose system accesses and filters in BRP Tools used to debug Bevy applications.
A-ECS
Entities, components, systems, and events
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
schedule.graph
A-Dev-Tools
#24743
opened Jun 24, 2026 by
Zeophlite
Contributor
Loading…
Lower default size for Drawing game state to the screen
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
AtmosphereEnvironmentMapLight
A-Rendering
#24738
opened Jun 24, 2026 by
dylansechet
Contributor
Loading…
Update rust-version to 1.96 in root Cargo.toml so all tests compile and pass
#24736
opened Jun 23, 2026 by
taearls
Loading…
Clamp 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
SpotLight.outer_angle to pi/2-epsilon at extraction time
A-Rendering
Add tab support to text gizmos
A-Gizmos
Visual editor and debug gizmos
A-Text
Rendering and layout for characters
C-Feature
A new feature, making something new possible
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
#24732
opened Jun 23, 2026 by
tylercritchlow
Contributor
Loading…
feat(scroll): change scroll dt to_pixels
A-UI
Graphical user interfaces, styles, layouts, and widgets
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#24731
opened Jun 23, 2026 by
nuts-rice
Contributor
Loading…
Components as entities (v2)
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
C-Performance
A change motivated by improving speed, memory usage or compile times
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Contentious
There are nontrivial implications that should be thought through
#24728
opened Jun 23, 2026 by
Trashtalk217
Contributor
Loading…
Light theme added to bevy_feathers (first pass)
A-Art
Art, UX or graphic design
A-UI
Graphical user interfaces, styles, layouts, and widgets
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-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Needs-SME
This type of work requires an SME to approve it.
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.