anthonymendez / Cart-Duty

The Unlicense
0 stars 0 forks source link

Can't grab new rotated cart mesh by handlebar #7

Closed anthonymendez closed 6 years ago

anthonymendez commented 6 years ago

Seems like you can't grab the new cart by the handlebars. The boolean isFallen seems to be always true. Please investigate.

mauro-merconchini commented 6 years ago

I somehow by complete accident managed to trigger the Grab functionality when I stared at the side of the cart. The thing is, I don't know what exactly I was staring at, so it will need further testing. See Video

anthonymendez commented 6 years ago

Fixed by checking if the cart is fallen/rollable by seeing if the wheel colliders are touching the ground.