Texture Resizer Tool

Emerson Rosa - Blueprints - Jan 23, 2021
9
4.44 out of 5 stars(9 ratings)
  • 78%
  • 0%
  • 11%
  • 11%
  • 0%

A Blueprint Utility meant to resize Textures directly in the Editor to any resolution power of two (from 2 to 4096, with support for different Aspect Ratios)

  • Supported Platforms
  • Supported Engine Versions
    4.22 - 4.27, 5.0 - 5.3
  • Download Type
    Asset Pack
    This product contains an assortment of Unreal Engine assets which can be imported into a pre-existing project of your choice.

Bug reports or feature suggestion: erosa3d@gmail.com


UPDATE 01-03-2024:

  • Fixed crashes in 5.2 and 5.3;


LATEST UPDATES:

  • Added "Skip non-power of two" option, when using the "Per Texture Resolution";
  • Added functionality to set all sizes to half of the current value, when using the "Per Texture Resolution";
  • Added missing 16x16 input.
  • In the "non-per texture resolution" mode, textures aren't being upscaled anymore, if the input resolution is higher than the texture resolution. In the per-texture mode you can still upscale if you wish.


UPDATE 10-08-2022:

  • Added progress bar and small delay between processing, to avoid overloading the memory and crashing;


IMPORTANT: Use it with caution when dealing with multiple files in big projects, sometimes the engine doesn't fully load the texture before reducing, so it's important to double-check before saving (you can revert them before saving in case you notice reducing issues).


This blueprint utility allows you to resize textures directly in the editor, without the need of exporting, editing and importing again. It includes the options to:


  • Choose a resolution from 2 to 4096 (with support for different aspect ratios);
  • Use a "per texture resolution" option, which allows you to go one by one at the selected textures and choose the desired resolution. This option will also automatically round textures not power of two to the nearest power of two (Example: 1525x2456 will become 1024x2048).
  • "Auto-reload" option will reload all materials or assets in which the resized texture is being used to reload its "preview". With this option disabled you might need to restart your project to get the same effect (Although it might speed up the resizing process).


To open the utility, right-click on the file "BU_TextureResizer" and select "Run Editor Utility Widget".


IMPORTANT: Check the product images to be sure to enabled the required plugins.

Technical Details

Features:


  • "Resolution" option allows you to choose a resolution from 2 to 4096;
  • "Lock Aspect Ratio" will keep your textures always 1:1, if you uncheck it you will be able to input different aspect ratios;
  • "Auto-reload Asset" option will reload all materials or assets in which the resized texture is being used to reload its "preview". With this option disabled you might need to restart your project to get the same effect (Although it might speed up the resizing process).
  • "Per Texture Resolution" option allows you to go through one by one of the selected textures and choose the desired resolution. This option will also automatically round textures not power of two to the nearest power of two (Example: 1525x2456 will become 1024x2048).


Number of Blueprints: 2

Input: None

Network Replicated: No

Supported Development Platforms:

Windows: Yes

Mac: Yes