Upgrade: Unity 6.4.7 -> 6.5.0 (DOTS stack onto unified 6.5)
Editor 6000.4.7f1 -> 6000.5.0f1. DOTS packages leave their independent 1.x/2.x lines for unified 6.5.0 versioning: netcode 1.13.2 -> 6.5.0, physics 1.4.6 -> 6.5.0, transport 2.7.2 -> 6.5.0, entities/collections/ graphics 6.4.0 -> 6.5.0, mathematics 1.3.3 -> 1.4.0 (burst stays 1.8.29). URP/ShaderGraph/VFX 17.4 -> 17.5, ugui 2.0 -> 2.5, test-framework 1.6 -> 1.7. charactercontroller 1.4.2 + local rukhanka 2.9.0 unchanged (resolve on 6.5 via SemVer floor). Includes the URP global-settings + VFX/MPPM/package-manager ProjectSettings migrations 6.5 wrote on first open. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -73,22 +73,7 @@ MonoBehaviour:
|
|||||||
- rid: 6670095651985424593
|
- rid: 6670095651985424593
|
||||||
- rid: 6670095651985424594
|
- rid: 6670095651985424594
|
||||||
m_RuntimeSettings:
|
m_RuntimeSettings:
|
||||||
m_List:
|
m_List: []
|
||||||
- rid: 6852985685364965378
|
|
||||||
- rid: 6852985685364965379
|
|
||||||
- rid: 6852985685364965380
|
|
||||||
- rid: 6852985685364965381
|
|
||||||
- rid: 6852985685364965384
|
|
||||||
- rid: 6852985685364965392
|
|
||||||
- rid: 6852985685364965394
|
|
||||||
- rid: 8712630790384254976
|
|
||||||
- rid: 6670095613664165896
|
|
||||||
- rid: 6670095613664165897
|
|
||||||
- rid: 6670095613664165898
|
|
||||||
- rid: 6670095613664165902
|
|
||||||
- rid: 6670095613664165904
|
|
||||||
- rid: 6670095651985424593
|
|
||||||
- rid: 6670095651985424594
|
|
||||||
m_AssetVersion: 10
|
m_AssetVersion: 10
|
||||||
m_ObsoleteDefaultVolumeProfile: {fileID: 0}
|
m_ObsoleteDefaultVolumeProfile: {fileID: 0}
|
||||||
m_RenderingLayerNames:
|
m_RenderingLayerNames:
|
||||||
@@ -267,6 +252,11 @@ MonoBehaviour:
|
|||||||
type: {class: RenderingDebuggerRuntimeResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime}
|
type: {class: RenderingDebuggerRuntimeResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime}
|
||||||
data:
|
data:
|
||||||
m_version: 0
|
m_version: 0
|
||||||
|
m_PanelSettings: {fileID: 11400000, guid: fa69697be3070b04a893666f5947f18c, type: 2}
|
||||||
|
m_StyleSheets:
|
||||||
|
- {fileID: 7433441132597879392, guid: 0ff99fd36f66f1a41bcc1d3c90e0922a, type: 3}
|
||||||
|
- {fileID: 7433441132597879392, guid: 3a8aa4d508da46d4dace18b280f064aa, type: 3}
|
||||||
|
m_VisualTreeAsset: {fileID: 9197481963319205126, guid: b647ceb1e15264943b9b439971e71110, type: 3}
|
||||||
- rid: 6670095613664165904
|
- rid: 6670095613664165904
|
||||||
type: {class: LightmapSamplingSettings, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime}
|
type: {class: LightmapSamplingSettings, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime}
|
||||||
data:
|
data:
|
||||||
@@ -370,6 +360,7 @@ MonoBehaviour:
|
|||||||
type: {class: UniversalRenderPipelineEditorMaterials, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime}
|
type: {class: UniversalRenderPipelineEditorMaterials, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime}
|
||||||
data:
|
data:
|
||||||
m_DefaultMaterial: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2}
|
m_DefaultMaterial: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2}
|
||||||
|
m_SimpleLitMaterial: {fileID: 2100000, guid: 6a1143ee683302f4aa628c052723efc1, type: 2}
|
||||||
m_DefaultParticleMaterial: {fileID: 2100000, guid: e823cd5b5d27c0f4b8256e7c12ee3e6d, type: 2}
|
m_DefaultParticleMaterial: {fileID: 2100000, guid: e823cd5b5d27c0f4b8256e7c12ee3e6d, type: 2}
|
||||||
m_DefaultLineMaterial: {fileID: 2100000, guid: e823cd5b5d27c0f4b8256e7c12ee3e6d, type: 2}
|
m_DefaultLineMaterial: {fileID: 2100000, guid: e823cd5b5d27c0f4b8256e7c12ee3e6d, type: 2}
|
||||||
m_DefaultTerrainMaterial: {fileID: 2100000, guid: 594ea882c5a793440b60ff72d896021e, type: 2}
|
m_DefaultTerrainMaterial: {fileID: 2100000, guid: 594ea882c5a793440b60ff72d896021e, type: 2}
|
||||||
|
|||||||
+11
-10
@@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.coplaydev.unity-mcp": "https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#main",
|
"com.coplaydev.unity-mcp": "https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#main",
|
||||||
"com.unity.ai.navigation": "2.0.12",
|
"com.unity.ai.navigation": "2.0.13",
|
||||||
"com.unity.charactercontroller": "1.4.2",
|
"com.unity.charactercontroller": "1.4.2",
|
||||||
"com.unity.cinemachine": "3.1.6",
|
"com.unity.cinemachine": "3.1.6",
|
||||||
"com.unity.collab-proxy": "2.12.4",
|
"com.unity.collab-proxy": "2.12.4",
|
||||||
"com.unity.entities": "6.4.0",
|
"com.unity.entities": "6.5.0",
|
||||||
"com.unity.entities.graphics": "6.4.0",
|
"com.unity.entities.graphics": "6.5.0",
|
||||||
"com.unity.ide.rider": "3.0.40",
|
"com.unity.ide.rider": "3.0.40",
|
||||||
"com.unity.ide.visualstudio": "2.0.27",
|
"com.unity.ide.visualstudio": "2.0.27",
|
||||||
"com.unity.inputsystem": "1.19.0",
|
"com.unity.inputsystem": "1.19.0",
|
||||||
"com.unity.multiplayer.center": "1.0.1",
|
"com.unity.multiplayer.center": "1.0.1",
|
||||||
"com.unity.multiplayer.playmode": "2.0.2",
|
"com.unity.multiplayer.playmode": "2.0.2",
|
||||||
"com.unity.multiplayer.tools": "2.2.8",
|
"com.unity.multiplayer.tools": "2.2.8",
|
||||||
"com.unity.netcode": "1.13.2",
|
"com.unity.netcode": "6.5.0",
|
||||||
"com.unity.physics": "1.4.6",
|
"com.unity.physics": "6.5.0",
|
||||||
"com.unity.probuilder": "6.0.9",
|
"com.unity.probuilder": "6.0.9",
|
||||||
"com.unity.render-pipelines.universal": "17.4.0",
|
"com.unity.render-pipelines.universal": "17.5.0",
|
||||||
"com.unity.services.multiplayer": "2.1.3",
|
"com.unity.services.multiplayer": "2.1.3",
|
||||||
"com.unity.shadergraph": "17.4.0",
|
"com.unity.shadergraph": "17.5.0",
|
||||||
"com.unity.test-framework": "1.6.0",
|
"com.unity.test-framework": "1.7.0",
|
||||||
"com.unity.timeline": "1.8.12",
|
"com.unity.timeline": "1.8.12",
|
||||||
"com.unity.ugui": "2.0.0",
|
"com.unity.ugui": "2.5.0",
|
||||||
"com.unity.visualeffectgraph": "17.4.0",
|
"com.unity.visualeffectgraph": "17.5.0",
|
||||||
"com.unity.modules.accessibility": "1.0.0",
|
"com.unity.modules.accessibility": "1.0.0",
|
||||||
"com.unity.modules.adaptiveperformance": "1.0.0",
|
"com.unity.modules.adaptiveperformance": "1.0.0",
|
||||||
"com.unity.modules.ai": "1.0.0",
|
"com.unity.modules.ai": "1.0.0",
|
||||||
@@ -38,6 +38,7 @@
|
|||||||
"com.unity.modules.particlesystem": "1.0.0",
|
"com.unity.modules.particlesystem": "1.0.0",
|
||||||
"com.unity.modules.physics": "1.0.0",
|
"com.unity.modules.physics": "1.0.0",
|
||||||
"com.unity.modules.physics2d": "1.0.0",
|
"com.unity.modules.physics2d": "1.0.0",
|
||||||
|
"com.unity.modules.physicscore2d": "1.0.0",
|
||||||
"com.unity.modules.screencapture": "1.0.0",
|
"com.unity.modules.screencapture": "1.0.0",
|
||||||
"com.unity.modules.terrain": "1.0.0",
|
"com.unity.modules.terrain": "1.0.0",
|
||||||
"com.unity.modules.terrainphysics": "1.0.0",
|
"com.unity.modules.terrainphysics": "1.0.0",
|
||||||
|
|||||||
Generated
+96
-73
@@ -5,10 +5,17 @@
|
|||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "git",
|
"source": "git",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.unity.modules.animation": "1.0.0",
|
||||||
|
"com.unity.modules.imageconversion": "1.0.0",
|
||||||
|
"com.unity.modules.physics": "1.0.0",
|
||||||
|
"com.unity.modules.physics2d": "1.0.0",
|
||||||
|
"com.unity.modules.uielements": "1.0.0",
|
||||||
|
"com.unity.modules.screencapture": "1.0.0",
|
||||||
|
"com.unity.modules.unitywebrequest": "1.0.0",
|
||||||
"com.unity.nuget.newtonsoft-json": "3.0.2",
|
"com.unity.nuget.newtonsoft-json": "3.0.2",
|
||||||
"com.unity.test-framework": "1.1.31"
|
"com.unity.test-framework": "1.1.31"
|
||||||
},
|
},
|
||||||
"hash": "78ee5418415953b79c358bfe6355fcc3fde7912b"
|
"hash": "85c101f5329ec1b0c6f70cba44614166dd78f53c"
|
||||||
},
|
},
|
||||||
"com.rukhanka.animation": {
|
"com.rukhanka.animation": {
|
||||||
"version": "file:com.rukhanka.animation",
|
"version": "file:com.rukhanka.animation",
|
||||||
@@ -33,7 +40,7 @@
|
|||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"com.unity.ai.navigation": {
|
"com.unity.ai.navigation": {
|
||||||
"version": "2.0.12",
|
"version": "2.0.13",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -81,50 +88,49 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.collections": {
|
"com.unity.collections": {
|
||||||
"version": "6.4.0",
|
"version": "6.5.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.burst": "1.8.23",
|
"com.unity.burst": "1.8.25",
|
||||||
"com.unity.mathematics": "1.3.2",
|
"com.unity.nuget.mono-cecil": "1.11.6",
|
||||||
"com.unity.nuget.mono-cecil": "1.11.5",
|
|
||||||
"com.unity.test-framework": "1.4.6",
|
"com.unity.test-framework": "1.4.6",
|
||||||
"com.unity.test-framework.performance": "3.0.3"
|
"com.unity.test-framework.performance": "3.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.entities": {
|
"com.unity.entities": {
|
||||||
"version": "6.4.0",
|
"version": "6.5.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.burst": "1.8.23",
|
"com.unity.burst": "1.8.25",
|
||||||
"com.unity.collections": "6.4.0",
|
"com.unity.collections": "6.5.0",
|
||||||
"com.unity.mathematics": "1.3.2",
|
"com.unity.nuget.mono-cecil": "1.11.6",
|
||||||
"com.unity.nuget.mono-cecil": "1.11.5",
|
"com.unity.profiling.core": "1.0.3",
|
||||||
"com.unity.profiling.core": "1.0.2",
|
"com.unity.scriptablebuildpipeline": "1.23.1",
|
||||||
"com.unity.scriptablebuildpipeline": "2.4.3",
|
"com.unity.serialization": "6.5.0",
|
||||||
"com.unity.serialization": "3.1.2",
|
"com.unity.test-framework.performance": "3.2.0",
|
||||||
"com.unity.test-framework.performance": "3.0.3",
|
|
||||||
"com.unity.modules.assetbundle": "1.0.0",
|
"com.unity.modules.assetbundle": "1.0.0",
|
||||||
"com.unity.modules.audio": "1.0.0",
|
"com.unity.modules.audio": "1.0.0",
|
||||||
"com.unity.modules.physics": "1.0.0",
|
"com.unity.modules.physics": "1.0.0",
|
||||||
"com.unity.modules.uielements": "1.0.0",
|
"com.unity.modules.uielements": "1.0.0",
|
||||||
"com.unity.modules.unityanalytics": "1.0.0",
|
"com.unity.modules.unityanalytics": "1.0.0",
|
||||||
"com.unity.modules.unitywebrequest": "1.0.0"
|
"com.unity.modules.unitywebrequest": "1.0.0",
|
||||||
|
"com.unity.modules.hierarchy": "1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.entities.graphics": {
|
"com.unity.entities.graphics": {
|
||||||
"version": "6.4.0",
|
"version": "6.5.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.entities": "6.4.0",
|
"com.unity.entities": "6.5.0",
|
||||||
"com.unity.modules.particlesystem": "1.0.0",
|
"com.unity.modules.particlesystem": "1.0.0",
|
||||||
"com.unity.render-pipelines.core": "14.0.10"
|
"com.unity.render-pipelines.core": "14.0.10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.ext.nunit": {
|
"com.unity.ext.nunit": {
|
||||||
"version": "2.0.5",
|
"version": "2.1.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
@@ -157,11 +163,10 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.mathematics": {
|
"com.unity.mathematics": {
|
||||||
"version": "1.3.3",
|
"version": "1.4.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "builtin",
|
||||||
"dependencies": {},
|
"dependencies": {}
|
||||||
"url": "https://packages.unity.com"
|
|
||||||
},
|
},
|
||||||
"com.unity.multiplayer.center": {
|
"com.unity.multiplayer.center": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
@@ -196,15 +201,14 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.netcode": {
|
"com.unity.netcode": {
|
||||||
"version": "1.13.2",
|
"version": "6.5.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.entities": "1.4.4",
|
"com.unity.transport": "6.5.0",
|
||||||
"com.unity.transport": "2.5.3",
|
"com.unity.entities": "6.5.0",
|
||||||
"com.unity.modules.animation": "1.0.0"
|
"com.unity.modules.animation": "1.0.0"
|
||||||
},
|
}
|
||||||
"url": "https://packages.unity.com"
|
|
||||||
},
|
},
|
||||||
"com.unity.nuget.mono-cecil": {
|
"com.unity.nuget.mono-cecil": {
|
||||||
"version": "1.11.6",
|
"version": "1.11.6",
|
||||||
@@ -221,19 +225,18 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.physics": {
|
"com.unity.physics": {
|
||||||
"version": "1.4.6",
|
"version": "6.5.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.burst": "1.8.28",
|
"com.unity.burst": "1.8.26",
|
||||||
"com.unity.entities": "1.4.6",
|
"com.unity.collections": "6.5.0",
|
||||||
"com.unity.collections": "2.6.6",
|
|
||||||
"com.unity.mathematics": "1.3.2",
|
"com.unity.mathematics": "1.3.2",
|
||||||
|
"com.unity.entities": "6.5.0",
|
||||||
|
"com.unity.test-framework": "1.6.0",
|
||||||
"com.unity.modules.imgui": "1.0.0",
|
"com.unity.modules.imgui": "1.0.0",
|
||||||
"com.unity.test-framework": "1.4.6",
|
|
||||||
"com.unity.modules.jsonserialize": "1.0.0"
|
"com.unity.modules.jsonserialize": "1.0.0"
|
||||||
},
|
}
|
||||||
"url": "https://packages.unity.com"
|
|
||||||
},
|
},
|
||||||
"com.unity.probuilder": {
|
"com.unity.probuilder": {
|
||||||
"version": "6.0.9",
|
"version": "6.0.9",
|
||||||
@@ -255,34 +258,32 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.render-pipelines.core": {
|
"com.unity.render-pipelines.core": {
|
||||||
"version": "17.4.0",
|
"version": "17.5.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.burst": "1.8.14",
|
"com.unity.burst": "1.8.14",
|
||||||
"com.unity.mathematics": "1.3.2",
|
|
||||||
"com.unity.ugui": "2.0.0",
|
|
||||||
"com.unity.collections": "2.4.3",
|
"com.unity.collections": "2.4.3",
|
||||||
"com.unity.modules.terrain": "1.0.0",
|
"com.unity.modules.terrain": "1.0.0",
|
||||||
"com.unity.modules.jsonserialize": "1.0.0"
|
"com.unity.modules.jsonserialize": "1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.render-pipelines.universal": {
|
"com.unity.render-pipelines.universal": {
|
||||||
"version": "17.4.0",
|
"version": "17.5.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.render-pipelines.core": "17.4.0",
|
"com.unity.render-pipelines.core": "17.5.0",
|
||||||
"com.unity.shadergraph": "17.4.0",
|
"com.unity.shadergraph": "17.5.0",
|
||||||
"com.unity.render-pipelines.universal-config": "17.4.0"
|
"com.unity.render-pipelines.universal-config": "17.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.render-pipelines.universal-config": {
|
"com.unity.render-pipelines.universal-config": {
|
||||||
"version": "17.4.0",
|
"version": "17.5.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.render-pipelines.core": "17.4.0"
|
"com.unity.render-pipelines.core": "17.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.scriptablebuildpipeline": {
|
"com.unity.scriptablebuildpipeline": {
|
||||||
@@ -303,14 +304,13 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.serialization": {
|
"com.unity.serialization": {
|
||||||
"version": "3.1.5",
|
"version": "6.5.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.burst": "1.8.13",
|
"com.unity.collections": "2.1.2",
|
||||||
"com.unity.collections": "2.4.2"
|
"com.unity.burst": "1.7.2"
|
||||||
},
|
}
|
||||||
"url": "https://packages.unity.com"
|
|
||||||
},
|
},
|
||||||
"com.unity.services.authentication": {
|
"com.unity.services.authentication": {
|
||||||
"version": "3.6.1",
|
"version": "3.6.1",
|
||||||
@@ -325,12 +325,12 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.services.core": {
|
"com.unity.services.core": {
|
||||||
"version": "1.16.0",
|
"version": "1.18.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.modules.androidjni": "1.0.0",
|
"com.unity.modules.androidjni": "1.0.0",
|
||||||
"com.unity.nuget.newtonsoft-json": "3.2.1",
|
"com.unity.nuget.newtonsoft-json": "3.2.2",
|
||||||
"com.unity.modules.unitywebrequest": "1.0.0"
|
"com.unity.modules.unitywebrequest": "1.0.0"
|
||||||
},
|
},
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
@@ -401,11 +401,11 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.shadergraph": {
|
"com.unity.shadergraph": {
|
||||||
"version": "17.4.0",
|
"version": "17.5.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.render-pipelines.core": "17.4.0",
|
"com.unity.render-pipelines.core": "17.5.0",
|
||||||
"com.unity.searcher": "4.9.3"
|
"com.unity.searcher": "4.9.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -421,17 +421,17 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.test-framework": {
|
"com.unity.test-framework": {
|
||||||
"version": "1.6.0",
|
"version": "1.7.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.ext.nunit": "2.0.3",
|
"com.unity.ext.nunit": "2.1.0",
|
||||||
"com.unity.modules.imgui": "1.0.0",
|
"com.unity.modules.imgui": "1.0.0",
|
||||||
"com.unity.modules.jsonserialize": "1.0.0"
|
"com.unity.modules.jsonserialize": "1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.test-framework.performance": {
|
"com.unity.test-framework.performance": {
|
||||||
"version": "3.4.0",
|
"version": "3.5.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -453,32 +453,34 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.transport": {
|
"com.unity.transport": {
|
||||||
"version": "2.7.2",
|
"version": "6.5.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.unity.collections": "6.5.0",
|
||||||
"com.unity.burst": "1.8.24",
|
"com.unity.burst": "1.8.24",
|
||||||
"com.unity.collections": "2.2.1",
|
"com.unity.mathematics": "1.4.0"
|
||||||
"com.unity.mathematics": "1.3.2"
|
}
|
||||||
},
|
|
||||||
"url": "https://packages.unity.com"
|
|
||||||
},
|
},
|
||||||
"com.unity.ugui": {
|
"com.unity.ugui": {
|
||||||
"version": "2.0.0",
|
"version": "2.5.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.modules.ui": "1.0.0",
|
"com.unity.modules.ui": "1.0.0",
|
||||||
"com.unity.modules.imgui": "1.0.0"
|
"com.unity.modules.imgui": "1.0.0",
|
||||||
|
"com.unity.modules.audio": "1.0.0",
|
||||||
|
"com.unity.modules.physics2d": "1.0.0",
|
||||||
|
"com.unity.modules.physics": "1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.visualeffectgraph": {
|
"com.unity.visualeffectgraph": {
|
||||||
"version": "17.4.0",
|
"version": "17.5.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.shadergraph": "17.4.0",
|
"com.unity.shadergraph": "17.5.0",
|
||||||
"com.unity.render-pipelines.core": "17.4.0"
|
"com.unity.render-pipelines.core": "17.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.modules.accessibility": {
|
"com.unity.modules.accessibility": {
|
||||||
@@ -505,7 +507,9 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {}
|
"dependencies": {
|
||||||
|
"com.unity.modules.jsonserialize": "1.0.0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"com.unity.modules.animation": {
|
"com.unity.modules.animation": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
@@ -542,6 +546,16 @@
|
|||||||
"com.unity.modules.animation": "1.0.0"
|
"com.unity.modules.animation": "1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"com.unity.modules.hierarchy": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"depth": 1,
|
||||||
|
"source": "builtin",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.modules.hierarchycore": "1.0.0",
|
||||||
|
"com.unity.modules.uielements": "1.0.0",
|
||||||
|
"com.unity.modules.imgui": "1.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"com.unity.modules.hierarchycore": {
|
"com.unity.modules.hierarchycore": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
@@ -579,6 +593,14 @@
|
|||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"com.unity.modules.physics2d": {
|
"com.unity.modules.physics2d": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "builtin",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.modules.physicscore2d": "1.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"com.unity.modules.physicscore2d": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
@@ -638,7 +660,8 @@
|
|||||||
"com.unity.modules.imgui": "1.0.0",
|
"com.unity.modules.imgui": "1.0.0",
|
||||||
"com.unity.modules.jsonserialize": "1.0.0",
|
"com.unity.modules.jsonserialize": "1.0.0",
|
||||||
"com.unity.modules.hierarchycore": "1.0.0",
|
"com.unity.modules.hierarchycore": "1.0.0",
|
||||||
"com.unity.modules.physics": "1.0.0"
|
"com.unity.modules.physics": "1.0.0",
|
||||||
|
"com.unity.modules.animation": "1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.modules.umbra": {
|
"com.unity.modules.umbra": {
|
||||||
|
|||||||
@@ -19,24 +19,26 @@ MonoBehaviour:
|
|||||||
m_DismissPreviewPackagesInUse: 0
|
m_DismissPreviewPackagesInUse: 0
|
||||||
oneTimeWarningShown: 0
|
oneTimeWarningShown: 0
|
||||||
oneTimePackageErrorsPopUpShown: 0
|
oneTimePackageErrorsPopUpShown: 0
|
||||||
m_Registries:
|
m_MainRegistry:
|
||||||
- m_Id: main
|
m_Id: main
|
||||||
m_Name:
|
m_Name:
|
||||||
m_Url: https://packages.unity.com
|
m_Url: https://packages.unity.com
|
||||||
m_Scopes: []
|
m_Scopes: []
|
||||||
m_IsDefault: 1
|
m_IsDefault: 1
|
||||||
|
m_IsUnityRegistry: 1
|
||||||
m_Capabilities: 7
|
m_Capabilities: 7
|
||||||
m_ConfigSource: 0
|
m_ConfigSource: 0
|
||||||
m_Compliance:
|
m_Compliance:
|
||||||
m_Status: 0
|
m_Status: 0
|
||||||
m_Violations: []
|
m_Violations: []
|
||||||
|
m_ScopedRegistries: []
|
||||||
m_UserSelectedRegistryName:
|
m_UserSelectedRegistryName:
|
||||||
m_UserAddingNewScopedRegistry: 0
|
m_UserAddingNewScopedRegistry: 0
|
||||||
m_RegistryInfoDraft:
|
m_RegistryInfoDraft:
|
||||||
m_Modified: 0
|
m_Modified: 0
|
||||||
m_ErrorMessage:
|
m_ErrorMessage:
|
||||||
m_UserModificationsEntityId:
|
m_UserModificationsEntityId:
|
||||||
m_Data: -930
|
m_rawData: 568105589213756514
|
||||||
m_OriginalEntityId:
|
m_OriginalEntityId:
|
||||||
m_Data: -932
|
m_rawData: 568105589213756512
|
||||||
m_LoadAssets: 0
|
m_LoadAssets: 0
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
m_EditorVersion: 6000.4.7f1
|
m_EditorVersion: 6000.5.0f1
|
||||||
m_EditorVersionWithRevision: 6000.4.7f1 (f3c3c4248748)
|
m_EditorVersionWithRevision: 6000.5.0f1 (88b47c5e7076)
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ VFXManager:
|
|||||||
m_MaxScrubTime: 30
|
m_MaxScrubTime: 30
|
||||||
m_MaxCapacity: 100000000
|
m_MaxCapacity: 100000000
|
||||||
m_CompiledVersion: 7
|
m_CompiledVersion: 7
|
||||||
m_RuntimeVersion: 39
|
m_RuntimeVersion: 40
|
||||||
m_RuntimeResources: {fileID: 11400000, guid: bc10b42afe3813544bffd38ae2cd893d, type: 2}
|
m_RuntimeResources: {fileID: 11400000, guid: bc10b42afe3813544bffd38ae2cd893d, type: 2}
|
||||||
m_EditorResources: {fileID: 11400000, guid: 64142473281487e4da1e5eb23da2ab2d, type: 2}
|
|
||||||
m_BatchEmptyLifetime: 300
|
m_BatchEmptyLifetime: 300
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"PlayerTags": [],
|
"PlayerTags": [],
|
||||||
"version": "6000.4.7f1"
|
"version": "6000.5.0f1"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user