Skip to content

Conversation

@it-me-joda
Copy link
Contributor

Objective

  • Fixes Skybox example broken #21731
  • Resolve the skybox example not functioning as intended. Currently, the skybox example compiles but can't run due to TAA not being supported for WASM builds.

Solution

  • Skip TAA if in a building for a WASM environment.

Testing

  • I ran the skybox example locally with: bevy run --example skybox --features="free_camera" web and the example now compiles and runs in the browser.

@it-me-joda it-me-joda changed the title fix skybox example in web by skipping unsupported TAA Fix skybox example crashing on startup in web by skipping unsupported TAA Nov 20, 2025
@it-me-joda it-me-joda changed the title Fix skybox example crashing on startup in web by skipping unsupported TAA Fix skybox example crashing in WASM by skipping unsupported TAA Nov 20, 2025
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

Successfully merging this pull request may close these issues.

Skybox example broken

1 participant