mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
9ad546ecec
# Objective AssetPath shader imports check if the shader is added using the path without quotes. this causes them to be re-added even if already present, which can cause previous dependents to get unloaded leading to a "missing import" error. ## Solution fix the module name of AssetPath shaders used for checking if it's already added to correctly use the quoted name. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |