![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Robotex |
I need additional collision shape that doen’t take a part in physics but reports about collisions of bullets with it. Bullets should not to collide to other player collision shapes (except colliding with that collision shape) but when it stops to collide with that shape it should became regular object that collides with other player collision shapes (and doesn’t collide with that shape anymore).
And bullets should to collide with enemies collision shapes even if it still collides that special collision shape of player (if we talk about enemies, the enemy will be player and player will be enemy. I can put weapon to any object)
How to correctly implement this in Godot 3.2?