vleue / bevy_embedded_assets

Bevy plugin to embed assets in your game
147 stars 10 forks source link

Shader doesnt works with this plugin #13

Open gerasim13 opened 1 year ago

gerasim13 commented 1 year ago

Custom shaders doesn't works with this plugin.

gerasim13 commented 1 year ago

I have errors when i try to import something to my shader, like

2023-07-16T17:07:33.051823Z ERROR bevy_render::render_resource::pipeline_cache: failed to process shader: Unresolved import: Custom("bevy_pbr::mesh_view_bindings globals").

hut commented 4 months ago

Custom shaders work fine for me. Your error message seems unrelated to this plugin.