Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0b10
Issue ID
922550
Regression
No
Prefab with Skinned Mesh Renderer unable to Apply changes made to Bounds property
Steps to reproduce:
1. Open QA attached "SkinnedMeshRendererTest.zip" project
2. Select Cube in hierarchy
3. In the Skinned Mesh Renderer component observe there already being changes made
4. If you try to change any values they will reset to defaults
Expected result: Inputted Bounds values stay and can be applied
Actual result: Inputted Bounds values get discarded as soon as you leave the focus from the field
Reproduced on: 2017.2.0a4, 2017.1.0b10, 5.6.2f1, 5.5.4p1
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 (2018.3.X):
When using a skinnedmeshrenderer with cloth, the renderer takes it's bounds from the cloth as the cloth bounds change when the physics is running, so that's by design. However, whatever is setting the bounds to NaN IS a bug. Could the user possibly supply a repro that shows the bounds being set to NaN's please? :)