Vector3.Distance impacts your Game Performance in Unity, Destroy it

There are a bunch of Methods to Save Performance in Unity. One of them is not to use Vector3.Distance since its just a Wrapper around a very smple Function.
There are a bunch of Methods to Save Performance in Unity. One of them is not to use Vector3.Distance since its just a Wrapper around a very smple Function.