Search Unity

Installing from package manager

Discussion in 'ML-Agents' started by AngrySamsquanch, Apr 3, 2021.

  1. AngrySamsquanch

    AngrySamsquanch

    Joined:
    Dec 28, 2014
    Posts:
    24
    With the changes to the package manager in 2021, how are we supposed to install the experimental ml agents packages to an existing project? Specifically v1.9.0
     
  2. ruoping_unity

    ruoping_unity

    Unity Technologies

    Joined:
    Jul 10, 2020
    Posts:
    134
    You'll need to add it through Git URL in the manifest.
    These are the instructions for installing ml-agents extensions from Git URL. You can follow the steps and replace "ml-agents.extensions" with "ml-agents" to install the main package.

    I'll add this instruction for the main package too, thanks for raising this.
     
  3. AngrySamsquanch

    AngrySamsquanch

    Joined:
    Dec 28, 2014
    Posts:
    24
    Got it working now. Thanks.