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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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? :)