Does it save on resouces to turn off render on objects the camera doesn't "see"?

If I were to make a tiled map and give the tiles a colision box that turns on and off render would this save resources, or does the camera already do this by default?

this is done already in Unity and is called frustrum culling

2 Likes

Awesome!

Thank you!