'Unity VR racket doesn't interact well with ball
I am trying swing a ball with a racket, and the interaction doesn't feel well, I can't even swing the ball as when I try to do that the ball will just go through the racket.
Here's a video that demonstrates the issue: https://www.youtube.com/watch?v=gYSRtmuqf6s
Here are my settings for the ball:
for the racket:
Here are my physics settings (I have already set the penetration velocity very high):
I have also set the timestamp very low
Solution 1:[1]
You won't be able to do that with physics alone. You need to calculate velocity manually by script. The ball is probably moving to fast for unity physics, utilizing rays will help.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Baguette |