High Precision Framework
The High Precision (HP) framework allows Unity to render very large worlds by providing a standard way of addressing the limitations of the single-precision floating point system that is used to position and render GameObjects within the engine.
com.unity.gis.high-precision-framework 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/high-precision-framework.git README Markdown
Copy this to your project's README.md
## Installation
Add **High Precision Framework** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/high-precision-framework.git
```
[](https://www.pkglnk.dev/pkg/high-precision-framework)Dependencies (2)
README
High-Precision Framework
The High Precision (HP) framework allows Unity to render very large worlds by providing a standard way of addressing the limitations of the single-precision floating point system that is used to position and render GameObjects within the engine. For more information on the package, please see the full html documentation located in the Documentation~ folder.
No comments yet. Be the first!