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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Add comment