Search Issue Tracker
Fixed in 7.1.2
Votes
0
Found in [Package]
7.0.1
Issue ID
1183782
Regression
Yes
Shadergraph detects recursive subgraphs but does not stop you from saving them, freezing unity and corrupting subgraph
Does not reproduce in 6.9.1
Repro steps:
1. Use HDRP or Universal project of 7.0.1 or later
2. Create a subgraph
3. Open the subgraph
4. Drag the subgraph into its own graph and connect it to the output
5. Save the subgraph
Expected result: the fact that the subgraph detects a recursion (which it does) should preventing it from attempting to compile (it does in 6.9.1)
Actual result: the subgraph attempts to compile and the process never ends, leaving Unity inoperable and forcing you to shut it down via the task manager. Upon loading unity back up, the subgraph will be corrupted, forcing you to open up Window's file explorer and delete it from there (you can not delete it from Unity).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Weird behaviour in TextMeshPro Link Example sample when hovering over single letters after hovering over a word
- RegisterValueChangedCallback is triggered when the Label of a TextField is changed
- Changing the Visual Element size moves it when two visual elements are close to each other
- Open Reference for Default Style Sheet asset redirects to missing page
- Undoing changes to Default Style Sheet does not show change until editor refresh
Add comment