Question by
sirbacca · Jan 02, 2017 at 04:26 AM ·
c#collisionenemydamage
How would i disable the collision of an enemy in my space invaders game? Thanks
Im making a knock off of space invaders called space evaders where instead of destroying the enemy you have to avoid them. I want to add a power up where if you collide with the 2d collision sphere then it disables the collision between you and the enemy. How would one do that? thanks so much for the help and i use c#
Comment
This is the code for my player logic and then the other one is for the enemy and the power up.
playercollision.png
(44.5 kB)
destroytransform.png
(21.4 kB)
Your answer
Follow this Question
Related Questions
Collision Detection between two different Prefabs doesnt work 1 Answer
Advance Colision Detection 1 Answer
How can i restart a script on collision ? 1 Answer
how do i collide and kill the enemy while pressing space Unity 5 C# 2 Answers
PhysX: GeometryQueries - Is there a reason for why this haven't been fully exposed? 0 Answers