Hello everyone.
Is it possible to kit bash a game asset in a modelling program? Ive recently put together this sci-fi like security camera in MODO, but its all made up of separate pieces.
I have made a duplicate of the camera and merged all the pieces together, but that doesn't make UV creation any easier since the edges are not connected.
Any advice will be appreciated
Replies
You can just unwrap each element as a separate UV island.
Other way is to use an intersection boolean operation and delete the non outside visible faces. Then you merge the generated vertices.
The bad side of this kind of operation, is that it generates a lot of garbage vertices that need to be cleaned up.