Search Issue Tracker
By Design
Votes
0
Found in [Package]
8.0.0
Issue ID
1206465
Regression
No
[ShaderGraph] Property node position data is not transferred when converting to a SubGraph
Repro Steps:
1. Launch a URP project
2. Create a ShaderGraph Asset with multiple Property nodes
3. Create various Nodes and connect the Property nodes with these nodes.
4. Take note of the placement of your nodes and property nodes.
5. Select all nodes except the Master Node
6. Right Click -> Convert to Sub Graph
7. Open up the newly created Sub Graph
Actual Results:
Property nodes positional data does not transfer over into the Sub Graph and is reset to a default position on the far left.
Expected Results:
The positional data of the Property Nodes would be retained during the Convert to Sub-Graph process.
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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note:
This is OK for now, we hope for properties to behave more like nodes in the future.