Hello PC,
Say I build an asset out of several objects. If I want to import that into UDK, I tick "Combine Meshes" in the import dialogue, and everything is fine.
However, once I have collision in the FBX as well, I only get the object with the name of the collision. If, for example, the scene I export is.
ObjectA
ObjectB
UCX_ObjectA_01
Then I only get
UCX_ObjectA_01
ObjectA
into UDK.
It becomes very frustrating to constantly having to collapse meshes (I am in max atm) before exporting to UDK.
Do you know how I can get this to work properly?
Replies
What do you mean, with building the mesh the way I want them to appear? That's what I am doing!
Let's say I am building a lollipop. I would make a long cylinder for the stick, and a wide short one for the head. Now that is 2 diferent object, and I would like to NOT combine them in max, to easier work with them.
I noticed yesterday, that I had an asset that consistently worked when I did this, so there is a way. I just haven't found out what makes it break or work yet.
Can you help me with it? What is your approach when you are building assets? Do you combine it all before export?
Alternatively, you can export each part you are using as its own asset then assemble them in UDK, if that's what you are doing in Max. This can actually be better if you are reusing the same mesh multiple times because its only loading that mesh once into memory, versus the unique group of meshes coming from Max.
Also, take a look at the Mesh Proxy Tool that udk has
http://udn.epicgames.com/Three/MeshProxyTool.html
this can merge multiple meshes into a unique one, with its own texture and it is fairly optimized. Just something to throw out there, I'm not completely sure what your end goal is. Good luck.