I
I
Ilya_malet2021-11-01 17:32:37
Unity
Ilya_malet, 2021-11-01 17:32:37

How to make the shard mechanic?

Hello, tell me how to implement the shard mechanics in Unity. I have a conditional enemy in the form of a circle, which, when certain conditions are reached, should, as it were, explode, that is, conditionally an abyss and spawn fragments around it (which have a movement according to Vector2.Up). Tell me how to organize this system of fragments? The number of fragments should be eight.617ffa7098cf9367710455.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
Bogdan Erolskiy, 2021-11-01
@Ilya_malet

ParticleSystem is perfect for this : when you kill an enemy, the explosion occurs with the help of a particle system.

N
Nekit Medvedev, 2021-11-02
@NIKROTOS

I saw something similar in a video on shaders ( https://youtu.be/taMp1g1pBeE )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question