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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.