Search Issue Tracker
By Design
Votes
0
Found in [Package]
5.3.1
Issue ID
1126426
Regression
Yes
[Shader Graph] Main Preview disappears on connecting any node/property to position node in PBR Master
Main Preview disappears on connecting any node/property to position node in PBR Master.
Steps to repro:
1. Open the attached project.
2. Select "TestShaderGraph" and open Shader Editor.
3. Right click on shader graph window > Create Vector3 node.
4. Connect the Vector3 node to the position node.
Actual Result: Main Preview disappears.
Expected Result: Main Preview window shows changed property.
Reproducible on: 5.3.1, 2.0.4 (Shader graph packages before 2.0.4 were broken).
Checked on Unity Version: 2019.1.0b3.
Environment:
Windows & Mac.
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note:
The preview disappears because all the vertices are being forced to 0. The position slot is not an offset, it's an absolute position, and must be assigned a properly transformed vertex.