I have terrible ghosting with using chaos vehicles

I have terrible shadowing/ghosting (or what it can be called) while moving. it gets worse with other systems. what can be the cause? what is that issue? how can I learn about that to fix it?

It’s like camera draws previous 1,2,3 previous screen views.

It only happens while standalone or packaged build.

Thank you!

This is a problem (feature) of temporal (DLSS, FSR, TAA, TSR) anti-aliasing.

It is difficult (impossible) to avoid the effect completely due to the very principle of their operation.

You can “play” with the settings, or use other (FXAA, MSAA) anti-aliasing methods.

The graphics settings are different in the editor and in the packed project.

1 Like

I solved the issue by removing the FSR3 plugin completely from the Plugins folder and recompiling the project.

I had both the DLSS and FSR3 plugins added to the project, so they were probably conflicting.

PS: Disabling and restarting the editor did not worked before.
You should remove and recompile. (it lost 2 weeks of my time -sadly-)

Hope this helps others. :folded_hands: