Search Issue Tracker
By Design
Votes
0
Found in
2020.1
2020.1.13f1
2020.2
2021.1
Issue ID
1290479
Regression
No
[Mesh] Reset functionality does not work for Mesh Filter in Inspector
[IMGUI] Reset functionality does not work for Mesh Filter in Inspector.
Reset functionality does not work for Mesh Filter in Inspector. refer attached video
Steps to repro:
1. Create a new project
2. Hierarchy > 3D Object > Cube
3. Hierarchy > Cube > Inspector > Mesh Filter > Select any mesh from Select Mesh window
4. Inspector > Mesh Filter > Reset
5. Observe Mesh Filter does not get Reset
Actual Result:
Mesh Filter does not get Reset
Expected Result:
Mesh Filter gets reset to Cube Mesh Filter.
Reproducible in: 2021.1.0a5, 2020.2.0b11, 2020.1.13f1, 2019.4.14f1
Environment:
Occurring on Windows 10 & Mac 10.15.
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
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
Resolution Note:
By design. Unity has no way to "know" it should reset the mesh to Cube, actually. The best it could do is to set mesh to "none" which is not generally useful; that's why MeshFilter Reset basically does not do anything.