Hi,
I’ve successfully set up occlusion culling areas which are now culling most of the objects I need culled. The issue is that I am making a networked game which involves a mechanic that allows players to see others through walls. This uses a shader which is activated on the player mesh allowing the other player to see them. The problem is that the occlusion culling areas are also culling the other players, causing them to be invisible even to the ‘xray camera’.
We need the occlusion culling areas because they are culling other moving objects and have even helped with culling static objects, but we don’t want the players occluded. Is it possible to exclude specific moving objects from the culling?