Installation
- Open your Unity project
- Note: If you want to create a new, empty project in the editor, do the following steps instead:
- Open Unity Hub
- Go to "Projects" tab
- Click on the "New" drop-down
- Choose the editor release version defined in the requirements
- Create a new project: choose the render pipeline of you choosing and
fill in the project name and folder location
- Open the package manager via
Window > Package Manager
- Select the
+ > Add package from git URL...
.
- Note: you can also download the repository locally and add it via the
Add package from disk...
option.
- Enter the git URL:
git@github.com:Unity-Technologies/com.unity.gis.high-precision-framework.git
- Confirm that the package has been added to the
Packages: In Project
list
of packages.
