lat and long positions too close to each other unity c# code example
Example: lat and long positions too close to each other unity c#
public float latitude; public float longitude; transform.position = Quaternion.AngleAxis(longitude, -Vector3.up) * Quaternion.AngleAxis(latitude, -Vector3.right) * new Vector3(0,0,1);