Version: Unity 6 Preview (6000.0)
Language : English
Enable or disable Dynamic Resolution for render targets
Occlusion culling

Excluding hidden objects with occlusion culling

Resources about preventing Unity doing rendering calculations for hidden GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary
.

Page Description
Occlusion cullingA process that disables rendering GameObjects that are hidden (occluded) from the view of the camera. More info
See in Glossary
Understand how occlusion culling checks for hidden objects, and when to use it.
Set up a scene for occlusion culling Set up a sceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary
for occlusion culling, bake occlusion culling data, and check the results.
Set up multiple scenes for occlusion culling Prepare occlusion culling data differently if you load multiple scenes at a time.
Cull moving GameObjects Enable or disable Dynamic Occlusion.
Create high-precision occlusion areas Use the Occlusion Area component to define an area where Unity calculates culling more precisely.
Control occlusion in areas with Occlusion Portals Turn occlusion on and off through an object, for example a door that opens and closes.
Occlusion Culling window reference Explore the properties and settings in the Occlusion Culling window to customize how culling works.
Configure culling with the CullingGroup API Integrate your own systems into Unity’s culling and level of detailThe Level Of Detail (LOD) technique is an optimization that reduces the number of triangles that Unity has to render for a GameObject when its distance from the Camera increases. More info
See in Glossary
(LOD) pipelines.
Enable or disable Dynamic Resolution for render targets
Occlusion culling