Search Issue Tracker
By Design
Votes
0
Found in
5.0.0a15
Issue ID
618491
Regression
Yes
[Projector] Cameras will not render projectors that are culled away by culling mask
As of 4.3, cameras will not render projectors unless they also render the layer of the object being projected onto.
1) Open the attached project in Unity 4.2
2) Open the test level
3) Observe in the game view that you can see a cube (being rendered by Main Camera) in the middle of the scene; observe that the blob shadow (being rendered by Camera) appears above it
4) Open the attached project in any version of Unity 4.3 or greater
5) Open the test level and observe that the blob shadow is not rendered at all
6) Select the Camera object and add the Default layer to its culling mask; observe that it now renders both the cube and the blob shadow
Regression since 4.2
Closed as By Design because:
"This is caused by the fact that projectors now use the visible lists from the main scene as input, which makes them work with occlusion culling etc.
However it means any layer culling from the camera also applies to the projector.
Object has to be visible to camera (not culled by the culling mask) in order for projector to project onto it.
This is more consistent/logical behavior than it used before (prior to 4.3)"
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