Search Issue Tracker
By Design
Votes
0
Found in
2022.3.56f1
6000.0.34f1
6000.1.0b1
6000.2.0a1
Issue ID
UUM-92531
Regression
No
Particle System Curve's Presets window has no visual indication of what preset is selected
How to reproduce:
1. Create a new Unity Project
2. Right-click in the Hierarchy -> Effects -> Particle System
3. Select the created GameObject
4. In the Inspector, under the Particle System, select and enable the "Size Over Lifetime" property
5. Click on the "Size" curve and navigate to the "Particle System Curves" preview
6. Click the gear icon to open the Presets window
7. Click on some presets and observe the results
Expected results: There is a visual indication of what preset is selected
Actual results: There is no visual indication and it is not clear what preset is selected
Reproducible with: 2022.3.56f1, 6000.0.34f1, 6000.1.0b1
Reproducible on: macOS Sequoia 15.1 (M1)
Not reproducible on: No other environment tested
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
- Decal Technique set to Automatic prefers the DBuffer option when using OpenGL
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
Resolution Note:
There is no selected preset because it's not really a selection it's rather a button that you press which applies the curve's values to the current curve.
Then you can modify the current curve at will, so it would make no sense to keep the original preset selected. It's exactly the same behavior in the gradient editor.