mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-09 19:25:10 +00:00
Switch newtonsoft package with official unity one
This commit is contained in:
parent
2405e9b211
commit
9dd141a6b2
3 changed files with 9 additions and 10 deletions
|
@ -5,11 +5,11 @@
|
|||
"com.unity.ide.rider": "2.0.7",
|
||||
"com.unity.ide.visualstudio": "2.0.12",
|
||||
"com.unity.ide.vscode": "1.2.4",
|
||||
"com.unity.nuget.newtonsoft-json": "2.0.2",
|
||||
"com.unity.test-framework": "1.1.29",
|
||||
"com.unity.textmeshpro": "3.0.6",
|
||||
"com.unity.timeline": "1.4.8",
|
||||
"com.unity.ugui": "1.0.0",
|
||||
"jillejr.newtonsoft.json-for-unity": "13.0.102",
|
||||
"jillejr.newtonsoft.json-for-unity.converters": "1.3.0",
|
||||
"com.unity.modules.ai": "1.0.0",
|
||||
"com.unity.modules.androidjni": "1.0.0",
|
||||
|
|
|
@ -49,8 +49,8 @@
|
|||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.nuget.newtonsoft-json": {
|
||||
"version": "2.0.0",
|
||||
"depth": 1,
|
||||
"version": "2.0.2",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://packages.unity.com"
|
||||
|
@ -105,13 +105,6 @@
|
|||
"com.unity.modules.imgui": "1.0.0"
|
||||
}
|
||||
},
|
||||
"jillejr.newtonsoft.json-for-unity": {
|
||||
"version": "13.0.102",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://npm.cloudsmith.io/jillejr/newtonsoft-json-for-unity"
|
||||
},
|
||||
"jillejr.newtonsoft.json-for-unity.converters": {
|
||||
"version": "1.3.0",
|
||||
"depth": 0,
|
||||
|
|
|
@ -12,6 +12,9 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_EnablePreviewPackages: 0
|
||||
m_EnablePackageDependencies: 0
|
||||
m_AdvancedSettingsExpanded: 1
|
||||
m_ScopedRegistriesSettingsExpanded: 1
|
||||
oneTimeWarningShown: 0
|
||||
m_Registries:
|
||||
|
@ -20,12 +23,14 @@ MonoBehaviour:
|
|||
m_Url: https://packages.unity.com
|
||||
m_Scopes: []
|
||||
m_IsDefault: 1
|
||||
m_Capabilities: 7
|
||||
- m_Id: scoped:jilleJr
|
||||
m_Name: jilleJr
|
||||
m_Url: https://npm.cloudsmith.io/jillejr/newtonsoft-json-for-unity
|
||||
m_Scopes:
|
||||
- jillejr.newtonsoft.json-for-unity
|
||||
m_IsDefault: 0
|
||||
m_Capabilities: 0
|
||||
m_UserSelectedRegistryName:
|
||||
m_UserAddingNewScopedRegistry: 0
|
||||
m_RegistryInfoDraft:
|
||||
|
@ -37,6 +42,7 @@ MonoBehaviour:
|
|||
m_Scopes:
|
||||
- jillejr.newtonsoft.json-for-unity
|
||||
m_IsDefault: 0
|
||||
m_Capabilities: 0
|
||||
m_Modified: 0
|
||||
m_Name: jilleJr
|
||||
m_Url: https://npm.cloudsmith.io/jillejr/newtonsoft-json-for-unity
|
||||
|
|
Loading…
Reference in a new issue