fixes in tutorial saving

This commit is contained in:
2024-12-04 09:15:55 +01:00
parent 9f0ad6fe5f
commit 8c5ecb6405
7 changed files with 883 additions and 805 deletions

View File

@@ -13,19 +13,19 @@
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.formats.fbx": "4.1.3",
"com.unity.ide.rider": "3.0.25",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.mathematics": "1.2.6",
"com.unity.memoryprofiler": "0.7.0-preview.2",
"com.unity.postprocessing": "3.2.2",
"com.unity.recorder": "3.0.3",
"com.unity.render-pipelines.universal": "12.1.13",
"com.unity.postprocessing": "3.4.0",
"com.unity.recorder": "3.0.4",
"com.unity.render-pipelines.universal": "12.1.15",
"com.unity.scriptablebuildpipeline": "1.20.1",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.5",
"com.unity.ugui": "1.0.0",
"com.unity.visualeffectgraph": "12.1.13",
"com.unity.visualeffectgraph": "12.1.15",
"jp.keijiro.smrvfx": "1.1.6",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",

View File

@@ -27,11 +27,12 @@
"dependencies": {}
},
"com.unity.burst": {
"version": "1.8.9",
"version": "1.8.18",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
@@ -60,7 +61,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.25",
"version": "3.0.31",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -101,7 +102,7 @@
"url": "https://packages.unity.com"
},
"com.unity.postprocessing": {
"version": "3.2.2",
"version": "3.4.0",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -110,7 +111,7 @@
"url": "https://packages.unity.com"
},
"com.unity.recorder": {
"version": "3.0.3",
"version": "3.0.4",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -119,7 +120,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "12.1.13",
"version": "12.1.15",
"depth": 1,
"source": "builtin",
"dependencies": {
@@ -129,14 +130,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "12.1.13",
"version": "12.1.15",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "12.1.13",
"com.unity.shadergraph": "12.1.13"
"com.unity.render-pipelines.core": "12.1.15",
"com.unity.shadergraph": "12.1.15"
}
},
"com.unity.scriptablebuildpipeline": {
@@ -154,11 +155,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "12.1.13",
"version": "12.1.15",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "12.1.13",
"com.unity.render-pipelines.core": "12.1.15",
"com.unity.searcher": "4.9.1"
}
},
@@ -204,12 +205,12 @@
}
},
"com.unity.visualeffectgraph": {
"version": "12.1.13",
"version": "12.1.15",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.shadergraph": "12.1.13",
"com.unity.render-pipelines.core": "12.1.13"
"com.unity.shadergraph": "12.1.15",
"com.unity.render-pipelines.core": "12.1.15"
}
},
"jp.keijiro.smrvfx": {