I have created several space ships using up to 7-8 single images to texture the objects. As I am a blender beginner I did not unwrap the models and create a texture from the unwrap; instead, I just unwrapped the models and used a lot of different images on their faces.
Now that I want to use the model (I use it in Unity 3D) there are a lot of materials on the objects, one for each image I used. For mobile game performance I'd like to have one single image for each model, including all textures I used.
Is there any way to merge all used images (with their UV mapping still intact) to one big image which will be imported as one single material for the model in unity?