Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.1.0a8
Issue ID
1097021
Regression
No
Adding a Mesh Renderer component to an object with Skinned Mesh Renderer does not replace the component
Steps to reproduce:
1. Create a new Unity project
2. Create an Empty Gameobject in Hierarchy
3. Add a Skinned Mesh Renderer component to the created object
4. Add a Mesh Renderer component to the created object
Expected results:
Skinned Mesh Renderer component is removed and Mesh Renderer component is added (same as when adding a Skinned Mesh Renderer when an object has Mesh Renderer component)
Actual results:
After adding a Mesh Renderer component, both components are present in inspector and after entering Play mode Mesh Renderer component disappears
Reproduced in: 2019.1.0a8, 2018.3.0b8, 2018.2.15f1, 2017.4.14f1, 2017.3.0f1
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
- WebGPU builds with Multithreading enabled crash on Safari
- Set as Value in UI Builder doesn't work across all properties.
- Calculating time durations in RenderDoc with DX12 causes 'Device Lost error' popup
- Reorderable ListView inside a ScrollView has a glitchy behavior when trying to reorder items
- Hidden method is opened in IDE when double clicking the log message in the Console that has the HideInCallstackAttribute
Resolution Note:
Very minor / cosmetic issue.