Improve AR menu with multi-dish support, 3D ingredients, and shared sky HDRI.

Fix AR export/visibility per dish, load catalog GLBs at runtime, and replace per-dish HDR with one overcast sky environment for the whole menu.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
pelpanagiotis
2026-06-23 20:42:20 +03:00
parent d632c583d4
commit beb8261554
37 changed files with 855 additions and 61 deletions

View File

@@ -1,11 +1,11 @@
{
"dependencies": {
"com.needle.engine-exporter": {
"version": "5.0.3",
"version": "5.0.7",
"depth": 0,
"source": "registry",
"dependencies": {
"org.khronos.unitygltf": "2.19.2",
"org.khronos.unitygltf": "2.19.5",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
@@ -69,7 +69,7 @@
},
"com.unity.collections": {
"version": "6.4.0",
"depth": 2,
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.burst": "1.8.23",
@@ -114,7 +114,7 @@
},
"com.unity.mathematics": {
"version": "1.3.3",
"depth": 2,
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
@@ -139,7 +139,7 @@
},
"com.unity.nuget.mono-cecil": {
"version": "1.11.6",
"depth": 3,
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
@@ -217,7 +217,7 @@
},
"com.unity.test-framework.performance": {
"version": "3.4.0",
"depth": 3,
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.33",
@@ -257,8 +257,8 @@
"url": "https://packages.unity.com"
},
"org.khronos.unitygltf": {
"version": "2.19.2",
"depth": 1,
"version": "2.19.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",