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