PDA

View Full Version : XSI to Unreal 3 Engine Workflow tips[Assigning Materials to Meshes in Unreal3]


jentzenmooney
03-09-2008, 05:14 PM
Hey Guys you might already know this but I though I would throw it out there.

To skip the manual process of reconnecting Unreal materials to your imported mesh from XSI in the UnrealEd you can do the following:

1. Create all of your Unreal materials in the UnrealEd before any import of your meshes created in XSI
a. When creating you Unreal materials you want to make sure that your Unreal material names matches the names of the material names applied to the mesh you have created with XSI.

2. Import your static or enveloped meshes into Unreal editor.
a. By doing this after you a have created the respective Unreal materials to match the ones created in XSI you are letting the Unreal editor to all the work of material assignment.

Notes:
I suggest creating a standard naming convention for your materials in XSI giving them a prefix or suffix so that you can have a direct correlation to UnrealEd and stay organized and don't have bunch of materials named "material1...etc"

If you have a programmer available you can work on some lower level solutions with the Unreal source to improve the whole material creation process.

raul
09-05-2008, 02:12 PM
Nice! I was wondering if there was a faster way to do that. Thanx!