Realtime Reflections
The Zappar for Unity package provides an automatically generated environment map that's useful if you're using materials that support reflections. The map uses the camera feed to create an approximate environment that can add some realism to your scene.
Using Realtime Reflections
To enable the realtime reflection on your reflective materials, follow the process below:
- Make sure realtime reflections are enabled from the Unity project settings -
Edit/ProjectSettings/Quality
and checkRealtime Reflection Probes
. - Enable
Realtime Refections
from theZappar/Editor/OpenUARSettings
menu. - This will add a new layer
ZapparReflect
to your project. - Right-click on
ZapparCameraRear
(Camera object containingZapparCamera
script) and selectZappar/AddRealtimeReflectionProbe
.