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

Save Scenes throws error ComputedVisibilityFlags bevy 0.11.3 #88

Open
Yairama opened this issue Oct 20, 2023 · 1 comment
Open

Save Scenes throws error ComputedVisibilityFlags bevy 0.11.3 #88

Yairama opened this issue Oct 20, 2023 · 1 comment

Comments

@Yairama
Copy link

Yairama commented Oct 20, 2023

Hello!

I was running the basic and breakout examples to test the scene saving, but it throws an error.

The error is generated by the bevy::render::view::visibility::ComputedVisibilityFlags structure that apparently is not registered. This structure is private and is registered by the bevy's RenderPlugin (inside the ViewPlugin) so it's something strange.

image
image

The ComputedVisibilityFlags struct exists jut in 0.11.3 but is not present in main branch or 0.11 branch.

@Pfeil
Copy link

Pfeil commented Mar 17, 2024

Still (again?) exists with a different error message in bevy 0.13:

image

(also taken from the breakout example)

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

2 participants