Premier commit du cinquième front. Trois parties : - `unity/MyInfoMateVR/` : le projet Unity (6000.0.83f1, URP, Meta XR SDK 205), un APK unique pour tous les clients. Menu flottant à sélection au regard, appairage, chargement de scène GLB, POI, cache de contenu, télémétrie. - `unity-overlay/` : les mêmes scripts à recopier sur un projet Unity neuf, avec les pièges rencontrés consignés dans son README. - `viewer/` : viewer et éditeur de scène web autonome (Vite, TypeScript, three.js), partagé avec les autres fronts. - `docs/` : état des lieux, setup Unity, décisions d'architecture et plan d'exécution en 9 étapes. La scène est décrite par un `scene.json` poussé par `adb push` : l'app le préfère à celui embarqué dans l'APK. Les binaires (GLB, textures de l'échantillon Sponza, DLL Meta XR) passent par Git LFS dès ce premier commit — les y faire entrer après coup demanderait de réécrire l'historique. Les artefacts régénérés par l'éditeur et par CMake (`Library/`, `.utmp/`, Burst debug) sont ignorés. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
680 lines
18 KiB
JSON
680 lines
18 KiB
JSON
{
|
|
"dependencies": {
|
|
"com.meta.xr.mrutilitykit": {
|
|
"version": "205.0.0",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.meta.xr.sdk.core": "205.0.0",
|
|
"com.unity.textmeshpro": "3.0.6",
|
|
"com.unity.ai.navigation": "1.1.4",
|
|
"com.unity.nuget.newtonsoft-json": "3.0.2"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.meta.xr.sdk.all": {
|
|
"version": "205.0.0",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.meta.xr.sdk.core": "205.0.0",
|
|
"com.meta.xr.sdk.audio": "85.0.0",
|
|
"com.meta.xr.sdk.voice": "85.0.1",
|
|
"com.meta.xr.sdk.haptics": "205.0.0",
|
|
"com.meta.xr.mrutilitykit": "205.0.0",
|
|
"com.meta.xr.sdk.platform": "205.0.0",
|
|
"com.meta.xr.sdk.interaction": "205.0.0",
|
|
"com.meta.xr.sdk.interaction.ovr": "205.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.meta.xr.sdk.audio": {
|
|
"version": "85.0.0",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.meta.xr.sdk.core": {
|
|
"version": "205.0.0",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.xr.hands": "1.7.2",
|
|
"com.unity.modules.ui": "1.0.0",
|
|
"com.unity.modules.audio": "1.0.0",
|
|
"com.unity.modules.imgui": "1.0.0",
|
|
"com.unity.modules.imageconversion": "1.0.0",
|
|
"com.unity.modules.unitywebrequest": "1.0.0",
|
|
"com.unity.modules.unitywebrequestaudio": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.meta.xr.sdk.haptics": {
|
|
"version": "205.0.0",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.meta.xr.sdk.core": "205.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.meta.xr.sdk.interaction": {
|
|
"version": "205.0.0",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.ugui": "1.0.0",
|
|
"com.unity.textmeshpro": "3.0.6"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.meta.xr.sdk.interaction.ovr": {
|
|
"version": "205.0.0",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.meta.xr.sdk.core": "205.0.0",
|
|
"com.meta.xr.sdk.interaction": "205.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.meta.xr.sdk.platform": {
|
|
"version": "205.0.0",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.ugui": "1.0.0",
|
|
"com.unity.inputsystem": "1.7.0",
|
|
"com.unity.nuget.newtonsoft-json": "3.2.1"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.meta.xr.sdk.voice": {
|
|
"version": "85.0.1",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.ai.navigation": {
|
|
"version": "2.0.14",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.modules.ai": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.burst": {
|
|
"version": "1.8.30",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.mathematics": "1.2.1",
|
|
"com.unity.modules.jsonserialize": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.cloud.draco": {
|
|
"version": "5.1.7",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.burst": "1.8.11",
|
|
"com.unity.mathematics": "1.3.1"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.cloud.gltfast": {
|
|
"version": "6.10.1",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.burst": "1.8.4",
|
|
"com.unity.collections": "1.2.4",
|
|
"com.unity.mathematics": "1.2.6",
|
|
"com.unity.modules.jsonserialize": "1.0.0",
|
|
"com.unity.modules.unitywebrequest": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.cloud.ktx": {
|
|
"version": "3.4.2",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.modules.unitywebrequest": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.collab-proxy": {
|
|
"version": "2.13.6",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.collections": {
|
|
"version": "2.6.8",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.burst": "1.8.29",
|
|
"com.unity.mathematics": "1.3.2",
|
|
"com.unity.test-framework": "1.4.6",
|
|
"com.unity.nuget.mono-cecil": "1.11.6",
|
|
"com.unity.test-framework.performance": "3.0.3"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.ext.nunit": {
|
|
"version": "2.0.5",
|
|
"depth": 1,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.ide.rider": {
|
|
"version": "3.0.39",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.ext.nunit": "1.0.6"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.ide.visualstudio": {
|
|
"version": "2.0.27",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.test-framework": "1.1.33"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.inputsystem": {
|
|
"version": "1.19.0",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.modules.uielements": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.mathematics": {
|
|
"version": "1.3.2",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.multiplayer.center": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.uielements": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.nuget.mono-cecil": {
|
|
"version": "1.11.6",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.nuget.newtonsoft-json": {
|
|
"version": "3.2.2",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.pipeline": {
|
|
"version": "0.6.0-exp.1",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.test-framework": "1.1.33",
|
|
"com.unity.nuget.mono-cecil": "1.11.6",
|
|
"com.unity.modules.uielements": "1.0.0",
|
|
"com.unity.modules.jsonserialize": "1.0.0",
|
|
"com.unity.modules.screencapture": "1.0.0",
|
|
"com.unity.nuget.newtonsoft-json": "3.0.2"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.render-pipelines.core": {
|
|
"version": "17.0.4",
|
|
"depth": 1,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.burst": "1.8.20",
|
|
"com.unity.mathematics": "1.3.2",
|
|
"com.unity.ugui": "2.0.0",
|
|
"com.unity.collections": "2.4.3",
|
|
"com.unity.modules.physics": "1.0.0",
|
|
"com.unity.modules.terrain": "1.0.0",
|
|
"com.unity.modules.jsonserialize": "1.0.0",
|
|
"com.unity.rendering.light-transport": "1.0.1"
|
|
}
|
|
},
|
|
"com.unity.render-pipelines.universal": {
|
|
"version": "17.0.4",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.render-pipelines.core": "17.0.4",
|
|
"com.unity.shadergraph": "17.0.4",
|
|
"com.unity.render-pipelines.universal-config": "17.0.3"
|
|
}
|
|
},
|
|
"com.unity.render-pipelines.universal-config": {
|
|
"version": "17.0.3",
|
|
"depth": 1,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.render-pipelines.core": "17.0.3"
|
|
}
|
|
},
|
|
"com.unity.rendering.light-transport": {
|
|
"version": "1.0.1",
|
|
"depth": 2,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.collections": "2.2.0",
|
|
"com.unity.mathematics": "1.2.4",
|
|
"com.unity.modules.terrain": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.searcher": {
|
|
"version": "4.9.3",
|
|
"depth": 2,
|
|
"source": "registry",
|
|
"dependencies": {},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.shadergraph": {
|
|
"version": "17.0.4",
|
|
"depth": 1,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.render-pipelines.core": "17.0.4",
|
|
"com.unity.searcher": "4.9.3"
|
|
}
|
|
},
|
|
"com.unity.test-framework": {
|
|
"version": "1.6.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.ext.nunit": "2.0.3",
|
|
"com.unity.modules.imgui": "1.0.0",
|
|
"com.unity.modules.jsonserialize": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.test-framework.performance": {
|
|
"version": "3.5.0",
|
|
"depth": 2,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.test-framework": "1.1.33",
|
|
"com.unity.modules.jsonserialize": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.textmeshpro": {
|
|
"version": "5.0.0",
|
|
"depth": 2,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.ugui": "2.0.0"
|
|
}
|
|
},
|
|
"com.unity.timeline": {
|
|
"version": "1.8.13",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.modules.audio": "1.0.0",
|
|
"com.unity.modules.director": "1.0.0",
|
|
"com.unity.modules.animation": "1.0.0",
|
|
"com.unity.modules.particlesystem": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.ugui": {
|
|
"version": "2.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.ui": "1.0.0",
|
|
"com.unity.modules.imgui": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.visualscripting": {
|
|
"version": "1.9.12",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.ugui": "2.0.0",
|
|
"com.unity.modules.jsonserialize": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.xr.core-utils": {
|
|
"version": "2.6.0",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.modules.xr": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.xr.hands": {
|
|
"version": "1.7.3",
|
|
"depth": 2,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.modules.xr": "1.0.0",
|
|
"com.unity.inputsystem": "1.3.0",
|
|
"com.unity.mathematics": "1.2.6",
|
|
"com.unity.xr.core-utils": "2.2.0",
|
|
"com.unity.xr.management": "4.0.1"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.xr.legacyinputhelpers": {
|
|
"version": "2.1.12",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.modules.vr": "1.0.0",
|
|
"com.unity.modules.xr": "1.0.0"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.xr.management": {
|
|
"version": "4.5.4",
|
|
"depth": 1,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.modules.xr": "1.0.0",
|
|
"com.unity.xr.core-utils": "2.2.1",
|
|
"com.unity.modules.subsystems": "1.0.0",
|
|
"com.unity.xr.legacyinputhelpers": "2.1.11"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.xr.openxr": {
|
|
"version": "1.17.1",
|
|
"depth": 0,
|
|
"source": "registry",
|
|
"dependencies": {
|
|
"com.unity.inputsystem": "1.6.3",
|
|
"com.unity.xr.core-utils": "2.3.0",
|
|
"com.unity.xr.management": "4.4.0",
|
|
"com.unity.modules.androidjni": "1.0.0",
|
|
"com.unity.xr.legacyinputhelpers": "2.1.2"
|
|
},
|
|
"url": "https://packages.unity.com"
|
|
},
|
|
"com.unity.modules.accessibility": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.ai": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.androidjni": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.animation": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.assetbundle": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.audio": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.cloth": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.physics": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.director": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.audio": "1.0.0",
|
|
"com.unity.modules.animation": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.hierarchycore": {
|
|
"version": "1.0.0",
|
|
"depth": 1,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.imageconversion": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.imgui": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.jsonserialize": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.particlesystem": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.physics": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.physics2d": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.screencapture": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.imageconversion": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.subsystems": {
|
|
"version": "1.0.0",
|
|
"depth": 1,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.jsonserialize": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.terrain": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.terrainphysics": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.physics": "1.0.0",
|
|
"com.unity.modules.terrain": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.tilemap": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.physics2d": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.ui": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.uielements": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.ui": "1.0.0",
|
|
"com.unity.modules.imgui": "1.0.0",
|
|
"com.unity.modules.jsonserialize": "1.0.0",
|
|
"com.unity.modules.hierarchycore": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.umbra": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.unityanalytics": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.unitywebrequest": "1.0.0",
|
|
"com.unity.modules.jsonserialize": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.unitywebrequest": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.unitywebrequestassetbundle": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.assetbundle": "1.0.0",
|
|
"com.unity.modules.unitywebrequest": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.unitywebrequestaudio": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.unitywebrequest": "1.0.0",
|
|
"com.unity.modules.audio": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.unitywebrequesttexture": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.unitywebrequest": "1.0.0",
|
|
"com.unity.modules.imageconversion": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.unitywebrequestwww": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.unitywebrequest": "1.0.0",
|
|
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
|
|
"com.unity.modules.unitywebrequestaudio": "1.0.0",
|
|
"com.unity.modules.audio": "1.0.0",
|
|
"com.unity.modules.assetbundle": "1.0.0",
|
|
"com.unity.modules.imageconversion": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.vehicles": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.physics": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.video": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.audio": "1.0.0",
|
|
"com.unity.modules.ui": "1.0.0",
|
|
"com.unity.modules.unitywebrequest": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.vr": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.jsonserialize": "1.0.0",
|
|
"com.unity.modules.physics": "1.0.0",
|
|
"com.unity.modules.xr": "1.0.0"
|
|
}
|
|
},
|
|
"com.unity.modules.wind": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {}
|
|
},
|
|
"com.unity.modules.xr": {
|
|
"version": "1.0.0",
|
|
"depth": 0,
|
|
"source": "builtin",
|
|
"dependencies": {
|
|
"com.unity.modules.physics": "1.0.0",
|
|
"com.unity.modules.jsonserialize": "1.0.0",
|
|
"com.unity.modules.subsystems": "1.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|