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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.