Hi there! Sorry if this is the wrong forum, this is my first post. (And sorry for my English, I am not a native speaker)
I recently switched to Unity 6 and whenever I open a new project, I get the error message “Assertion failed on expression: SUCCEEDED(hr)” which isn’t that helpful really… May be a graphics problem, I’m running this on a win 10 laptop (22H2) with Intel(r) hd Graphics 4000, DX12. Driver is up to date. The error happens in Unity 6000.0.30.f1 and 6000.0.31.f1, but not in older versions, so I can work around this issue by creating a project in unity 2020 and then converting it to unity 6, which works fine for some reason, but this makes me think it ought to be a simple fix in the project settings I am missing.
The editor log says
Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
Assertion failed on expression: ‘SUCCEEDED(hr)’
Maybe someone has an idea about this, help would be greatly appreciated!