-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Unity version
6000.2.8f1
Meta XR Core SDK version
v81
Which OS are you using?
Windows 10
Where does the issue occur?
- In Unity Editor
- In Quest builds
Description
After updating the Meta XR All-in-one SDK to v81 and Meta Movement SDK to v81 I am unable to create a network character retargeter from the hierarchy and I receive the following errors:
Steps to reproduce
- Update the Meta XR All-in-one SDK to v81
- Update Meta Movement SDK to v81
- Hierarchy > Movement SDK > Networking > Add Networked Character Retargeter
Logs
Error installing Building Block Networked Character Retargeter: There are no available installation routines
at Meta.XR.BuildingBlocks.Editor.VariantsSelection.SelectInstallationRoutine (Meta.XR.BuildingBlocks.Editor.InterfaceBlockData blockData) [0x00033] in .\Library\PackageCache\com.meta.xr.sdk.core@d6da9ab40659\Editor\BuildingBlocks\InstallationRoutineSelector\VariantsSelection.cs:397
at Meta.XR.BuildingBlocks.Editor.InterfaceBlockData.InstallWithDependencies (System.Collections.Generic.List`1[T] selectedGameObjects) [0x001d1] in .\Library\PackageCache\com.meta.xr.sdk.core@d6da9ab40659\Editor\BuildingBlocks\InterfaceBlockData.cs:146
at Meta.XR.BuildingBlocks.Editor.InterfaceBlockData.InstallWithDependencies (UnityEngine.GameObject selectedGameObject) [0x0002e] in .\Library\PackageCache\com.meta.xr.sdk.core@d6da9ab40659\Editor\BuildingBlocks\InterfaceBlockData.cs:152
at Meta.XR.BuildingBlocks.Editor.BlockData.InstallWithDependenciesAndCommit (System.Collections.Generic.List`1[T] selectedGameObjects) [0x00055] in .\Library\PackageCache\com.meta.xr.sdk.core@d6da9ab40659\Editor\BuildingBlocks\BlockData.cs:148
UnityEngine.Debug:LogError (object)
Meta.XR.BuildingBlocks.Editor.BlockData/<InstallWithDependenciesAndCommit>d__38:MoveNext () (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/BlockData.cs:168)
System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start<Meta.XR.BuildingBlocks.Editor.BlockData/<InstallWithDependenciesAndCommit>d__38> (Meta.XR.BuildingBlocks.Editor.BlockData/<InstallWithDependenciesAndCommit>d__38&)
Meta.XR.BuildingBlocks.Editor.BlockData:InstallWithDependenciesAndCommit (System.Collections.Generic.List`1<UnityEngine.GameObject>)
Meta.XR.BuildingBlocks.Editor.BlockData/<InstallWithDependenciesAndCommit>d__39:MoveNext () (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/BlockData.cs:192)
System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start<Meta.XR.BuildingBlocks.Editor.BlockData/<InstallWithDependenciesAndCommit>d__39> (Meta.XR.BuildingBlocks.Editor.BlockData/<InstallWithDependenciesAndCommit>d__39&)
Meta.XR.BuildingBlocks.Editor.BlockData:InstallWithDependenciesAndCommit (UnityEngine.GameObject)
Meta.XR.BuildingBlocks.Editor.BlockData/<AddToProject>d__35:MoveNext () (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/BlockData.cs:117)
System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start<Meta.XR.BuildingBlocks.Editor.BlockData/<AddToProject>d__35> (Meta.XR.BuildingBlocks.Editor.BlockData/<AddToProject>d__35&)
Meta.XR.BuildingBlocks.Editor.BlockData:AddToProject (UnityEngine.GameObject,System.Action)
Meta.XR.BuildingBlocks.Editor.BlockData/<ContextMenuInstall>d__37:MoveNext () (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/BlockData.cs:136)
System.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start<Meta.XR.BuildingBlocks.Editor.BlockData/<ContextMenuInstall>d__37> (Meta.XR.BuildingBlocks.Editor.BlockData/<ContextMenuInstall>d__37&)
Meta.XR.BuildingBlocks.Editor.BlockData:ContextMenuInstall ()
System.Reflection.MethodBase:Invoke (object,object[])
Meta.XR.Movement.Networking.Block.Editor.InstallMovementBuildingBlock:InstallBuildingBlock (string) (at ./Library/PackageCache/com.meta.xr.sdk.movement@d3b89c847dbc/Editor/Native/Scripts/Block/InstallMovementBuildingBlock.cs:66)
Meta.XR.Movement.Networking.Block.Editor.InstallMovementBuildingBlock:InstallNetworkedRetargetedCharacterBuildingBlock () (at ./Library/PackageCache/com.meta.xr.sdk.movement@d3b89c847dbc/Editor/Native/Scripts/Block/InstallMovementBuildingBlock.cs:32)
UnityEditor.GenericMenu:CatchMenu (object,string[],int)
MissingInstallationRoutineException: There are no available installation routines
Meta.XR.BuildingBlocks.Editor.VariantsSelection.SelectInstallationRoutine (Meta.XR.BuildingBlocks.Editor.InterfaceBlockData blockData) (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/InstallationRoutineSelector/VariantsSelection.cs:397)
Meta.XR.BuildingBlocks.Editor.InterfaceBlockData.InstallWithDependencies (System.Collections.Generic.List`1[T] selectedGameObjects) (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/InterfaceBlockData.cs:146)
Meta.XR.BuildingBlocks.Editor.InterfaceBlockData.InstallWithDependencies (UnityEngine.GameObject selectedGameObject) (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/InterfaceBlockData.cs:152)
Meta.XR.BuildingBlocks.Editor.BlockData.InstallWithDependenciesAndCommit (System.Collections.Generic.List`1[T] selectedGameObjects) (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/BlockData.cs:172)
Meta.XR.BuildingBlocks.Editor.BlockData.InstallWithDependenciesAndCommit (UnityEngine.GameObject selectedGameObject) (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/BlockData.cs:192)
Meta.XR.BuildingBlocks.Editor.BlockData.AddToProject (UnityEngine.GameObject selectedGameObject, System.Action onInstall) (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/BlockData.cs:117)
Meta.XR.BuildingBlocks.Editor.BlockData.ContextMenuInstall () (at ./Library/PackageCache/com.meta.xr.sdk.core@d6da9ab40659/Editor/BuildingBlocks/BlockData.cs:136)
System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <715c8f689fc74561a4fef078d73c94aa>:0)
UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at <a25ed31d46d841d0bef9ea31576356a5>:0)
UnityEngine.UnitySynchronizationContext.Exec () (at <a25ed31d46d841d0bef9ea31576356a5>:0)
UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at <a25ed31d46d841d0bef9ea31576356a5>:0)
Additional info
Packages:
{
"dependencies": {
"com.meta.xr.mrutilitykit": {
"version": "81.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.meta.xr.sdk.core": "81.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": "81.0.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.meta.xr.sdk.core": "81.0.0",
"com.meta.xr.sdk.audio": "81.0.0",
"com.meta.xr.sdk.voice": "81.0.0",
"com.meta.xr.simulator": "81.0.0",
"com.meta.xr.sdk.haptics": "81.0.0",
"com.meta.xr.mrutilitykit": "81.0.0",
"com.meta.xr.sdk.platform": "81.0.0",
"com.meta.xr.sdk.interaction": "81.0.0",
"com.meta.xr.sdk.interaction.ovr": "81.0.0"
},
"url": "https://packages.unity.com"
},
"com.meta.xr.sdk.audio": {
"version": "81.0.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.meta.xr.sdk.avatars": {
"version": "35.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.meta.xr.sdk.core": "69.0.1",
"com.meta.xr.sdk.platform": "69.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.9",
"com.meta.xr.sdk.avatars.sample.assets": "35.2.0"
},
"url": "https://packages.unity.com"
},
"com.meta.xr.sdk.avatars.sample.assets": {
"version": "35.2.0",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.meta.xr.sdk.core": {
"version": "81.0.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.meta.xr.sdk.haptics": {
"version": "81.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.meta.xr.sdk.core": "81.0.0"
},
"url": "https://packages.unity.com"
},
"com.meta.xr.sdk.interaction": {
"version": "81.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": "81.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.meta.xr.sdk.core": "81.0.0",
"com.meta.xr.sdk.interaction": "81.0.0"
},
"url": "https://packages.unity.com"
},
"com.meta.xr.sdk.movement": {
"version": "https://github.com/oculus-samples/Unity-Movement.git",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.burst": "1.8.18",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0"
},
"hash": "d3b89c847dbcff03d0e318e570785d149238ad80"
},
"com.meta.xr.sdk.platform": {
"version": "81.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.meta.xr.sdk.voice": {
"version": "81.0.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.meta.xr.simulator": {
"version": "81.0.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.readyplayerme.core": {
"version": "https://github.com/readyplayerme/rpm-unity-sdk-core.git",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.cloud.gltfast": "6.0.1",
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"hash": "0f11fca654d1d1ee33ea31e567b4d6e083f7d19c"
},
"com.unity.ai.navigation": {
"version": "2.0.9",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.modules.ai": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.animation.rigging": {
"version": "1.3.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.4.1",
"com.unity.test-framework": "1.1.24"
},
"url": "https://packages.unity.com"
},
"com.unity.bindings.openimageio": {
"version": "1.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.collections": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.25",
"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.gltfast": {
"version": "6.0.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.4",
"com.unity.mathematics": "1.3.1",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.9.3",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "2.5.7",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.19",
"com.unity.mathematics": "1.3.2",
"com.unity.test-framework": "1.4.6",
"com.unity.nuget.mono-cecil": "1.11.5",
"com.unity.test-framework.performance": "3.0.3"
},
"url": "https://packages.unity.com"
},
"com.unity.editorcoroutines": {
"version": "1.0.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "2.0.5",
"depth": 2,
"source": "builtin",
"dependencies": {}
},
"com.unity.feature.development": {
"version": "1.0.2",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.ide.visualstudio": "2.0.23",
"com.unity.ide.rider": "3.0.38",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.performance.profile-analyzer": "1.2.3",
"com.unity.test-framework": "1.6.0",
"com.unity.testtools.codecoverage": "1.2.6"
}
},
"com.unity.ide.rider": {
"version": "3.0.38",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ext.nunit": "1.0.6"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.23",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.14.2",
"depth": 1,
"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.netcode.gameobjects": {
"version": "2.3.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.transport": "2.4.0",
"com.unity.nuget.mono-cecil": "1.11.4"
},
"url": "https://packages.unity.com"
},
"com.unity.nuget.mono-cecil": {
"version": "1.11.5",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.1",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.performance.profile-analyzer": {
"version": "1.2.3",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.recorder": {
"version": "5.1.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.timeline": "1.8.7",
"com.unity.collections": "1.2.4",
"com.unity.bindings.openimageio": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "17.2.0",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.burst": "1.8.14",
"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.2.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "17.2.0",
"com.unity.shadergraph": "17.2.0",
"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.services.authentication": {
"version": "3.4.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.services.core": "1.14.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.14.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.androidjni": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.deployment": {
"version": "1.4.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.12.0",
"com.unity.services.deployment.api": "1.1.2"
},
"url": "https://packages.unity.com"
},
"com.unity.services.deployment.api": {
"version": "1.1.2",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.services.multiplayer": {
"version": "1.1.8",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.transport": "2.5.0",
"com.unity.collections": "2.2.1",
"com.unity.services.qos": "1.3.0",
"com.unity.services.core": "1.13.0",
"com.unity.services.wire": "1.4.0",
"com.unity.services.deployment": "1.3.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.services.authentication": "3.3.3"
},
"url": "https://packages.unity.com"
},
"com.unity.services.qos": {
"version": "1.3.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.collections": "1.2.4",
"com.unity.services.core": "1.12.4",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.services.authentication": "2.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.wire": {
"version": "1.4.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.12.5",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.services.authentication": "2.7.4"
},
"url": "https://packages.unity.com"
},
"com.unity.settings-manager": {
"version": "2.1.0",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "17.2.0",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "17.2.0",
"com.unity.searcher": "4.9.3"
}
},
"com.unity.test-framework": {
"version": "1.6.0",
"depth": 1,
"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.2.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.testtools.codecoverage": {
"version": "1.2.6",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.0.16",
"com.unity.settings-manager": "1.0.1"
},
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "5.0.0",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.ugui": "2.0.0"
}
},
"com.unity.timeline": {
"version": "1.8.9",
"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.transport": {
"version": "2.6.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.24",
"com.unity.collections": "2.2.1",
"com.unity.mathematics": "1.3.2"
},
"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.7",
"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.xr.arcore": {
"version": "6.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.xr.core-utils": "2.2.2",
"com.unity.xr.management": "4.4.0",
"com.unity.xr.arfoundation": "6.2.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arfoundation": {
"version": "6.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ugui": "2.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.inputsystem": "1.6.3",
"com.unity.mathematics": "1.2.6",
"com.unity.xr.core-utils": "2.5.1",
"com.unity.xr.management": "4.4.0",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arkit": {
"version": "6.2.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.core-utils": "2.2.2",
"com.unity.xr.management": "4.4.0",
"com.unity.xr.arfoundation": "6.2.0",
"com.unity.editorcoroutines": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.core-utils": {
"version": "2.5.3",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.xr": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.interaction.toolkit": {
"version": "3.2.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"com.unity.inputsystem": "1.8.1",
"com.unity.mathematics": "1.2.6",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.xr.core-utils": "2.4.0",
"com.unity.modules.physics": "1.0.0"
},
"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.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.vr": "1.0.0",
"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.15.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.xr.legacyinputhelpers": "2.1.2"
},
"url": "https://packages.unity.com"
},
"com.vrsys.chat-odin": {
"version": "https://github.com/vrsys/vrsys-core.git?path=/Packages/com.vrsys.chat-odin",
"depth": 0,
"source": "git",
"dependencies": {
"com.vrsys.core": "1.0.2"
},
"hash": "f212f0193e1e1f11803c931606d0a6198554511a"
},
"com.vrsys.core": {
"version": "https://github.com/vrsys/vrsys-core.git?path=/Packages/com.vrsys.core",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.netcode.gameobjects": "2.3.2",
"com.unity.services.authentication": "3.4.1",
"com.unity.services.multiplayer": "1.1.3",
"com.unity.xr.interaction.toolkit": "3.0.8",
"com.unity.xr.management": "4.5.1",
"com.unity.xr.openxr": "1.14.3",
"com.unity.ugui": "2.0.0"
},
"hash": "f212f0193e1e1f11803c931606d0a6198554511a"
},
"com.vrsys.meta-integrations": {
"version": "https://github.com/vrsys/vrsys-core.git?path=/Packages/com.vrsys.meta-integrations",
"depth": 0,
"source": "git",
"dependencies": {
"com.vrsys.core": "1.0.4",
"com.meta.xr.sdk.avatars": "35.2.0",
"com.meta.xr.sdk.core": "76.0.1"
},
"hash": "f212f0193e1e1f11803c931606d0a6198554511a"
},
"com.vwds.arika": {
"version": "https://github.com/VWDG-TU-Ilmenau/com.vwds.arika.git",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.xr.arcore": "6.0.2",
"com.unity.xr.arfoundation": "6.0.3",
"com.unity.xr.arkit": "6.0.2"
},
"hash": "00b84a00867e034c4c5a165c3dd98597c4867b7b"
},
"io.fourplayers.odin": {
"version": "https://github.com/4Players/odin-sdk-unity.git",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "200ad9988e9b4f5776695ffd834804e63c15a9e3"
},
"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.nvidia": {
"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.physics": "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"
}
}
}
}