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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment