Search Issue Tracker
Fixed in 9.0-pre
Votes
0
Found in [Package]
7.1.6
Issue ID
1206770
Regression
Yes
[Shadegraph] Master Preview is wrong with empty texture2D property input until graph is saved and preview is rotated/scaled
Reproduces in 6.9.1, 7.0.1, 7.1.6, and Master (cdbcc93e76)
Does not reproduce on 5.7.1
Tested in universal.
Repro steps:
1. Create a new PBR shadergraph
2. Create a texture2D property, set mode to bump
3. Create a sample texture 2D node and plug the property into it
4. Set the sample texture's type to normal
5. Plug the sample texture node's output into PBR's input
6. Observe incorrect master preview
7. Save the shadergraph and move the preview
8. Observe the preview being fixed
9. Close the shadergraph window
10. Reopen the shadergraph
11. Observe the preview being incorrect again
Expected result: the preview is always correct
Actual result: in order to get a correct preview, you have to save the graph and move the preview every time you open the graph
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 9.0-pre):
Resolved by fixing how previews are generated for master node.