Hi,
I’m on Unity 2020.1.0f1 on windows 7 and 980ti.
Whenever I press PLAY, I get these ghosting aritifacts outside the window in place of the background in HDRP
Can someone help please
thankyou
Hi,
I’m on Unity 2020.1.0f1 on windows 7 and 980ti.
Whenever I press PLAY, I get these ghosting aritifacts outside the window in place of the background in HDRP
Can someone help please
thankyou
What, if anything, is actually outside the window? What is your camera’s clearFlags set to?
Venturing a guess, I suspect the issue is with the camera’s clear flags set to a setting which isn’t actually clearing the previous frame. For example, clearFlags might be set to “Nothing”. As a test set it to SolidColor. If that removes the ghosting, then figure out what the appropriate clearFlags setting is for your scene. (Often that is set to Skybox, but do you even have a skybox here? I’m not sure what the behavior is if set to Skybox without an assigned Skybox)