Closed VirxEC closed 11 months ago
Interesting, looks like it works locally (examples still work!), but doesn't work if it's a separate crate. @sphw maybe you know what could cause it?
My best guess is this is something to do with a bug with embedded_asset
and publish crates / libraries. Not exactly sure what. IMO given all the strangeness and bugs with embedded_asset
it might make sense to revert the commit that makes that change from my PR, and wait until it stabilizes further.
Agree, could you please open a PR that reverts to the previous approach?
Fixed by #65.
When I updated to the new 0.8 version, I get the error
ERROR bevy_asset::server: path not found: bevy_atmosphere/shaders/skybox.wgsl
Which is weird because this plugin used to work when I was testing it earlier on the PR fork and I dropped a comment saying that it worked fine.