- Home /
Question by
khadkanibesh · Mar 22, 2018 at 09:51 AM ·
2dcollisionobjectplatformer
Player pass each other laterally but can step on each other
Hi! I have a situation in my 2D game, where players(can be more than 2): Can pass each other while they are moving but stepping on each other should be possible. Stepping makes the player who is stepped on freeze but few seconds.
Physics Ignore collision alone cannot do the both tricks. So, I would appreciate tips and tricks on that matter. I was thinking of using Platform Effector but I am not sure its even possible. Thanks
Comment
Your answer
Follow this Question
Related Questions
OnCollisionEnter not called when colliding with clone 0 Answers
Player color change on collision -1 Answers
My sprite keeps falling through my ground 3 Answers
Dropping down from 2D platforms: Character gets "sprung back" if collision resumes mid-collider 1 Answer
How to make character stop at wall? 1 Answer