Z
Z
Zimaell2020-11-26 10:15:18
Unity
Zimaell, 2020-11-26 10:15:18

How is animated deformation done?

In many games, there are moments when some element is deformed for a while, for example, it falls and deforms when it falls, for example, like a ball falls and becomes a little flattened and then becomes normal, or something crashes into a jelly-like object and it vibrates for a while ...
Question - how to achieve such animation?
Of course, the first thing that came to my mind was to draw each frame and, with some action, call a method that will play the sequence of frames, thereby creating the desired effect.
But is there any way to make this task easier?
And then if a lot of elements, for example, fall, when they fall, they all deform, and for everyone to draw frame-by-frame each movement ... I certainly understand that this method is used, but maybe now there is something that simplifies this task?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex Maximovich, 2020-11-26
@flexer1992

So, food for thought: https://catlikecoding.com/unity/tutorials/mesh-def...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question