Search Issue Tracker
Duplicate
Votes
1
Found in
5.6.0f3
Issue ID
911236
Regression
No
Textures removed from shaders are still collected as dependencies
Reproduction steps:
1. Open project attached (ShaderDefaultTextureIssue.zip).
2. Select material_1 from "Assets/Materials".
3. Press "Select Dependencies".
Expected result: Only one texture will be shown.
Actual result: Both textures will be shown.
Note: Material (and shader) used to have 2 textures, but after editing shader, second one were deleted from shader script. After that, material still select both textures as dependencies.
This is how to recreate this situation from scratch:
1. Create a shader with two textures.
2. Assign two different default textures to the shader.
3. Save the project.
4. Comment out the second texture in the shader.
5. Save the project.
6. Do reproduction steps.
Reproduced on: 5.4.0f3, 5.5.3p3, 5.6.1p1, 2017.1.0b5.
Comments (11)
-
Peter77
May 17, 2017 05:36
I imagine this issue is related to:
https://issuetracker.unity3d.com/issues/assetdatabase-dot-getdependencies-returns-unused-texture
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
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
This is a duplicate of issue #667026