docs.unity3d.com

    Installation

    This section outlines how to install Storage in your Unity project.

    Before you install the package, make sure you meet the prerequisites.

    This package is experimental, so you can't install it through the Unity Package Manager (UPM) user interface. To install the Storage package so it appears in the UPM, follow these steps:

    1. Open your <your-unity-project-path>/Packages/manifest.json file.
    2. Add the following line in your manifest.json file under the dependencies section and make sure you use the latest version of the package. The other dependencies can remain in the file.

      "com.unity.digital-twins.storage": "<package_version>"
      

      The following is an example of the line in the file.

        {
          "dependencies": {
            "com.unity.digital-twins.storage": "<x.y.z>"
          }
        }
      
    3. Open your Unity project in the Unity Editor.

    4. Go to Window > Package Manager and verify that the package and all its dependencies are resolved.

    Prerequisites

    To use the package, you require the following:

    • A Unity Editor version of 2021.3 or later
    • A Unity account (required to generate an identifier for your application)
    • A new or existing Unity project
    Copyright © Unity Technologies
    Generated by DocFX
    on
    Terms of use