Hello,
With some friends we want to do a small game project in Unity, using a scene we’ve found: http://www.scifi3d.com/George_Mezori_SOTS_projectpage/ACT_III/MosEspaArena/mosespaarena.html
The thing is that the files available are in 3ds MAX format (.MAX) and therefore not directly readable by Unity.
I tried exporting them from 3ds MAX to a .FBX format that is readable by Unity. I then added this new file to my “Assets” directory but the result isn’t what I expected.
I get the shapes right but all the textures are gone, and replaced by a uniform color (that seems to be the median color of my previous textures).
Has anyone already done a similar conversion? Can anybody tell me if it is possible to get the scene right in Unity?
Thanks in advance!
Tristan