[SOLVED] kinematic body not detecting collisions

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By swipis
:warning: Old Version Published before Godot 3 was released.

Hello, so problem is player (kinematic body) not detecting any collisions. Kinematic body is set to collide with all bodies (static, kinematic, rigid and character). To move kinematic body I used move(). All collision shapes trigger is false.
Any idea what I missing?

EDIT: I deleted player collison shape and recreated new one and now its working!

:bust_in_silhouette: Reply From: Mohammad Hadi Aliakb

kinematic detect collision after moved, if some rigid body collide with kinematic body when it is stopped the kinamatic body cannot detect it.

my kinematic body starts moving (using move() ) and it is not stopped, he is going throught other bodies (static and rigid).

swipis | 2016-04-30 16:09