Search Issue Tracker
Won't Fix
Votes
1
Found in
5.6.0b3
Issue ID
865455
Regression
No
CommandBuffer fails to copy the Point Lights' ShadowMaps into a RenderTexture
Reproduction steps:
1. Open the attached project "CopyPointShadowCubemap.zip";
2. Open the "Default.unity" scene;
3. Select the Point light int the Hierarchy;
4. In the Inspector, go to the the shadowMapRenderTexture property in the CopyPointLightShadowCubemap and observe the shadowMap image;
5. Then select the Spot light in the Hierarchy;
6. Repeat the 4 step;
Expected results: both images of shadowMap will be the same;
Actual results: The Point light is depicted differently.
Note: the issue only appears on Point light, but Directional and Spot light work as expected.
Reproduced on: 5.6.0b3, 5.6.0a1, 5.5.0f3.
Not reproduced on: 5.4.1f1 due to errors in the console.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment