docs.unity3d.com
  • Manual
  • Scripting API
  • Changelog
  • License

    • High Precision Framework
      • Installation
      • Getting Started
      • Overview
      • Try It With Our Sample Scene
      • Known Limitations
      • Using Unity Mathematics

    Installation

    1. 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
    2. Open the package manager via Window > Package Manager
    3. 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.
    4. Enter the git URL:
      git@github.com:Unity-Technologies/com.unity.gis.high-precision-framework.git
    5. Confirm that the package has been added to the Packages: In Project list of packages.


    Back to top Generated by DocFX