Search Issue Tracker
By Design
Votes
0
Found in
2018.3
Issue ID
1104611
Regression
No
[Asset Importers] Changing scale factor in model settings of model/rig asset only transforms the model and not the rig
Changing scale factor in model settings of model/rig asset only transforms the model and not the rig
Expected Result: Rig also scales accordingly based on the set scale factor
Repro:
1. Open attached Unity project: TEST__perry-head-rigged-blendshapes
2. Open the "blendshapes and bone weights" scene in Assets/Scenes
3. Navigate to Assets/PerryHead in the Project Window
4. Select the perryhead_bonesANDblendweights.fbx asset
5. In the Inspector, go to the Model tab of the Asset Importer Settings
6. Change the scale factor to .05
7. (Result) Model scales but the rig does not. This can be seen with the various Perry busts rendered in the Scene View
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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note (2019.1.X):
This is an inherent limitation when creating a regular Prefab based on a Model Prefab. You will no longer get modifications to the hierarchy; only to the mesh.
To avoid this issue, don't create a regular Prefab from a Model Prefab. Instead, create a Prefab Variant from the Model Prefab. This way all updates, including updates to the hierarchy, will be reflected in the Prefab Variant when the Model Prefab is changed, such as changing its scale factor.