I created a new project and tried creating a URP shader graph, and it crashed on me multiple times. The only thing that looked wrong in the log was the following error over and over again:
Assertion failed on expression: 'm_CmdState == kActive'
Can anyone help me fix this?
Did you try turning it off and on again deleting the /Library folder?
If the log doesn’t contain a “CRASH!!!” statemenet near the end, it wasn’t a regular crash (ie it could have crashed because the system isn’t stable). Check Windows event viewer to see if it logged something.
If the editor merely becomes unresponsive, it could be as simple as a script entering an infinite loop.
The editor does properly crash. I also did try deleting the Library folder and it didn’t work.