So, I am trying to check if two objects are touching each other, and this is the part of the script that I cant get to work
public static bool IsTouchingS (BoxCollider2D.StraightS, BoxCollider2D.PlayerCar);
void GetLocator ()
{
if (IsTouchingS == true)
↧