Search Issue Tracker
Fixed in 7.2.X
Votes
0
Found in [Package]
7.1.7
Issue ID
1215494
Regression
Yes
[Shadergraph] Subgraphs break when copied from one project into another (GUId error)
Several subgraphs break when copied from one Unity Project into another. The error reported has to do with GUID.
This is a serious problem because it means collections of subgraphs can't be distributed as shareable libraries.
For instance from project
https://github.com/mmikk/Surfgrad-Framework-Unity-Shadergraph.git
Repro step:
1. Copy Assets\Subgraphs from this project into the new project.
2. Create a new shader graph.
3. Add the subgraph: Triplanar to surfgrad.
The project was made with unity 2019.3.0b4 and Package 7.1.7. They assets have to come from 7.1.7, otherwise this doesn't reproduce.
In this instance the new project was created on a different computer (still windows) and with 2019.3.0f5 but still Package 7.1.7.
Several of the subgraphs are breaking. An instance of Triplanar to surfgrad is just one example. Essentially any subgraph which uses other subgraph(s) in its graph breaks from what I can tell.
Note: Importing and exporting subgraph collections using .unitypackage file formats will maintain guid references between projects. Please use .unitypackage files to move subgraphs from one project to another until we can resolve this issue.
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
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
Resolution Note (fix version 7.2):
Resolved as Fixed seeing as the issue doesn't repro from 7.2 onwards.