Skip to content

Commit 0db05b2

Browse files
committed
Remove SERVER URI Warning. Fix manifest entry for Newtonsoft.
1 parent 1073fa5 commit 0db05b2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Assets/MoralisWeb3ApiSdk/MoralisController.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ public class MoralisController : MonoBehaviour
5757
public WalletConnect walletConnect;
5858
private void OnValidate()
5959
{
60-
if (MoralisServerURI == "SERVER URI" || string.IsNullOrWhiteSpace(MoralisServerURI) || MoralisApplicationId == "APPLICATION ID" || string.IsNullOrWhiteSpace(MoralisApplicationId))
61-
{
62-
Debug.LogError("Setup your Moralis Server URI and Application Id before running. For more help read the Quick Start on: https://github.com/ethereum-boilerplate/ethereum-unity-boilerplate#-quick-start");
63-
}
60+
6461
}
6562

6663
#if UNITY_WEBGL

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.collab-proxy": "1.15.7",
4-
"com.unity.nuget.newtonsoft.json": "2.0.0",
4+
"com.unity.nuget.newtonsoft-json": "2.0.0",
55
"com.unity.ide.rider": "2.0.7",
66
"com.unity.ide.visualstudio": "2.0.12",
77
"com.unity.ide.vscode": "1.2.4",

Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"com.unity.nuget.newtonsoft-json": {
5252
"version": "2.0.0",
53-
"depth": 1,
53+
"depth": 0,
5454
"source": "registry",
5555
"dependencies": {},
5656
"url": "https://packages.unity.com"

0 commit comments

Comments
 (0)