Importing FBX with multiple meshes in UDK
        Posted  
        
            by 
                andresp
            
        on Game Development
        
        See other posts from Game Development
        
            or by andresp
        
        
        
        Published on 2011-10-19T16:42:07Z
        Indexed on 
            2012/03/20
            17:39 UTC
        
        
        Read the original article
        Hit count: 380
        
I need to import into UDK a several amount of FBX models (representing buildings) which are composed by various submeshes (walls, windows, roof...). I need to keep the individual meshes (can't use the merge option) but I also need to work with the building as a whole. Do you know if this is possible? How?
Also, is there a way to keep the textures assignment for the FBX models after importing them to Unreal? Doing the process manually (importing model, importing texture, assign to the material, assign the material to each mesh and submesh) for 100 or 200 models (to import an entire city from City Engine), isn't viable.
© Game Development or respective owner