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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
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.