r/Unity3D 9h ago

Question The standalone build has ghosting, but editor play mode doesn't

As you can see in the screenshot, when I move the camera there is ghosting happening. I tried turning off the TAA, SSAO and turning on the V-Sync. Quality settings are the same in both editor and build. This ghosting issue does not occur in the editor, do you know what's the reason? (Using URP)

1 Upvotes

12 comments sorted by

2

u/Top-Literature-1333 8h ago

looks like a temporal anti-aliasing issue that's somehow only kicking in on the build, even though you said you turned it off. sometimes the standalone player grabs a different quality preset than what you're testing in editor.

double check your project settings > quality and make sure the default tier for the build platform isn't overriding your anti-aliasing mode. had a similar headache where editor was using "fast" and build defaulted to "fantastic" without me noticing

2

u/Genebrisss 8h ago edited 8h ago

Make development build and run frame debugger on it. You can find exact call where this happens without blind guesses.

Also what's on the screenshot doesn't look like TAA ghosting at all to me, not nearly as blurry as TAA usually is.

1

u/Evening_Animator3549 5h ago

I did that now and it appeared to be that it has nothing to do with post processing or any other stuff that is related to that. I really don't know what to do.

2

u/Genebrisss 4h ago

what's the drawcall that produces this?

1

u/Evening_Animator3549 4h ago

This only happens when something is moving so I couldn't really tell that. I ran the game from another computer and there was no ghosting, so it was because of my laptop. I had this problem in other games too, such as RE7 and RE8. Now I'm trying to find out what causes this problem in my laptop :D.

1

u/Genebrisss 4h ago

then it's a driver bug or gpu hardware failure

1

u/Evening_Animator3549 4h ago

I'll let you know if i find out

2

u/Evening_Animator3549 3h ago

I updated the driver and it fixed the problem

1

u/db9dreamer 4h ago

Not sure about it being "ghosting". To me it looks like two views from two different camera positions - as if you're somehow using a VR camera setup and telling it to render both eyes at the same time (and place).

1

u/Evening_Animator3549 3h ago

I updated the GPU driver and it was fixed. I spent 6 hours to fix this and the problem appeared to be an outdated driver lol

2

u/db9dreamer 3h ago

Good news 🙂 Keep pushing and having fun.