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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.