Search Issue Tracker
By Design
Votes
2
Found in
2018.3.0a6
2018.3.3f1
2019.1.0a1
2019.2.0a1
Issue ID
1124262
Regression
No
Changing Blendshapes of Skinned Mesh Renderer breaks the texture when using specific Import Settings
How to reproduce:
1. Open "SampleScene" in the attached "MorphTEST.zip" project
2. Make sure that Import setting > Model > "Normals" and "Blend Shape Normals" are set to "Import" on the "Head.fbx"
3. Press on the "Head" GameObject in the Scene
4. Drag "Mouse_perplex1" slider all the way to the left
5. Drag "Eye_Smile2" slider all the way to the right
6. Observe the "Head" GameObject in the Scene View
Expected behavior: The Blendshape changes and does not break
Actual Behavior: The Blendshape changes but also breaks (introduces weird colors)
Reproducible with: 2018.3.5f1, 2019.1.0b2, 2019.2.0a4
Note: Could not reproduce with 2017.4 stream, as there is no "Blend Shape Normals" setting (this setting was introduced in 2018.3.0a6).
Comments (1)
-
FoR13
Feb 14, 2019 08:32
I see. Problem of 3D software ....
The behavior before "Blend Shape Normals" is introduced is the result I want.
In that case, is it right to choose "None" instead of "Import"?
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
The MeshImporter settings has the Normal & BlendShape Normal set to "Import", so the mesh will use the normal / blend shape normal exported from 3D software. So user need to go back to the 3D software to fix the normals and import again.