Search Issue Tracker
Fixed in 10.1.0-preview.3
Votes
0
Found in [Package]
Master (63ab00783d)
Issue ID
1264932
Regression
Yes
[Shadergraph] Setting a Texture2D from a valid texture to none does not propagate to downstream node previews or master preview
Also occurs in 9.x.x
Repro steps:
1. Open a shadergraph
2. Create a Texture2D property
3. Drag it onto the graph
4. Create a Sample Texture 2D node and plug in the property
5. Change the property's texture to a valid texture
6. change the property's texture back to none
Expected result: the sample texture 2D's preview is changed to white
Actual result: the sample texture 2D's preview still has the old texture. Disconnecting and reconnecting the property doesn't fix this. The incorrect preview propagates to downstream node previews and, if plugged into base color, the master preview as well (this does not reproduce on 8.2.0, making this bug unique to 9.x.x and 10.x.x) Saving, closing and reopening the shadergraph fixes the problem.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Add comment