Forum Discussion
Luis.Zan
1 year agoProtege
Error installing Unity's Meta XR All-in-One SDK v62 (and 63) package
I'm getting a console error upon installing Meta XR Core SDK on my Unity 2021.3.36f1 project: [Package Manager Window] Error while getting access token: invalid configuration from Unity Connect
Uni...
- 1 year ago
Adding Meta's npm.developer.oculus.com as a scoped registry fixed this for me. I tried manual mode also it didn't worked out. Only scopedRegistries as source worked out for me. Try adding this in manifest file under Packages folder.
"scopedRegistries": [ { "name": "Meta", "url": "https://npm.developer.oculus.com", "scopes": [ "com.meta.xr.sdk.audio", "com.meta.xr.sdk.core", "com.meta.xr.sdk.interaction", "com.meta.xr.sdk.interaction.ovr", "com.meta.xr.sdk.platform", "com.meta.xr.sdk.voice", "com.meta.xr.sdk.voice.composer", "com.meta.xr.sdk.voice.dictation", "com.meta.xr.sdk.voice.telemetry", "com.meta.xr.simulator", "com.meta.xr.sdk.sharedassets", "com.meta.xr.sdk.interaction.ovr.samples" ] } ]
pranav_suresh7
1 year agoProtege
Hi Anyone able to resolve this ? I'm getting this across all the unity editors and when starting new project also.
- Luis.Zan1 year agoProtege
Not on my end. Still seeing the error.
- pranav_suresh71 year agoProtege
Adding Meta's npm.developer.oculus.com as a scoped registry fixed this for me. I tried manual mode also it didn't worked out. Only scopedRegistries as source worked out for me. Try adding this in manifest file under Packages folder.
"scopedRegistries": [ { "name": "Meta", "url": "https://npm.developer.oculus.com", "scopes": [ "com.meta.xr.sdk.audio", "com.meta.xr.sdk.core", "com.meta.xr.sdk.interaction", "com.meta.xr.sdk.interaction.ovr", "com.meta.xr.sdk.platform", "com.meta.xr.sdk.voice", "com.meta.xr.sdk.voice.composer", "com.meta.xr.sdk.voice.dictation", "com.meta.xr.sdk.voice.telemetry", "com.meta.xr.simulator", "com.meta.xr.sdk.sharedassets", "com.meta.xr.sdk.interaction.ovr.samples" ] } ]- Luis.Zan1 year agoProtege
Amazing, that worked for me too.
I had a couple extra packages to add to the registry:
"scopedRegistries": [ { "name": "Meta", "url": "https://npm.developer.oculus.com", "scopes": [ "com.meta.xr.mrutilitykit", "com.meta.xr.sdk.audio", "com.meta.xr.sdk.core", "com.meta.xr.sdk.haptics", "com.meta.xr.sdk.interaction", "com.meta.xr.sdk.interaction.ovr", "com.meta.xr.sdk.platform", "com.meta.xr.sdk.voice", "com.meta.xr.sdk.voice.composer", "com.meta.xr.sdk.voice.dictation", "com.meta.xr.sdk.voice.telemetry", "com.meta.xr.simulator", "com.meta.xr.sdk.sharedassets", "com.meta.xr.sdk.interaction.ovr.samples" ] } ]
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device