Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
6.9.1
Issue ID
1185429
Regression
Yes
[ShaderGraph] Setting texture to None does not update texture in the preview
If you have a texture attached to a node in a shader graph, setting the texture to 'None' will not update the preview in the node.
Repro:
1. Create a new unity project.
2. Install Shader Graph package through package manager. (Window -> Package Manager)
3. Create a new shader graph. (i.e. Assets -> Create -> Shader -> Unlit Graph)
4. Open the shader graph.
5. Create a Sample Texture 2D in the shader graph window. (Right Click -> Create Node, search for 'Sample Texture 2D')
6. Set the Texture on this node to any texture.
7. Set the Texture to 'None'.
Expected Outcome: The texture preview is updated.
Actual Outcome: The previously set texture remains visible in the preview. GIF attached to case.
Package found version 6.9.1, can reproduce in 7.0.1, 7.1.1
Not reproducible in package version 5.2.3
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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note:
No actual impact to product.