Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.3
2021.1
2021.2
2021.2.0a15
Issue ID
1332489
Regression
No
Select Mesh window remains open in the particle system even when performing the undo action
Select Mesh window remains open in the particle system even when performing the undo action.
In the particle system, under the Renderer parameter, for Mesh Renderer Mode, “Select Mesh Window” remains open even after performing undo operation. Similarly, other dropdown select windows for particle system also remain open like
Select Texture 2D for shape parameter,
Select Particle system window for Sub Emitters parameter,
Select Light window for Light parameter,
Steps to repro:
1. Create a New Project.
2. Hierarchy > Effects > Particle system.
3. Particle System > Inspector > Renderer > Renderer Mode > Mesh
4. Meshes > Open Select Mesh window
5.Edit > Undo Selection Change
6.Observe the Select Mesh window remain open
Actual result:
Select Mesh window remain open even after performing undo operation.
Expected result:
Select Mesh window should close as soon as undo operation is performed.
Reproducible in:
2021.2.0a15, 2021.1.6f1, 2020.3.7f1, 2019.4.25f1, 2018.4.34f1
Environment:
Occurring on Mac 11.2.3
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
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
- "nameFileIdTable" entry changes in the .meta file when reimporting a texture while the "Default Behaviour Mode" is set to 2D
- onRemoveCallback is not called when removing an element from the ReoderableList using contextMenu
- Cloud Diagnostics dashboard leads to a "Page not found" page when clicking the "Go to Dashboard" link in Project Settings Cloud Diagnostics tab
- Project Settings Package Manager dropdown button text becomes offcentered when any new package is installed
Resolution Note:
This is the standard behaviour for any Object Selection window.
You may want to select through different items and then undo all whilst the window is open.
So closing it when an Undo event is sent would be a regression for other functionality.