Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 803 Bytes

Restore.md

File metadata and controls

30 lines (26 loc) · 803 Bytes

UniGet Restore

Following package dependency file, UnityPackages.json is from TicTacToe. This package files should be placed at the top-most directory of Unity project.

{
  "dependencies": {
    "AkkaInterfacedSlimSocket": {
      "version": ">=0.2.1",
      "source": "github:SaladLab/Akka.Interfaced.SlimSocket"
    },
    "TrackableData": {
      "version": ">=1.1.0",
      "source": "github:SaladLab/TrackableData"
    },   
    "UiManager": {
      "version": ">=1.0.0",
      "source": "github:SaladLab/Unity3D.UiManager"
    }
  }
}

Following command will download all libraries listed on a package file.

> UniGet restore UnityPackages.json