Tagged Questions
0
votes
0answers
578 views
In Unity, how do I implement a shmup boss with invincible zone and target zone? [closed]
I have a 2d game with a boss represented as a plane with a texture. Around the plane there is a collision box. There is another empty gameobject with a collision box as a child of my boss.
The 2nd ...