Hey guys i switched over from udk and i'm wondering whats the best way to go about importing objects into unity that dont increase performance use with modular pieces. It seems as though the workflow is to simply save a maya file and import that into Unity. However is it possible to avoid unity seeing it as a new object and instead an instance? Thanks
Replies
http://ericchadwick.com/img/robot_rising.html#themepalettes
Definitely do-able without a tool, just a bit slower. I found it's helpful if you set your snap settings to be increments of your modular grid.
You could probably get the Maya-layout setup to work, if you made a script in Unity that converted the meshes into instances. But I don't know if Unity would try to keep around all those copies when you make the package file?
Here is my dilemma. Basically I have the entire layout planned in Maya and the pieces are "modular", but when I import into Unity it's all copies instead of instances. If I were to go the single asset approach, it would mean I can't iterate whilst seeing "the big picture" instead in their own respective maya file. If you get what I mean?