Search Issue Tracker
By Design
Won't Fix in 5.5.X
Votes
11
Found in
4.6.1f1
Issue ID
667026
Regression
No
AssetDatabase.GetDependencies returns unused texture
To reproduce:
1. Open attached example project (Assets/scene.scene).
2. Select "Assets/material" in the project.
3. Notice the material is using a Diffuse shader that references "Assets/texture_green.png".
4. Execute from the main menu "BugReport > AssetDatabase.GetDependencies (broken)"
5. Observe that the is outputs to the Console window that the material is using texture_red.png, even so it does not use texture_red.png.
-
Tritaru
Jun 29, 2019 23:43
This is an insult to the developer who took the time to report this, and the community deserves a much better explanation as to why this is happening if it is to be marked as "By Design." The smug response in the resolution note proudly avoids explaining why the texture is being referenced by the material (something the community clearly thinks isn't the case) and discourages future bug reporting and interaction with the site. Bad design happens when the expected action and the resulting behaviour deviate.
-
Peter77
May 17, 2017 05:36
I imagine this issue is related to:
https://issuetracker.unity3d.com/issues/textures-removed-from-shaders-are-still-collected-as-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 (2019.2.X):
Note that this function returns all assets that are referenced by the input asset; these references are not necessarily required during the build process.