Hot reloading PNG files #7071
Replies: 4 comments 7 replies
-
Perhaps try |
Beta Was this translation helpful? Give feedback.
-
Could you give some more details about your environment, and how you're testing this? The code you provided works fine for me as-is in a new project with
(Testing on macOS, just editing the asset in Preview) |
Beta Was this translation helpful? Give feedback.
-
Sure, I am using Windows 11 22H2x64. I am running the program in debug and attempting to change the graphic in the folder. But, when I do this, it does not update. I do have the following:
But, I tried without and it failed to change the graphic, too. |
Beta Was this translation helpful? Give feedback.
-
Adding a system, does work:
But this runs every cycle. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a very simple program that does not reload textures, when I expect that it would:
I added to my Cargo.toml file as well, just in case:
bevy = {version = "0.9.1", features= ["filesystem_watcher"] }
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions