Physics material is ignored
There is a possibility that trajectory tweening and end of tween AddForce
are causing the physic's material to be ignored.
Possible solution:
- As a workaround, replace
AddForce
withAddRelativeForce
.
There is a possibility that trajectory tweening and end of tween AddForce
are causing the physic's material to be ignored.
Possible solution:
AddForce
with AddRelativeForce
.