-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Issues: bevyengine/bevy
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
WakeUp doesn't unfreeze systems when dragging
A-Windowing
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
O-Windows
Specific to the Windows desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Missing a method to insert related entities at a specific index (Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
insert_children
)
A-ECS
Bevy 0.15 no longer respects 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
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Material2d::depth_bias
A-Rendering
#17355
opened Jan 14, 2025 by
SludgePhD
Regression: rendered texture not updating after change to Image
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#17350
opened Jan 13, 2025 by
bas-ie
Multiple examples don't work on 0.15
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
O-Web
Specific to web (WASM) builds
O-WebGL2
Specific to the WebGL2 render API
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#17167
opened Jan 5, 2025 by
chamaloriz
Strange wasm render error on my linux desktop browser
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
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-Investigation
This issue requires detective work to figure out what's going wrong
#17062
opened Dec 31, 2024 by
foxzool
Poor performance for Text2d with TextSpan
A-Text
Rendering and layout for characters
C-Performance
A change motivated by improving speed, memory usage or compile times
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Materials not displaying correctly in Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
wireframe
example
A-Rendering
Custom viewport crashes when minimizing the window
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Crash
A sudden unexpected crash
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#16704
opened Dec 7, 2024 by
qvwvwvwvq
Screenshot does not contains the Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
bevy_egui
GUI in 0.15 anymore
A-Rendering
#16689
opened Dec 6, 2024 by
thmxv
Bevy can't create a window
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#16572
opened Nov 30, 2024 by
KayZoka
many_buttons performance regression
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#16318
opened Nov 10, 2024 by
DGriffin91
Rendering performance regression between 0.15 rc2 and rc3 on MacOS
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Performance
A change motivated by improving speed, memory usage or compile times
O-MacOS
Specific to the MacOS (Apple) desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Blocked
This cannot move forward until something else changes
Panic with DirectionalLight+Shadows+Camera
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
#16094
opened Oct 24, 2024 by
rs017991
Change detection for text is more painful after text rework
A-Text
Rendering and layout for characters
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
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
#15805
opened Oct 9, 2024 by
alice-i-cecile
macos: 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
O-MacOS
Specific to the MacOS (Apple) desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
anti_aliasing
example crashes when MSAA is set to 8 samples
A-Rendering
#15789
opened Oct 9, 2024 by
rparrett
On Steam Deck in gaming mode the screen does not update
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-Linux
Specific to the Linux desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#15193
opened Sep 13, 2024 by
tad-lispy
Window resizing glitches on MacOS
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#15004
opened Sep 1, 2024 by
UkoeHB
wrong colour on certain gpus
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#14688
opened Aug 10, 2024 by
bananaturtlesandwich
Mouse click frame drop on Bevy 0.14.0
A-Rendering
Drawing game state to the screen
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
C-Machine-Specific
This bug is isolated to specific hardware or driver configurations
C-Performance
A change motivated by improving speed, memory usage or compile times
O-Linux
Specific to the Linux desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Blocked
This cannot move forward until something else changes
#14303
opened Jul 14, 2024 by
JonasAAA
Raspberry Pi 4 Performance Regression
A-Rendering
Drawing game state to the screen
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
C-Performance
A change motivated by improving speed, memory usage or compile times
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#14253
opened Jul 9, 2024 by
s-mayrh
Vulkan perf regression: 0.13 to 0.14: 3-4 times higher CPU usage in empty project with DefaultPlugins due to wgpu 0.20
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Performance
A change motivated by improving speed, memory usage or compile times
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Blocked
This cannot move forward until something else changes
#14227
opened Jul 8, 2024 by
perry-blueberry
low_power
example does not work on WASM
A-Windowing
#14214
opened Jul 8, 2024 by
aevyrie
.gltf
files' .bin
dependencies aren't copied into imported_assets
A-glTF
#14190
opened Jul 6, 2024 by
Seldom-SE
The Load files from disk to use for things like images, models, and sounds
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
asset_processor
feature in 0.14 & 0.15 causes problems with GLTF loading.
A-Assets
#14189
opened Jul 6, 2024 by
Neopallium
Previous Next
ProTip!
Updated in the last three days: updated:>2025-02-16.