Skip to content

Commit

Permalink
fix(manifest): update extDebug source to openupm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 committed Nov 17, 2021
1 parent 84b423c commit 72c63d1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
12 changes: 10 additions & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.iam1337.extdebug": "https://github.com/Iam1337/extDebug.git#upm",
"com.iam1337.extdebug": "1.5.1",
"com.unity.ide.rider": "3.0.7",
"com.unity.ide.visualstudio": "2.0.11",
"com.unity.ide.vscode": "1.2.4",
Expand Down Expand Up @@ -39,5 +39,13 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"scopedRegistries": []
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.iam1337.extdebug"
]
}
]
}
8 changes: 4 additions & 4 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"com.iam1337.extdebug": {
"version": "https://github.com/Iam1337/extDebug.git#upm",
"version": "1.5.1",
"depth": 0,
"source": "git",
"source": "registry",
"dependencies": {},
"hash": "616e91ccbe70428b8d1da01b1b5578b55c315f37"
"url": "https://package.openupm.com"
},
"com.unity.ext.nunit": {
"version": "1.0.6",
Expand Down Expand Up @@ -47,7 +47,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.27",
"version": "1.1.29",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
25 changes: 11 additions & 14 deletions ProjectSettings/PackageManagerSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,18 @@ MonoBehaviour:
m_Scopes: []
m_IsDefault: 1
m_Capabilities: 7
m_UserSelectedRegistryName:
- m_Id: scoped:package.openupm.com
m_Name: package.openupm.com
m_Url: https://package.openupm.com
m_Scopes:
- com.iam1337.extdebug
m_IsDefault: 0
m_Capabilities: 0
m_UserSelectedRegistryName: package.openupm.com
m_UserAddingNewScopedRegistry: 0
m_RegistryInfoDraft:
m_ErrorMessage:
m_Original:
m_Id:
m_Name:
m_Url:
m_Scopes: []
m_IsDefault: 0
m_Capabilities: 0
m_Modified: 0
m_Name:
m_Url:
m_Scopes:
-
m_SelectedScopeIndex: 0
m_ErrorMessage:
m_UserModificationsInstanceId: -832
m_OriginalInstanceId: -834
m_LoadAssets: 0

0 comments on commit 72c63d1

Please sign in to comment.