Hi,
Has anyone been able to implement an equivalent of CombineMeshes on unityIphone 1.7?
Thanks
Hi,
Has anyone been able to implement an equivalent of CombineMeshes on unityIphone 1.7?
Thanks
that functionality comes from unity iphone actually but it is a pro / advanced only functionality
but you could use the meshcombiner script that has been part of the standard assets bundle since 2 years
I own the pro/advanced version. Any doc pointer?
Will look at the meshCombiner script now
No there is no meshCombiner script in the standard asset bundle… where is it?
Mesh Combine: StaticBatchingUtility.Combine
Mesh Combiner: Its a combo of CombineChildren MeshCombineUtility, present in any Standard Assets on Unity 2.x (on the desktop, you will not find it on the iphone assets!)
Ah I get it.Thanks!