I have a VR scene on Android build which uses reflection probes with box projection option.
See image of a corridor with cabinets with a mirror at the end:
That’s just how box projection works. It assumes the environment is mapped onto a box, so you have to provide a size for the box. If the box and the captured environment have different sizes, then the reflected image will be weirdly distorted.
Thank you for your answer. Still complicated for me to understand what size the box should be in this case (corridor between 2 cabinets with a mirror on one side, as in the image).
I found that with half size box of that corridor space, it looks best when being in the center position.
But I am surprised by the image deformation on the cabinet lower part… Why so ?
The box should match the room size. The reflections will only be correct where the walls line up with the box, so for example, reflections on the shelves would be incorrect. That’s just the limitation of the technology. And yes, usually the reflection probe should be in the middle except when something is in the way that would prevent it from seeing the entire box.