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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.