#Car is grounded

1 messages · Page 1 of 1 (latest)

leaden fulcrum
#

Background: Im trying to get if a car is grounded/air borne or not using a raycast.

Is there some chip or event that outputs a bool showing if the car is grounded or not? im using a raycast, but im having issues with it raycast colliding with the car in mid are. My solution was to offset the raycast start position which is the position of the car down a little so it doesnt collide with the car. It kinda works, but also doesnt half the time. The raycast will go through thin flloors, and its just a mess so i need solutions. I could just keep messing with the numbers liek the distance and start position, but its just not working too well.

#

A overlap box or sphere

#

mmm i should have thought of that !!!

lament yew
#

Can’t you ignore tags with a Raycast

leaden fulcrum
#

ill try that first

leaden fulcrum
leaden fulcrum