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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Very minor / cosmetic issue.