Search Issue Tracker
Won't Fix
Votes
1
Found in
4.1.0f4
Issue ID
532678
Regression
No
Textures are missing when importing an exported package
Steps to reproduce :
- open the project attached by the user in his last reply
- open the scene
- export it as a package
- create a new project and import the package
- notice that the textures are missing
Why it is not going to be fixed?
When Unity imports a .obj file it uses the FBX SDK to load the file. When the FBX SDK reads the .obj file it will also read the .mtl for creating the materials.
Unity does not know anything about this dependency between the .obj and the .mtl, so when exporting a package we do not include the .mtl file and thus when importing the package in a different project the material settings are lost.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on UndoManager::CreateUndoRedoInfo when dismissing spammed "Inspector - Unsaved Changes Detected" pop-ups
- Docked Import Activity window disappears when another window is maximized
- "RecordCreation cannot be called while an undo is already processing" error is thrown in the Console when undoing and saving Generate Physics Shape changes in Aseprite Importer
- Addressables package throws TreeView and other GUI errors when opening the Addressables Groups window
- Internal resolution does not change when switching FSR2 quality modes using the camera's custom quality override
Add comment