updated mppm/ds to 1.3.0-exp.4

This commit is contained in:
gregory-kim 2024-07-19 16:12:10 -04:00
Родитель 202b2fc6bc
Коммит 14edd16537
5 изменённых файлов: 21 добавлений и 18 удалений

Просмотреть файл

@ -122,6 +122,7 @@ MonoBehaviour:
m_GeometryShadowShader: {fileID: 4800000, guid: 19349a0f9a7ed4c48a27445bcf92e5e1, type: 3}
m_GeometryUnshadowShader: {fileID: 4800000, guid: 77774d9009bb81447b048c907d4c6273, type: 3}
m_FallOffLookup: {fileID: 2800000, guid: 5688ab254e4c0634f8d6c8e0792331ca, type: 3}
m_CopyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3}
m_DefaultCustomMaterial: {fileID: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, type: 2}
m_DefaultLitMaterial: {fileID: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, type: 2}
m_DefaultUnlitMaterial: {fileID: 2100000, guid: 9dfc825aed78fcd4ba02077103263b40, type: 2}

Просмотреть файл

@ -2,13 +2,13 @@
"dependencies": {
"com.unity.ai.navigation": "2.0.0",
"com.unity.cinemachine": "2.10.0",
"com.unity.dedicated-server": "file:/Users/gregory.kim/Desktop/repos/multiplayer-workflows/Packages/com.unity.dedicated-server",
"com.unity.dedicated-server": "1.3.0-exp.4",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.inputsystem": "1.8.2",
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.learn.iet-framework.authoring": "1.2.2",
"com.unity.multiplayer.playmode": "file:/Users/gregory.kim/Desktop/repos/multiplayer-workflows/Packages/com.unity.multiplayer.playmode",
"com.unity.multiplayer.playmode": "1.3.0-exp.4",
"com.unity.multiplayer.samples.coop": "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git?path=/Packages/com.unity.multiplayer.samples.coop#v2.3.0",
"com.unity.multiplayer.tools": "2.1.0",
"com.unity.netcode.gameobjects": "1.9.1",
@ -18,7 +18,7 @@
"com.unity.test-framework": "1.4.4",
"com.unity.toolchain.macos-arm64-linux-x86_64": "2.0.3",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.9",
"com.unity.transport": "2.1.0",
"com.unity.transport": "2.3.0",
"com.unity.modules.animation": "1.0.0"
}
}

Просмотреть файл

@ -10,7 +10,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.15",
"version": "1.8.16",
"depth": 1,
"source": "registry",
"dependencies": {
@ -41,10 +41,11 @@
"url": "https://packages.unity.com"
},
"com.unity.dedicated-server": {
"version": "file:/Users/gregory.kim/Desktop/repos/multiplayer-workflows/Packages/com.unity.dedicated-server",
"version": "1.3.0-exp.4",
"depth": 0,
"source": "local",
"dependencies": {}
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.editorcoroutines": {
"version": "1.0.0",
@ -114,12 +115,13 @@
"url": "https://packages.unity.com"
},
"com.unity.multiplayer.playmode": {
"version": "file:/Users/gregory.kim/Desktop/repos/multiplayer-workflows/Packages/com.unity.multiplayer.playmode",
"version": "1.3.0-exp.4",
"depth": 0,
"source": "local",
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2"
}
},
"url": "https://packages.unity.com"
},
"com.unity.multiplayer.samples.coop": {
"version": "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git?path=/Packages/com.unity.multiplayer.samples.coop#v2.3.0",
@ -230,19 +232,19 @@
"url": "https://packages.unity.com"
},
"com.unity.services.authentication": {
"version": "3.3.1",
"version": "3.3.3",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.services.core": "1.12.5",
"com.unity.services.core": "1.13.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.12.5",
"version": "1.13.0",
"depth": 1,
"source": "registry",
"dependencies": {
@ -400,12 +402,12 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "2.1.0",
"version": "2.3.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.collections": "2.2.1",
"com.unity.burst": "1.8.8",
"com.unity.burst": "1.8.12",
"com.unity.mathematics": "1.3.1"
},
"url": "https://packages.unity.com"

Просмотреть файл

@ -1,2 +1,2 @@
m_EditorVersion: 6000.0.7f1
m_EditorVersionWithRevision: 6000.0.7f1 (7dd95c051e11)
m_EditorVersion: 6000.0.10f1
m_EditorVersionWithRevision: 6000.0.10f1 (413673acabac)

Просмотреть файл

@ -1,4 +1,4 @@
{
"PlayerTags": [],
"version": "1.3.0-exp.2"
"version": "1.3.0-exp.4"
}