I would like some assistance with a very weird issue I am having lately
Any key up or key down (including mouse press) freezes unity (also built projects) and the freeze actually causes the gpu to go idle, monitored with msi afterburner.
In the profiler (both normal and deep) it shows up as gfx.waitForPresent and always 38ms
If I set the performance to max in the nvidia control panel (thus forcing clocks to stay up) the lag still occurs and the profiler will still show gfx.waitForPresent as the main source of the freeze.
Happens both on unity 5.4.2 and 5.3.6p8, free version as this happens only on my pc at home and not the one in the office.
Tried several drivers with same result.
Someone else had the same issue a while back
My specs, intel i7 6700k , gtx 970 windows 10 64bit pro
All this is driving me crazy, all the other applications run smooth
Edit: would like to add that this happens both in the editor (everywhere not just in scene view) and while playing.