Files
Chris Hain d9d6f52ee2 Fix Visibility component having no effect on infinite grid (#24723)
# Objective

The custom render phase for infinite grid did not clear invisible or
despawned meshes before rendering, meaning the Visibility component had
no effect on the InfiniteGrid component when it was changed.

## Solution

Added a removal pass in the infinite_grid render queue.

## Testing

'toggle_visibilty' system added to the infinite_grid example.

Co-authored-by: Christopher Hain <8527064+chris-a-h@users.noreply.github.com>
2026-06-23 17:32:24 +00:00
..