Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0f2
Issue ID
1144783
Regression
No
Unused Material dependencies are returned when checking the dependencies of imported model
To reproduce:
1. Open attached project "repro_24149.zip"
2. In main toolbar, go to Support > Dependencies window
3. Drag the Cube.fbx file (Project window) to object picker in Dependencies window
Expected: unused materials are not included in the dependency list (Unused.mat)
Actual: unused materials are included in the dependency list
Reproduced in: 2017.4.25f1, 2018.3.12f1, 2019.1.0f2, 2019.2.0a11
Note: EditorUtility.CollectDependencies does not return the unused dependencies, however it does include duplicate paths and sizeable amount of questionable dependencies
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
Use EditorUtility.CollectDependencies if you need exact runtime dependencies.