Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.1.2f1
Issue ID
714284
Regression
No
[OcclusionCulling] Meshes that has a transparent sub-material does not work as occluders even when camera is facing opaque parts
Steps to reproduce:
1. Create new Unity project
2. Import the attached package (TestCase_SubmaterialOcclusion_Package.unitypackage)
3. Open the 'TestCase_SubmaterialOcclusion' scene
4. Notice that there is a room with one transparent wall and other opaque walls
5. Open 'Occlusion' window and select 'Visualization' tab (make sure that the camera named WithTransparentWall is being visualized)
6. Notice that the cylinders outside the room are rendered as expected since the camera is facing a transparent wall
7. Rotate the camera so that it would face other opaque walls
8. Notice the cylinders outside the walls are still rendered even though camera is looking at an opaque wall
Note: Everything works as expected if the whole room is opaque (you can test that by "visualizing" the camera named AllOpaqueWalls).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment