- Home /
Deformation in 2D
Hello all , I am willing to try making a game where one of the hazards is as follow: -drop of chemical hard liquid (bloby kind of) falls of the sky -once the lava touches an object , it start deforming and melting the object (consuming it) in other words: growing over the objects like it was swallowing it . How can I achieve this ? Please provide name of what I could research / tutorial ? can it be made in unity or do i have to animate it out the program ? Any help/explication/suggestion/link will be appreciated Thanks for all in advance
this is highly possible but would require much custom coding to get your effect. i with think you would need good individual pixel related program$$anonymous$$g skills. To slowly cover a character you could use a flood fill arlorithym in slow motion. simlilar to the algorithym paint programs use a flood fill. i could give you a quick cheap example to get you started but it would take a lot of effort to get it too look good.
Your answer
Follow this Question
Related Questions
Applying texture on a texture…? Click for more info 1 Answer
Page flip effect, for touch devices. 0 Answers
Turn standard effect into shader for one material 0 Answers
In what way would be best to achieve a retro Gameboy simulation 0 Answers
How can I do such as that effect for my water sprite in Unity? 1 Answer