As title says. How can i use udim texture sets in UE? i plan to texture a model in s painter using udim uvs, and i plan to export to UE but i dont even know if UE supports it or if there is a way (through making a special material or something) to allow it.
I cant use one single uv square space because the model is big and i want the texel density to be as good as possible.
No UE doesn’t support UDIM (at the moment), other than using the Granite plugin (free trial for 1 month or about $900 per user!). I think it would be a good addition, but material ID’s and UDIM have both pro’s and con’s and I think I would rather stick with Mat ID’s.
Both Unreal and Unity not supports UDIM.
Here solution you can apply simple shader with patch selection per UV Square and then export it to Unreal so Unreal can read them as separate material slot. (Face-level shading)
Hello Andron, the naming convention part is what is giving you issues probably, check the UDIM Tiling names in your software, and double check them after exporting. So you get something like BaseColor.1001.png - BaseColor.1002.png and so on. If you are using substance painter you should create a configuration to generate that kind of names for Unreal on Export. Hope it helps!