- Home /
Question by
ina · Dec 21, 2010 at 06:41 PM ·
gameobjectmeshprefabproceduralmeshfilter
Converting a number of runtime-created prefab GameObject cube's for export
What is the best way to convert a bunch of GameObject prefab cube's into vertices and such for a meshfilter, for usage in exporting to an .obj, for example.
Comment
I have no idea why you'd want to do this. If you give me a better clue why you're trying to do this, I can probably show you a way to achieve it. Prefab cubes inherently are meshfilters waiting for rendering already, check them out in the Hierarchy when you're "playing" your scene in Unity Editor.