Search Issue Tracker
Fixed in 12.0.X
Votes
0
Found in [Package]
10.2.0
Issue ID
1312649
Regression
No
Output Mesh casts shadows when shadowcasting if off whenever a VFX system is set to cast shadows
Repro steps:
1. Import the attached package and open the repro scene
2. Observe that both the particles and the capsule are casting shadows.
Expected outcome:
- The capsule to not cast shadows as the Mesh Output's 'Cast Shadows' is 'Off'
Notes:
- Looks like when 'Cast Shadow' is set to 'On' for the particle output, it overrides the 'Off' of the Mesh Output.
- If the Mesh Output is set to cast shadows, but the particles are not, it works as expected.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Resolution Note (fix version 12.0):
C++ has landed, waiting for C# to make its way to SRP master.