You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone else running into this:
bevy 0.12.1 added the following change bevyengine/bevy#10623
If you add .insert_resource(AssetMetaCheck::Never) to your main function it should work again. (without asset preprocessing, though). You may also need to cargo update to actually pull in bevy 0.12.1.
#79 mentions not using trunk as an alternative, but according to bevyengine/bevy#10157 (comment) this would lead to problems still if published to itch.io.
it look running fine but why it only black screen?
I'm running natively it using cargo run working fine
The text was updated successfully, but these errors were encountered: