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
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
Add comment