- Home /
Is it possible to Bake Cloth Physics ?
The question is pretty straightforward, is it possible to bake a cloth physics animation?
Giving it an object cloth physics is easier then manually animating it, but I only needed for opening and closing some curtains. If could bake them, it would use less resource and ensure they don't do anything unexpected.
Answer by yant · Oct 26, 2015 at 08:20 PM
There's no built-in baking, but would it be enough for your purpose to use this: http://docs.unity3d.com/ScriptReference/Cloth-vertices.html
Basically it gives you the access to the cloth particles and you can read them every physics frame, save, and play back later.
Your answer
Follow this Question
Related Questions
Can you apply physics to only part of an object? 2 Answers
Clothing Simulation freezes 0 Answers
Need tips about changing clothes for characters with cloth physics 1 Answer
How to animate a net 2d? 0 Answers