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
Assigned to nobody Loading
Sort

Issues list

OnAdd events fire before hierarchy has been finalized in 0.16.0-rc.3 A-ECS Entities, components, systems, and events A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior S-Needs-Design This issue requires design work to think about how it would best be accomplished
#18671 opened Apr 1, 2025 by oliver-dew
Scene::write_to_world_with multiple times with previously existing entities leads to inconsistent relationships. A-ECS Entities, components, systems, and events A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior S-Needs-Design This issue requires design work to think about how it would best be accomplished
#18418 opened Mar 19, 2025 by andriyDev
Fix Scene hot reloading. A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior S-Needs-Testing Testing must be done before this is safe to merge
#18358 opened Mar 17, 2025 by andriyDev Loading…
Allow SceneMapSerializer to accept Box<dyn Reflect>s as well A-Scenes Serialized ECS data stored on the disk C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Design This issue requires design work to think about how it would best be accomplished
#17622 opened Jan 31, 2025 by aecsocket Draft
Difference between Scene and DynamicScene is not clear A-Scenes Serialized ECS data stored on the disk C-Docs An addition or correction to our documentation 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!
#16353 opened Nov 11, 2024 by s-puig
Observers causes a panic in scenes A-ECS Entities, components, systems, and events A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Complex Quite challenging from either a design or technical perspective. Ask for help!
#16332 opened Nov 10, 2024 by s-puig
Allow Scene to overwrite entities in a World A-Scenes Serialized ECS data stored on the disk C-Feature A new feature, making something new possible X-Contentious There are nontrivial implications that should be thought through
#13659 opened Jun 3, 2024 by dmyyy
DynamicScene missing docs for entity_map arg in methods A-Scenes Serialized ECS data stored on the disk C-Docs An addition or correction to our documentation 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!
#13608 opened May 31, 2024 by ua-kxie
There should be some kind of error for spawning a scene handle without a SceneBundle. A-Scenes Serialized ECS data stored on the disk C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Design This issue requires design work to think about how it would best be accomplished
#13313 opened May 10, 2024 by mintlu8
Improve scene serialized format A-Scenes Serialized ECS data stored on the disk C-Feature A new feature, making something new possible
#13041 opened Apr 20, 2024 by djeedai
Efficient World merging A-ECS Entities, components, systems, and events A-Scenes Serialized ECS data stored on the disk C-Feature A new feature, making something new possible C-Performance A change motivated by improving speed, memory usage or compile times D-Complex Quite challenging from either a design or technical perspective. Ask for help!
#12545 opened Mar 17, 2024 by james7132
Mechanism for inheritable render layers A-Rendering Drawing game state to the screen A-Scenes Serialized ECS data stored on the disk C-Feature A new feature, making something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Ready-For-Implementation This issue is ready for an implementation PR. Go for it!
#12461 opened Mar 13, 2024 by viridia
Invalid children when working with dynamic scenes due to partial extraction A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior
#12449 opened Mar 12, 2024 by alice-i-cecile
Gltf loader should allow custom material substitutions A-Assets Load files from disk to use for things like images, models, and sounds A-glTF Related to the glTF 3D scene/model format A-Rendering Drawing game state to the screen A-Scenes Serialized ECS data stored on the disk C-Feature A new feature, making something new possible
#12209 opened Feb 29, 2024 by viridia
2D GLTF scene support A-glTF Related to the glTF 3D scene/model format A-Scenes Serialized ECS data stored on the disk C-Feature A new feature, making something new possible
#11812 opened Feb 10, 2024 by jpedrick
SceneSpawner needs more explanation of how it works. A-Scenes Serialized ECS data stored on the disk C-Docs An addition or correction to our documentation
#11729 opened Feb 5, 2024 by spectria-limina
Make bevy_scene usable for pure bevy_ecs serialization and deserialization A-Scenes Serialized ECS data stored on the disk C-Feature A new feature, making something new possible
#11246 opened Jan 7, 2024 by alice-i-cecile
MapEntities for components containing HashMap behaving strangely A-ECS Entities, components, systems, and events A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#10995 opened Dec 15, 2023 by Testare
Scene prefab A-ECS Entities, components, systems, and events A-Scenes Serialized ECS data stored on the disk C-Feature A new feature, making something new possible C-Usability A targeted quality-of-life change that makes Bevy easier to use X-Controversial There is active debate or serious implications around merging this PR
#10949 opened Dec 12, 2023 by djeedai
Crash when spawning a gltf mesh with morph targets A-glTF Related to the glTF 3D scene/model format A-Rendering Drawing game state to the screen A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior P-Crash A sudden unexpected crash
#10388 opened Nov 5, 2023 by 5tr1k3r
Can't deserialize scene A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior
#9947 opened Sep 28, 2023 by HaNaK0
Cannot Serialize Simple Bevy World Into a Scene A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior
#9060 opened Jul 6, 2023 by Peepo-Juice
Need a solution for serializing cross-scene entity references A-Scenes Serialized ECS data stored on the disk C-Feature A new feature, making something new possible
#9056 opened Jul 6, 2023 by pcwalton
examples: Add scene_builder example A-Scenes Serialized ECS data stored on the disk C-Examples An addition or correction to our examples 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
#8955 opened Jun 26, 2023 by MrGVSV Loading…
ScenePlugin systems are confusingly named and underdocumented A-Scenes Serialized ECS data stored on the disk C-Code-Quality A section of code that is hard to understand or change C-Docs An addition or correction to our documentation
#7341 opened Jan 23, 2023 by alice-i-cecile
ProTip! Find all open issues with in progress development work with linked:pr.