Madclaws Posted December 16, 2017 Share Posted December 16, 2017 Hi, I am making a snake vs block clone.So obviously the snake and block should collide.When blocks falls on snake collision is working(i mean separation is working).But when i drag snake to a block ,there is no separation when collision happens(only overlapping).Please help me. Link to comment Share on other sites More sharing options...
Madclaws Posted December 18, 2017 Author Share Posted December 18, 2017 hi, Ok i got the problem.When dragging i am actually changing the x,so there is no physics involved in collision. So i apply velocity to move the object instead of changing x and now physics collision is calculated. Link to comment Share on other sites More sharing options...
Recommended Posts