issues after building game

Hi,

im a unity noob, this is actually the first 3D game im working on, i was pretty happy with the outcome but when i built the game and played it all the lighting was weird and objects that were moving in the scene seemed to drag for many frames.

link to in editor vs after build: Imgur: The magic of the Internet

does anyone have any idea what might be causing the issue? i have tried to disable HDR and bloom have also removed all other build quality versions. A bit lost at this point.

Below is a screenshot of what i mean when i say dragging:

I figured it out, apparently unity doesn’t like it if you leave your background type on the camera as uninitialised, changing this to skybox fixed the issue.