Hey, so I need to be able to see when a collider extending a certain distance in front of the player is touching another collider on the ground. Is there any way to do this? I am surprised that unity 3d doesn’t have a istouching function like unity 2d.
Physics.OverlapBox/Sphere/Capsule (ideally the nonalloc versions) are what you are looking for.