Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.19f1
2022.2.7f1
2023.1.0b4
2023.2.0a2
Issue ID
UUM-28043
Regression
No
HDRI is seen from the inside of an object when using reflective surfaces
Reproduction steps:
1. Open project “IN-28095_HDRP Test 2”
2. Open scene “Cube Test w Pines“
3. Enable “Mirrorted Cube” GameObject
4. Enter Play mode and use WASD to move inside the enabled cube
Expected result: no HDRI is seen from the inside of the cube
Actual result: HDRI is seen from the inside of the cube
Reproducible with: 2021.3.19f1, 2022.2.7f1, 2023.1.0b4, 2023.2.0a2
Couldn’t test with: 2020.3.45f1 (due to compiler errors)
Reproducible on: macOS Catalina 10.15.7 (Intel), Windows 10 (by the reporter)
Notes:
- Also reproducible in Standalone Player
- Reproducible with both URP and HDRP
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
- Shadows are cast with artifacts on GameObjects when the light type is set to Point
Resolution Note:
Hello, we have marked this bug as won't fix since, by default, this behavior is completely expected if you aren't using reflection probes or ray tracing to solve the complex inter-reflections that can occur within arbitrary enclosed geometry.
1) With reflection probes, you can place a probe at the centroid of your geometry and set a Blend Normal Distance to be less than the extent of the cube's faces. This will reject the probe's contribution on the outside faces of the cube, while maintaining the complete specular occlusion when you are inside of it.
2) Alternatively you can enable Ray Traced Reflections and set the last bounce to Reflection Probes or None, or set the Bounce Count to a very high value (poor performance).