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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
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.