Skip to content

Almost working with Bevy 0.11.3 #3

@cessationoftime

Description

@cessationoftime

I almost have this upgraded to Bevy 0.11.3. Compile-time issues are solved, but some runtime problems remain. The UniformComponentPlugin is not generating resources properly in the build step of several plugins, so the problem is systemic. This prevents the BindGroup for the uniform from being created. This is occurring for Markers and Segments at least. Probably other plugins too.

This line fails

            UniformComponentPlugin::<MarkerUniform>::default(),

subsequent query for this resource fails

    mesh2d_uniforms: Res<ComponentUniforms<MarkerUniform>>,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions