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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
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.