How to Handle Double Precision Coordinates in Unity ?
Posted on Fri 08 September 2023 in misc

Like most of 3D/Game engines, Unity works with single float precision coordinates. As it is not an issue for most use cases, this may be a problem when you deal with geographical coordinates or very large world. Let's see how to handle this problem using the Unity's High Precision …
Continue reading