Search Issue Tracker
By Design
Votes
4
Found in
5.3.4p4
Issue ID
794611
Regression
No
[Mesh] 'Optimize Game Objects' loses skinning
Steps to reproduce:
1. Open the attached project 'bug'
2. Open the scene 'test'
3. Search 'Bone_Ammo_MasterA' in the Hierarchy and try to rotate it
4. Notice that the bone visually rotates fine
5. In the 'model' Import Settings, check 'Optimize Game Objects' and click Apply
6. Repeat step 3
7. Notice that the bone does not rotate visually, mesh is no longer skinned to rig
Expected: Checking 'Optimize Game Objects' should not lose mesh skinning
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
In optimized mode, if a root bone is specified in the unoptimized SkinnedMeshRenderer and its transform has also been exposed, the root bone will be kept as is, otherwise it will be set to null.
That means that it's not going to be a hierarchy anymore.