Im trying find start and end points of side way from one object to another.
like this:
private (Vector 3, Vector3) FindSideWay(Vector 3 object1, Vector 3 object2, bool RightOrLeft)
{
// How can i find it?
}
maybe it’s easy and Im stupid ![]()
