Skip to content

Commit

Permalink
Fix path to transport 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Petezah committed Oct 24, 2023
1 parent 54c1c74 commit abe5692
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.5",
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.4",
"com.unity.transport": "file:../../com.unity.transport/com.unity.transport",
"com.unity.transport": "file:../../com.unity.transport",
"com.unity.ugui": "1.0.0",
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696",
"jp.hadashikick.vcontainer": "1.11.0",
Expand Down
17 changes: 8 additions & 9 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "2.1.4",
"version": "1.2.4",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.4",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.nuget.mono-cecil": "1.11.4"
"com.unity.burst": "1.6.6",
"com.unity.test-framework": "1.1.31"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -101,7 +100,7 @@
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.3.1",
"version": "1.2.6",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -343,13 +342,13 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "file:../../com.unity.transport/com.unity.transport",
"version": "file:../../com.unity.transport",
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.collections": "2.1.4",
"com.unity.burst": "1.8.8",
"com.unity.mathematics": "1.3.1"
"com.unity.collections": "1.2.4",
"com.unity.burst": "1.6.6",
"com.unity.mathematics": "1.2.6"
}
},
"com.unity.ugui": {
Expand Down

0 comments on commit abe5692

Please sign in to comment.