Debug Raycasthit2d Unity

        Debug.DrawRay(transform.position, -Vector2.up * RayLong, Color.white);
Sore Starling