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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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.