- Home /
Will Unity 3 iPhone builds support cloth physics at some point?
Currently, Unity 3 beta will not build for iPhone when cloth physics are in the project (it says the cloth components are not supported for the platform).
Is iPhone support for the new cloth physics in the works? I have some cloth-centered games I'd like to begin working on, but if the technology won't be present for many months I should probably come up with some other ideas :)
$$anonymous$$y guess is no... cloth physics is incredibly expensive, so making it run on an iPhone (let alone a computer) probably isn't possible at this point. If it were possible, I would be incredibly surprised.
I dunno... I can instantiate about 50 of them (300 verts each) on my laptop before the frame rate drops anywhere near an unsatisfactory level. The iPad's 1ghz ought to be able to handle a couple, right?
Answer by jonas-echterhoff · Jul 26, 2010 at 08:11 AM
At least in the near future, the answer is no. As others stated, the performance implications do not make cloth use very feasible on the iPhone. In addition to that, the cloth code is also rather big, and compiling it in would make the iPhone build several 100k's larger - as we know that build size is a very critical factor, we'd rather leave the feature out, as we doubt many people would use it given the performance constraints.
Answer by jashan · Jul 26, 2010 at 07:52 AM
Unity 3.0 won't support cloth physics and it's unlikely that cloth physics will work on the iPhone at all. However, UT may be looking into supporting cloth physics at a later point in time. One of the reasons cloth physics is not easy on the iPhone is because PhysX is not optimized for ARM architecture at all. So it's not only the 1 GHz but also that it's an architecture that's just not that well supported (yet).
Your answer
Follow this Question
Related Questions
Unity Cloth on Mobile? 2 Answers
Zbrush with Unity? Hair/Cloth and fibermesh? 2 Answers
How to solve my glitchy/laggy ClothPhysics problem? 0 Answers
Vector3 and power 1 Answer
Unity 5 cloth twitching and misshapen 2 Answers