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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.