Skip to content

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
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
Assignee
Filter by who’s assigned
Sort

Issues list

Feature flag to add repr(c) to bevy types A-Cross-Cutting Impacts the entire engine A-Modding Supporting infrastructure for player-controlled modifications to games C-Enhancement A new feature X-Controversial There is active debate or serious implications around merging this PR
#14172 opened Jul 6, 2024 by ScottKane
depth_bias is ignored on StandardMaterial C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled
#14169 opened Jul 5, 2024 by DiSaber
Piping values does not work on observers A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior
#14157 opened Jul 5, 2024 by janhohenheim 0.14.1
"called Option::unwrap() on a None value" when calling init_state before StatesPlugin is set? C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled
#14154 opened Jul 5, 2024 by ShadowMitia
Expose common window resolutions A-Windowing Platform-agnostic interface layer to run your app in C-Enhancement A new feature D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-For-Implementation This issue is ready for an implementation PR. Go for it!
#14153 opened Jul 5, 2024 by janhohenheim
Pausing the virtual clock stops event updates. A-ECS Entities, components, systems, and events A-Time Involves time keeping and reporting C-Bug An unexpected or incorrect behavior
#14152 opened Jul 5, 2024 by brandon-reinhart 0.15
Improve error message when StatesPlugin is missing A-App Bevy apps and plugins A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Bug An unexpected or incorrect behavior
#14151 opened Jul 5, 2024 by TimJentzsch
Crash on Widnows 11 with exit code: 0xc0000005, STATUS_ACCESS_VIOLATION C-Bug An unexpected or incorrect behavior O-Windows Specific to the Windows desktop operating system P-Crash A sudden unexpected crash
#14149 opened Jul 5, 2024 by eidloi
asymmetrical 9-slicing is still broken C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled
#14147 opened Jul 5, 2024 by JJJimbo1
Crash on Android on 0.14 A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior O-Android Specific to the Android mobile operating system P-Crash A sudden unexpected crash
#14146 opened Jul 5, 2024 by Litttlefish
Padding in Style no longer works in 0.14 C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled
#14143 opened Jul 5, 2024 by Litttlefish
Regression: gizmos panicking given bad output from GlobalTransform::to_scale_rotation_translation A-Gizmos Visual editor and debug gizmos C-Bug An unexpected or incorrect behavior D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Implementation This issue is ready for an implementation PR. Go for it!
#14142 opened Jul 5, 2024 by aevyrie 0.14.1
The function hsv_to_rgb in wgsl is defined or called incorrectly A-Color Color spaces and color math A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior D-Shaders This code uses GPU shader languages
#14139 opened Jul 4, 2024 by jannik4 0.15
docs.rs claims that bevy_state 0.14.0 (+ 0.14.0-rc.4) depends on a yanked dependency A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#14136 opened Jul 4, 2024 by Themayu 0.14.1
visible: false on WindowPlugin Stops Rendering A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior O-Windows Specific to the Windows desktop operating system S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#14135 opened Jul 4, 2024 by igorlp 0.14.1
Add a "path strip" primitive for 2d and 3d. A-Editor Graphical tools to make Bevy games A-Math Fundamental domain-agnostic mathematical operations C-Enhancement A new feature
#14133 opened Jul 4, 2024 by viridia
Remove manual --cfg docsrs in Cargo.toml metadata A-Build-System Related to build systems or continuous integration C-Docs An addition or correction to our documentation C-Enhancement A new feature D-Trivial Nice and easy! A great choice to get started with Bevy
#14132 opened Jul 4, 2024 by BD103
Use cargo-docs-rs for the dev-docs A-Build-System Related to build systems or continuous integration C-Enhancement A new feature D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes
#14131 opened Jul 4, 2024 by BD103
Using dynamic_linking on Windows breaks cargo test --doc A-Build-System Related to build systems or continuous integration C-Bug An unexpected or incorrect behavior C-Docs An addition or correction to our documentation C-Testing A change that impacts how we test Bevy or how users test their apps O-Windows Specific to the Windows desktop operating system P-Crash A sudden unexpected crash
#14129 opened Jul 4, 2024 by janhohenheim
API inconsistency with Handle as component or field of component A-Assets Load files from disk to use for things like images, models, and sounds A-Cross-Cutting Impacts the entire engine A-Scenes Serialized ECS data stored on the disk C-Usability A simple quality-of-life change that makes Bevy easier to use S-Blocked This cannot move forward until something else changes X-Controversial There is active debate or serious implications around merging this PR
#14124 opened Jul 3, 2024 by benfrankel
Features "jpeg" and "dynamic_linking" cause linking error in 0.14-rc.4 on linux A-Assets Load files from disk to use for things like images, models, and sounds A-Build-System Related to build systems or continuous integration C-Bug An unexpected or incorrect behavior C-Dependencies A change to the crates that Bevy depends on C-Regression Functionality that used to work but no longer does. Add a test for this! O-Linux Specific to the Linux desktop operating system P-Compile-Failure A failure to compile Bevy apps S-Blocked This cannot move forward until something else changes
#14117 opened Jul 3, 2024 by Sorseg
Compile-out excessive wgpu log messages statically A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Enhancement A new feature C-Performance A change motivated by improving speed, memory usage or compile times X-Controversial There is active debate or serious implications around merging this PR
#14116 opened Jul 2, 2024 by JMS55 0.15
States cannot be added before StatePlugin / DefaultPlugins are added A-App Bevy apps and plugins A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior S-Blocked This cannot move forward until something else changes
#14110 opened Jul 2, 2024 by alice-i-cecile
WebGL2 deferred rendering breaks when anisotropy is enabled A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior O-Web Specific to web (WASM) builds O-WebGL2 Specific to the WebGL2 render API
#14101 opened Jul 1, 2024 by DGriffin91 0.15
ProTip! Adding no:label will show everything without a label.