2d刚体穿透问题

  • Creator 版本:3.5.1

界面上添加了场景刚体设置为static,鼠标控制移动的刚体设置为Dynamic,移动时会发生刚体穿透,是因为什么

你是不是移动速度太快了 有没有useCCD
https://docs.cocos.com/creator/manual/zh/physics/physics-ccd.html?h=useccd

在动态刚体上勾选上Bullet,能解决你的问题不