-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scene reloading does not work on windows. #348
Labels
C-Bug
An unexpected or incorrect behavior
Comments
Same behaviour is occurring for me on mac. Extra InfomacOS 10.14.2 |
GabCampbell
added
C-Bug
An unexpected or incorrect behavior
focus-area
and removed
focus-area
labels
Aug 26, 2020
This can be fixed by changing bevy/crates/bevy_asset/src/asset_server.rs Line 201 in 63fd4ae
to kind: EventKind::Modify(_), but I haven't tested for unintended consequences yet. |
DJMcNab
added a commit
to DJMcNab/bevy
that referenced
this issue
Aug 30, 2020
Fixes bevyengine#348 Changes to uses fully qualified names to work around rust-lang/rust-analyzer#1165
cart
pushed a commit
that referenced
this issue
Aug 30, 2020
Fixes #348 Changes to uses fully qualified names to work around rust-lang/rust-analyzer#1165
mrk-its
pushed a commit
to mrk-its/bevy
that referenced
this issue
Oct 6, 2020
Fixes bevyengine#348 Changes to uses fully qualified names to work around rust-lang/rust-analyzer#1165
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be reproduced with the "scene" example.
Reproduction
Clone bevy repo.
Run
cargo run --example scene
.Change property
x
of entity328997855
from3.0
to5.0
.Save the file.
Expected
Console message indicating the value was changed.
Actual
No console message.
Extra Info
Commit tested: 9aff0bc
Windows version: 10.0.18362 Build 18362
The text was updated successfully, but these errors were encountered: