Search Issue Tracker
Active
Votes
0
Found in
1.4.0
Issue ID
UUM-131157
Regression
No
Animation Rigging Restore Bind Pose option throws an error pointing at an internal script instead of an informational warning/popup when Restore Bind Pose is clicked with a GameObject selected that does not have a SkinnedMeshRenderer
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Install the Animation Rigging package (com.unity.animation.rigging)
- Select any GameObject without SkinnedMeshRenderer
- Open the Animation Rigging dropdown in the toolbar
- Select "Restore Bind Pose" option
- Observe the Console window
Actual results: "Could not restore bind pose because no SkinnedMeshRenderers were found on Global Volume or any of its children." error is thrown pointing at AnimationRiggingMenu.cs:67
Expected results: A warning/informational popup is thrown instead of an error pointing at an internal script
Reproducible with versions: 1.3.1, 1.4.0 (6000.0.62f1, 6000.2.12f1, 6000.3.0f1, 6000.4.0a5, 6000.5.0a1)
Tested on (OS): MacOS Silicon Tahoe 26.0.1, Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
Add comment