Exporting Revit model to "Unity" application without losing the appearance, textures, colors

Exporting Revit model to "Unity" application without losing the appearance, textures, colors

renuka.sravya.tenneti
Observer Observer
698 Views
1 Reply
Message 1 of 2

Exporting Revit model to "Unity" application without losing the appearance, textures, colors

renuka.sravya.tenneti
Observer
Observer

Once we export an model in Revit to .obj we will be getting one .obj file and .mtl (which use to contain material properties).
When we use this exported files in "Unity" application we are not getting proper expected output,
1. Objects are resembling Gray without their original colors.
2. Material whichever exported is not holding any properties and textures.
Please help me by suggesting some way to export Revit model to ‘Unity’ without losing appearance, textures, colors, properties. 

 

0 Likes
699 Views
1 Reply
Reply (1)
Message 2 of 2

esk0r
Advocate
Advocate

Hi,

 

If you have access to 3DSMax, you can export your 3D view as FBX, then import into 3DSMax, then export from there and into Unity: How to export a model with textures from Revit to Unity via 3ds Max | 3ds Max 2021 | Autodesk Knowle...

Alternatively, you can export to DWFx and use SimLab Composer, as described in this video Revit to unity with textures - YouTube

 

The other alternative (as a last resort) is to manually gather all the material assets used in your model and place them into one folder that you can then use in Unity...but it will take forever.

I hope some of this helps  🙂




Rene Pellicer Garcia
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


0 Likes