Open Dimchikkk opened 1 year ago
Hello I encountered the error on SmudShape entity despawn:
SmudShape
ERROR bevy_render::render_resource::pipeline_cache: failed to process shader: Unresolved import: Custom("bevy_smud::generated::cec721b4-2ec6-478e-85ab-afaec5a87178")
or on bevy 0.11
│ var<uniform> globals: _naga_oil_mod_MJSXM6K7OJSW4ZDFOI5DUZ3MN5RGC3DT_memberGlobals; │ ^ │ = missing import 'bevy_smud::sdf'
To reproduce the issue just call commands.entity(smud_entity).despawn_recursive(); and check logs.
commands.entity(smud_entity).despawn_recursive();
Hello I encountered the error on
SmudShape
entity despawn:or on bevy 0.11
To reproduce the issue just call
commands.entity(smud_entity).despawn_recursive();
and check logs.