vleue / bevy_embedded_assets

Bevy plugin to embed assets in your game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shader doesnt works with this plugin

gerasim13 opened this issue · comments

Custom shaders doesn't works with this plugin.

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").

commented

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