-
-
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
Smarter testbeds #17573
base: main
Are you sure you want to change the base?
Smarter testbeds #17573
Conversation
This seems to be screenshotting the first scene twice.
To be honest, I'm slightly skeptical at the point about the utility of these scene-switching testbed examples. I wonder what is the advantage over a directory full of separate examples? Is app startup time in CI particularly significant? (Not blocking, just curious) It would be nice for the testbeds to share |
In native, not so much. In Wasm, build time is a lot longer. On mobile, even worse I also think it's nice to have just one command to check for all 2d/3d/... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be working well on my end.
I'm confused, when does the first scene change gets triggered to start the chain of next scenes? Is it just that |
yup, it's true from start |
Objective
Solution
Captured
component has been removed), switch sceneTesting
cargo run --example testbed_2d --features bevy_ci_testing