-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
A-ScenesSerialized ECS data stored on the diskSerialized ECS data stored on the diskC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished
Description
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
or Visibility
component, even in release mode.
What alternative(s) have you considered?
Keep things as is.
Metadata
Metadata
Assignees
Labels
A-ScenesSerialized ECS data stored on the diskSerialized ECS data stored on the diskC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished