Path: blob/main/_release-content/migration-guides/atmosphere_multicam.md
30632 views
------Atmosphere now works correctly with multiple cameras. No action is required for most users.
init_atmosphere_buffer has been removed, and AtmosphereBuffer has been changed from a Resource to a Component attached to each camera entity.
If you were directly accessing AtmosphereBuffer as a resource in a render world system, you'll need to query for it as a component on camera entities instead.