Solved : Cant Enable RayTracing in UE5 (gtx 1060)(Nvidia Pascal)

@AndrewPFJR Hi, I don’t have access to my PC with UE5 at the moment, but here is the “mistake” in his ConsoleVariables.ini - the very last line should be:

; pathtracing enabling
r.D3D12.DXR.AllowEmulatedRayTracing=1

He had a semicolon before that last command hence it was disabled. I don’t know whether that command still works or not, but it is good to have it enabled because this command, quote: “Allows ray tracing emulation support on NVIDIA cards with the Pascal architecture”.