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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
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.