- Home /
how to make simple object that would fall as piece of paper
is there a simple way of making simple object fall with "look like animation" of falling piece of paper with waving sides and corners that would interact (collision) with other objects and would bend accordingly. Or only creating an 3d model in blender would work? solution with particles is not an option - there is no way to make particle act like objects (collide, trigger something on collision, scripts...) Please do not judge to hard, I am very new to Unity)))
Answer by G_Trex · Jun 02 at 12:27 PM
You can use a rigidbody on your object to make it fall.
If you want parts of your object to bend, you would need a a boned object with (I think) a separate rigidbody on each bone.
Your answer

Follow this Question
Related Questions
destroying object upon collision 1 Answer
Rotation to certain degrees while holding a button? C# 1 Answer
Instantiated Objects Not Assigning Referenced Objects 0 Answers
Destroy GameObject and play sound 1 Answer
Rotation Object Follow Help 2 Answers