Hello Community,
I am having a problem after creating a touch object event in playmaker. There are several balls on screen. I would like to be able to move a ball on screen after touching and dragging it. I put colliders and rigid body on all the balls. I would like there to be collision between other balls on screen when i drag one ball onto another ball. So far, i have been able to get the ball moving on touch, but the ball doesnt collide with other balls when hovering over the others. It simply goes over them. Please help me correct this problem.
this is the playmaker fsm flow
State 1 ( touch object event) > State 2 (Get Touch Info / screen to world point / set position)