Skip to content

Commit

Permalink
Use Unity json.net
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Oct 11, 2024
1 parent 1dadbfc commit 1f81609
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
9 changes: 1 addition & 8 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"com.bartofzo.nativetrees": "https://github.com/icosa-mirror/NativeTrees.git#upm",
"com.newtonsoft.json": "1.0.1",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.9.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.textmeshpro": "3.0.9",
"com.unity.timeline": "1.7.6",
"com.unity.ugui": "1.0.0",
Expand Down Expand Up @@ -45,13 +45,6 @@
"com.unity.modules.xr": "1.0.0"
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.newtonsoft.json"
]
},
{
"name": "Unity NuGet",
"url": "https://unitynuget-registry.azurewebsites.net",
Expand Down
14 changes: 7 additions & 7 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
},
"hash": "cf96de68a69065496a03b5ea295bbeb7c34ebcd6"
},
"com.newtonsoft.json": {
"version": "1.0.1",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.unity.burst": {
"version": "1.8.17",
"depth": 1,
Expand Down Expand Up @@ -93,6 +86,13 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.1",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.33",
"depth": 1,
Expand Down
8 changes: 0 additions & 8 deletions ProjectSettings/PackageManagerSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ MonoBehaviour:
m_IsDefault: 1
m_Capabilities: 7
m_ConfigSource: 0
- m_Id: scoped:project:package.openupm.com
m_Name: package.openupm.com
m_Url: https://package.openupm.com
m_Scopes:
- com.newtonsoft.json
m_IsDefault: 0
m_Capabilities: 0
m_ConfigSource: 4
- m_Id: scoped:project:Unity NuGet
m_Name: Unity NuGet
m_Url: https://unitynuget-registry.azurewebsites.net
Expand Down

0 comments on commit 1f81609

Please sign in to comment.