parent
918504bc73
commit
5b4bc9b9d8
7 changed files with 700 additions and 41 deletions
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: f7bb7308e65951375935aba0b037caa4 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1 @@ |
|||||||
|
@import url("unity-theme://default"); |
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 265dd7776008c18abae44e0779f59f95 |
||||||
|
ScriptedImporter: |
||||||
|
internalIDToNameTable: [] |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
script: {fileID: 12388, guid: 0000000000000000e000000000000000, type: 0} |
||||||
|
disableValidation: 0 |
@ -0,0 +1,50 @@ |
|||||||
|
{ |
||||||
|
"dependencies": { |
||||||
|
"com.unity.adaptiveperformance.samsung.android": "4.0.2", |
||||||
|
"com.unity.collab-proxy": "2.0.0", |
||||||
|
"com.unity.feature.2d": "1.0.0", |
||||||
|
"com.unity.feature.mobile": "1.0.0", |
||||||
|
"com.unity.ide.rider": "3.0.18", |
||||||
|
"com.unity.ide.visualstudio": "2.0.17", |
||||||
|
"com.unity.ide.vscode": "1.2.5", |
||||||
|
"com.unity.inputsystem": "1.4.4", |
||||||
|
"com.unity.netcode.gameobjects": "1.3.1", |
||||||
|
"com.unity.test-framework": "1.1.33", |
||||||
|
"com.unity.textmeshpro": "3.0.6", |
||||||
|
"com.unity.timeline": "1.6.4", |
||||||
|
"com.unity.toolchain.linux-x86_64": "2.0.4", |
||||||
|
"com.unity.ugui": "1.0.0", |
||||||
|
"com.unity.visualscripting": "1.8.0", |
||||||
|
"com.unity.modules.ai": "1.0.0", |
||||||
|
"com.unity.modules.androidjni": "1.0.0", |
||||||
|
"com.unity.modules.animation": "1.0.0", |
||||||
|
"com.unity.modules.assetbundle": "1.0.0", |
||||||
|
"com.unity.modules.audio": "1.0.0", |
||||||
|
"com.unity.modules.cloth": "1.0.0", |
||||||
|
"com.unity.modules.director": "1.0.0", |
||||||
|
"com.unity.modules.imageconversion": "1.0.0", |
||||||
|
"com.unity.modules.imgui": "1.0.0", |
||||||
|
"com.unity.modules.jsonserialize": "1.0.0", |
||||||
|
"com.unity.modules.particlesystem": "1.0.0", |
||||||
|
"com.unity.modules.physics": "1.0.0", |
||||||
|
"com.unity.modules.physics2d": "1.0.0", |
||||||
|
"com.unity.modules.screencapture": "1.0.0", |
||||||
|
"com.unity.modules.terrain": "1.0.0", |
||||||
|
"com.unity.modules.terrainphysics": "1.0.0", |
||||||
|
"com.unity.modules.tilemap": "1.0.0", |
||||||
|
"com.unity.modules.ui": "1.0.0", |
||||||
|
"com.unity.modules.uielements": "1.0.0", |
||||||
|
"com.unity.modules.umbra": "1.0.0", |
||||||
|
"com.unity.modules.unityanalytics": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequest": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequestassetbundle": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequestaudio": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequesttexture": "1.0.0", |
||||||
|
"com.unity.modules.unitywebrequestwww": "1.0.0", |
||||||
|
"com.unity.modules.vehicles": "1.0.0", |
||||||
|
"com.unity.modules.video": "1.0.0", |
||||||
|
"com.unity.modules.vr": "1.0.0", |
||||||
|
"com.unity.modules.wind": "1.0.0", |
||||||
|
"com.unity.modules.xr": "1.0.0" |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,597 @@ |
|||||||
|
{ |
||||||
|
"dependencies": { |
||||||
|
"com.unity.2d.animation": { |
||||||
|
"version": "7.0.9", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.2d.common": "6.0.6", |
||||||
|
"com.unity.2d.sprite": "1.0.0", |
||||||
|
"com.unity.modules.animation": "1.0.0", |
||||||
|
"com.unity.modules.uielements": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.2d.common": { |
||||||
|
"version": "6.0.6", |
||||||
|
"depth": 2, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.2d.sprite": "1.0.0", |
||||||
|
"com.unity.mathematics": "1.1.0", |
||||||
|
"com.unity.modules.uielements": "1.0.0", |
||||||
|
"com.unity.burst": "1.5.1" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.2d.path": { |
||||||
|
"version": "5.0.2", |
||||||
|
"depth": 2, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.2d.pixel-perfect": { |
||||||
|
"version": "5.0.3", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.2d.psdimporter": { |
||||||
|
"version": "6.0.7", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.2d.animation": "7.0.9", |
||||||
|
"com.unity.2d.common": "6.0.6", |
||||||
|
"com.unity.2d.sprite": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.2d.sprite": { |
||||||
|
"version": "1.0.0", |
||||||
|
"depth": 1, |
||||||
|
"source": "builtin", |
||||||
|
"dependencies": {} |
||||||
|
}, |
||||||
|
"com.unity.2d.spriteshape": { |
||||||
|
"version": "7.0.6", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.mathematics": "1.1.0", |
||||||
|
"com.unity.2d.common": "6.0.4", |
||||||
|
"com.unity.2d.path": "5.0.2", |
||||||
|
"com.unity.modules.physics2d": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.2d.tilemap": { |
||||||
|
"version": "1.0.0", |
||||||
|
"depth": 1, |
||||||
|
"source": "builtin", |
||||||
|
"dependencies": {} |
||||||
|
}, |
||||||
|
"com.unity.2d.tilemap.extras": { |
||||||
|
"version": "2.2.4", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.modules.tilemap": "1.0.0", |
||||||
|
"com.unity.2d.tilemap": "1.0.0", |
||||||
|
"com.unity.ugui": "1.0.0", |
||||||
|
"com.unity.modules.jsonserialize": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.adaptiveperformance": { |
||||||
|
"version": "4.0.1", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.subsystemregistration": "1.1.0", |
||||||
|
"com.unity.profiling.core": "1.0.2" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.adaptiveperformance.samsung.android": { |
||||||
|
"version": "4.0.2", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.adaptiveperformance": "4.0.1" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.burst": { |
||||||
|
"version": "1.6.6", |
||||||
|
"depth": 2, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.mathematics": "1.2.1" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.collab-proxy": { |
||||||
|
"version": "2.0.0", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.collections": { |
||||||
|
"version": "1.2.4", |
||||||
|
"depth": 2, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.burst": "1.6.6", |
||||||
|
"com.unity.test-framework": "1.1.31" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.ext.nunit": { |
||||||
|
"version": "1.0.6", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.feature.2d": { |
||||||
|
"version": "1.0.0", |
||||||
|
"depth": 0, |
||||||
|
"source": "builtin", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.2d.animation": "7.0.9", |
||||||
|
"com.unity.2d.pixel-perfect": "5.0.3", |
||||||
|
"com.unity.2d.psdimporter": "6.0.7", |
||||||
|
"com.unity.2d.sprite": "1.0.0", |
||||||
|
"com.unity.2d.spriteshape": "7.0.6", |
||||||
|
"com.unity.2d.tilemap": "1.0.0", |
||||||
|
"com.unity.2d.tilemap.extras": "2.2.4" |
||||||
|
} |
||||||
|
}, |
||||||
|
"com.unity.feature.mobile": { |
||||||
|
"version": "1.0.0", |
||||||
|
"depth": 0, |
||||||
|
"source": "builtin", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.mobile.android-logcat": "1.3.2", |
||||||
|
"com.unity.adaptiveperformance": "4.0.1", |
||||||
|
"com.unity.mobile.notifications": "2.1.1" |
||||||
|
} |
||||||
|
}, |
||||||
|
"com.unity.ide.rider": { |
||||||
|
"version": "3.0.18", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.ext.nunit": "1.0.6" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.ide.visualstudio": { |
||||||
|
"version": "2.0.17", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.test-framework": "1.1.9" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.ide.vscode": { |
||||||
|
"version": "1.2.5", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.inputsystem": { |
||||||
|
"version": "1.4.4", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.modules.uielements": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.mathematics": { |
||||||
|
"version": "1.2.6", |
||||||
|
"depth": 2, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.mobile.android-logcat": { |
||||||
|
"version": "1.3.2", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.mobile.notifications": { |
||||||
|
"version": "2.1.1", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.modules.androidjni": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.netcode.gameobjects": { |
||||||
|
"version": "1.3.1", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.nuget.mono-cecil": "1.10.1", |
||||||
|
"com.unity.transport": "1.3.3" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.nuget.mono-cecil": { |
||||||
|
"version": "1.10.1", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.profiling.core": { |
||||||
|
"version": "1.0.2", |
||||||
|
"depth": 2, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.subsystemregistration": { |
||||||
|
"version": "1.1.0", |
||||||
|
"depth": 2, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.modules.subsystems": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.sysroot": { |
||||||
|
"version": "2.0.5", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": {}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.sysroot.linux-x86_64": { |
||||||
|
"version": "2.0.4", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.sysroot": "2.0.5" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.test-framework": { |
||||||
|
"version": "1.1.33", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.ext.nunit": "1.0.6", |
||||||
|
"com.unity.modules.imgui": "1.0.0", |
||||||
|
"com.unity.modules.jsonserialize": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.textmeshpro": { |
||||||
|
"version": "3.0.6", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.ugui": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.timeline": { |
||||||
|
"version": "1.6.4", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.modules.director": "1.0.0", |
||||||
|
"com.unity.modules.animation": "1.0.0", |
||||||
|
"com.unity.modules.audio": "1.0.0", |
||||||
|
"com.unity.modules.particlesystem": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.toolchain.linux-x86_64": { |
||||||
|
"version": "2.0.4", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.sysroot": "2.0.5", |
||||||
|
"com.unity.sysroot.linux-x86_64": "2.0.4" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.transport": { |
||||||
|
"version": "1.3.3", |
||||||
|
"depth": 1, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.collections": "1.2.4", |
||||||
|
"com.unity.burst": "1.6.6", |
||||||
|
"com.unity.mathematics": "1.2.6" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"com.unity.ugui": { |
||||||
|
"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.visualscripting": { |
||||||
|
"version": "1.8.0", |
||||||
|
"depth": 0, |
||||||
|
"source": "registry", |
||||||
|
"dependencies": { |
||||||
|
"com.unity.ugui": "1.0.0", |
||||||
|
"com.unity.modules.jsonserialize": "1.0.0" |
||||||
|
}, |
||||||
|
"url": "https://packages.unity.com" |
||||||
|
}, |
||||||
|
"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.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.uielementsnative": "1.0.0" |
||||||
|
} |
||||||
|
}, |
||||||
|
"com.unity.modules.uielementsnative": { |
||||||
|
"version": "1.0.0", |
||||||
|
"depth": 1, |
||||||
|
"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.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" |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue