AssetServer:: load_with_settings ignores the settings if file was already loaded with default settings #11111
Labels
A-Assets
Load files from disk to use for things like images, models, and sounds
C-Bug
An unexpected or incorrect behavior
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Example from this PR: https://github.com/bevyengine/bevy/pull/11109/files:
if we use the same file name, second image will ignore the settings (
ImageAddressMode
to be specific). Here we are using a workaround: providing a different file name.The text was updated successfully, but these errors were encountered: