Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
12.0.0
Issue ID
1366076
Regression
Yes
The Reflection Probes option is missing in Particle System
How to reproduce:
1. Open the attached “ParticlesReflectionsBug.zip” project
2. Open the “SampleScene” Scene
3. In the Hierarchy select GameObject “Particle System”
4. In the Inspector select Renderer
Expected result: Being able to change the Reflection Probes option
Actual result: The Reflection Probes option is missing
Reproducible with: 12.0.0 (2021.2.0b1, 2021.2.0b16, 2022.1.0a13)
Not reproducible with: 7.7.1 (2019.31f1), 10.7.0 (2020.3.21f1), 11.0.0 (2021.1.27f1), 12.0.0 (2021.2.0a21)
Notes:
- The hidden default Reflection Probes setting seems to be “Off” starting 2021.2.0b1 and above when creating a new Particle System
- Reflection Probes setting is not reset to “Off” when upgrading from the older version to 2021.2.0b1 and above, it stays the same as it was before the upgrade and can not be changed
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This happens because we rely on built-in data to setup per-object reflection probes. The default value is changed to use blending for particles, it will be correct when using the new default values. Together with Forward+ we are working on a new reflection probe system that will fix this issue.