Skip to content

regression in GLTF Scene loading #15508

@eidloi

Description

@eidloi

Bevy version

0.15.0-dev

What you did

Migrated code base with a SceneView example to 0.15.0-dev.

What went wrong

let scene: Handle<Scene> = asset_server.load(asset); causes Bevy to hang and never load the asset. This is in a regular system with asset_server: Res<AssetServer>.
On the previous version (0.14.2), the asset loaded correctly. There is no error message.

Additional information

Asset in question: https://github.com/UmbraLuminosa/sickle_ui/blob/main/assets/examples/Low_poly_scene.gltf#Scene0

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-AssetsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behaviorD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesP-RegressionFunctionality that used to work but no longer does. Add a test for this!S-Needs-InvestigationThis issue requires detective work to figure out what's going wrong

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions