Render Target becomes blurry in Shipping

I am using a render target to send data to a material and need it to be pixel perfect. Everything works perfectly in the editor and in Dev build… But in a Shipping build it gets blurry (therefore corrupting the data stored in the pixels)

In Editor:

In Shipping package:

Here is my render target configuration:

Please help! :sob: What can I do to have it stay pixel perfect in shipping? :pray:

I have managed to fix it through blueprint.

The solution given everywhere was to set the filter to “Nearest”, but there was no such option in the render target texture editor. However, this option does exist in blueprints.

So the following implementation solved the issue for me:

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