Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个子弹类,有时当它必须击中某个东西时它没有击中它(相交函数在它击中一个东西时没有感觉(在我的情况下是僵尸)所以它穿透它我不知道为什么.请帮帮我!谢谢
对于子弹,我建议改用 raycast,除非子弹很大并且移动缓慢。否则,经常会发生的情况是子弹在一帧中移动得太远,可能会错过交叉路口。
问题是对撞机太小了,所以我把它弄大了,它工作了