nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.05k stars 135 forks source link

Batch import textures #285

Closed TheForgotten69 closed 8 months ago

TheForgotten69 commented 8 months ago

Is your feature request related to a problem? Please describe.

I think it will be great to batch edit/load textures from a directory if they have the exact same name as the asset mentioned.

Describe the solution you'd like

Being able to use a plugin to batch import exported textures from a directory and replace what the asset has.

Additional context

nesrak1 commented 8 months ago

This is already supported. Filter by Texture2D, select all with ctrl+a, then plugins will have a batch import option.

TheForgotten69 commented 8 months ago

Sorry I definitely had that missed.