Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.8f1
2019.1.0a1
2019.2.0a1
Issue ID
1136368
Regression
No
[Deferred Rendering] Material will not use Reflection Probes when Rendering Mode is set to Fade or Transparent
How to reproduce:
1. Open attached project "Case_1136368_reproProject.zip"
2. Open "SampleScene" scene (in "Scenes" folder)
3. Select "Fade" GameObject in the Hierarchy
4. Observe particles in the Scene View
Expected result: Particles in the middle are red because of the Reflection Probe
Actual result: Particles are all black
Reproducible with - 2017.4.24f1, 2018.3.10f1, 2019.1.0b8, 2019.2.0a9
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Resolution Note:
On particle system > expand Renderer module, and enable the Reflection Probe.
This will make the opaque & transparent ones look different but this is by-design because in Deferred, reflection data for opaque objects are rendered in GBuffer.
If user want to make them look the same, do this: Edit > Project Settings > Graphics > Built-in Shader Settings > set "Deferred Reflections"to "No Support"
This will force reflection probe to run in Forward path.