cameras added & endepisode altered for actuations and waitime

This commit is contained in:
2024-03-22 15:44:30 +00:00
parent 4765189c21
commit 5a566fb98a
34 changed files with 4539 additions and 171 deletions

View File

@@ -8,7 +8,7 @@
"com.unity.ide.vscode": "1.2.5",
"com.unity.jobs": "0.70.0-preview.7",
"com.unity.recorder": "4.0.2",
"com.unity.render-pipelines.universal": "14.0.8",
"com.unity.render-pipelines.high-definition": "14.0.8",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.5",

View File

@@ -142,15 +142,29 @@
"com.unity.modules.jsonserialize": "1.0.0"
}
},
"com.unity.render-pipelines.universal": {
"com.unity.render-pipelines.high-definition": {
"version": "14.0.8",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.mathematics": "1.2.4",
"com.unity.burst": "1.8.4",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.render-pipelines.core": "14.0.8",
"com.unity.shadergraph": "14.0.8"
"com.unity.shadergraph": "14.0.8",
"com.unity.visualeffectgraph": "14.0.8",
"com.unity.render-pipelines.high-definition-config": "14.0.8"
}
},
"com.unity.render-pipelines.high-definition-config": {
"version": "14.0.8",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.8"
}
},
"com.unity.searcher": {
@@ -210,6 +224,15 @@
"com.unity.modules.imgui": "1.0.0"
}
},
"com.unity.visualeffectgraph": {
"version": "14.0.8",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.shadergraph": "14.0.8",
"com.unity.render-pipelines.core": "14.0.8"
}
},
"com.unity.visualscripting": {
"version": "1.8.0",
"depth": 0,