Skip to content
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

trunk only show black screen #84

Closed
Moanrisy opened this issue Nov 28, 2023 · 2 comments
Closed

trunk only show black screen #84

Moanrisy opened this issue Nov 28, 2023 · 2 comments

Comments

@Moanrisy
Copy link

Moanrisy commented Nov 28, 2023

it look running fine but why it only black screen?

I'm running natively it using cargo run working fine
2023-11-28T20:01:29,621626993+07:00

@KirmesBude
Copy link

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.

@NiklasEi
Copy link
Owner

NiklasEi commented Dec 3, 2023

Yes, please turn off the asset meta check. I will close this issue by turning it off by default in the template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants