There should be some kind of error for spawning a scene handle without a SceneBundle
.
#13313
Labels
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
What problem does this solve or what need does it fill?
This is very confusing because this "successes" in release mode and spawns the mesh in a broken state without transforms. On debug mode there are hierarchy errors regarding transform and visibility, but not present in release mode.
What solution would you like?
Log an explicit error for trying to spawn a scene without a
Transform
orVisibility
component, even in release mode.What alternative(s) have you considered?
Keep things as is.
The text was updated successfully, but these errors were encountered: