I am trying to take an image and put it on a cloth in UDK does anyone know how to take an image from photoshop and import it in UDK? Also, does anyone know what size the image has to be? Thank you so much
Assuming you do it like any regular material just use the import dialog on the content browser. Format should be .tga and size should be a power of two (i.e. 256x256, 512*512 etc, doesn't have to be rectangular). Not sure if it has to be tga but I usually work with that :P
Comment