How to fix camera fuzziness in packaged projects

In the packaged version of my project, the world has this blur/fuzz. It only happens with a packaged project in the shipping mode.

This is a new project in version 5.2.1 and I have motion blur off.

Here’s the level:
Screenshot 2024-02-19 150759

And here’s how the packaged project looks. It looks like a low quality youtube video:

Does anyone know any fixes?

Try using r.ScreenPercentage 100. Perhaps from the level blueprint as soon as the level loads? You can use this node to call console commands from blueprints:

1 Like

I’m pretty sure you can’t use console commands when packaging in the ‘shipping’ mode. But I’ll try.

you can not open the console in the shipping build but you can execute them in blueprints. that’s what this node is about.

Read my post again. I’m not saying to do it manually. You can automate it to be called by a blueprint.

I’ll give it a shot.

That was the solution. Thank you guys!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.