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!