Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UseProxyVolume

Uses a 3D grid of interpolated light probes.
Read time 1 minuteLast updated 6 days ago

Definition

UseProxyVolume = 2

Remarks

A Light Probe Proxy Volume component which may reside on the same game object or on another game object will be required. In order to use a Light Probe Proxy Volume component which resides on another game object, you must use the Proxy Volume Override property where you can specify the source game object.
Surface shaders use the information associated with the proxy volume automatically. To use the proxy volume information in your custom shaders, you can use ShadeSHPerPixel function in your pixel shader.
Additional Resources: Light Probes, Light Probe Proxy Volume.