To reflect the surrounding objects using the Reflection Probes, follow these steps:
- Import the Unity package reflectionProbes.unitypackage. Then, open the scene named reflective_objects. This is a basic scene featuring three sets of reflective objects.
- Ensure that the Quality setting for the project has enabled real-time Reflection Probes. Do this by choosing menu: Edit | Project Settings | Quality, and ensuring that the real-time Reflection Probes option is checked for the quality setting you wish to use.
- Play the scene. Observe that one of the systems is dynamic, one is static, and one rotates randomly, whenever a key is pressed.
- Stop the scene.
- First, let's create a constantly updated real-time Reflection Probe for the ...