Search Issue Tracker
By Design
Votes
0
Found in
5.3.5p3
Issue ID
806452
Regression
No
[InitialImport] FBX file scale and asset labels gets incorrect values when library is built
Reproduction steps:
1. Download attached "Import bug"(17 MB) project.
2. Make sure "Library" folder is deleted.
3. Open it.
4. Notice messages in the console:
* OnPreprocessTexture: No labels
* OnPreprocessModel: modelImporter.globalScale: 1 modelImporter.fileScale: 1
* OnPostprocessModel: modelImporter.globalScale: 1 modelImporter.fileScale: 0.01
5. Clear the console window.
6. Manually reimport "Fun_LUT" and "GameBox" prefabs(RMB on prefab > Reimport).
7. Notice messages in the console:
* OnPreprocessTexture: LUT
* OnPreprocessModel: modelImporter.globalScale: 1 modelImporter.fileScale: 0.01
* OnPostprocessModel: modelImporter.globalScale: 1 modelImporter.fileScale: 0.01
Note:
* "Reimport All" fixes file scale, but not asset labels issue.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment