C
C
Charmduster2019-12-03 04:23:17
C++ / C#
Charmduster, 2019-12-03 04:23:17

Unity3D FPS Question about bots and their decomposition into molecules, and how to implement it?

Started developing a small project, shooters with bloodbath elements.
So the question itself is: how can Unity implement the disintegration of the character model, so to speak, "into pieces", when receiving damage that exceeds the amount of HP? There are a couple of ideas, but it still doesn’t hurt to consult, and I think the people who are sitting here may have come across something similar.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
namee, 2019-12-03
@Charmduster

if it’s 3D models, then it’s worth doing
this
.

F
freeExec, 2019-12-03
@freeExec

It is possible through a particle system, but this most likely will not work. So make a second model out of the pieces and animate it or scatter the pieces around the physics.

H
Homo Ludens, 2019-12-10
@HLudens

You can make a system of particles that are generated on the surface of the model. hide the model itself. Adjust the dispersion of particles as you wish :)
To complete the picture, you can also try to adjust the starting color of the particles according to the color of the point of the model where it was born from.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question