I have created a collection with one object in it. Then I added multiple collection instances of that collection to my scene. I would like to easily toggle the visibility of the object across all instances. Is this possible? When I toggle the visibility of the object in the "original" collection, it does not affect the visibility of the instanced objects.
I want to do this in the viewport, not the final render.