Skip to content

Commit 3b3fecb

Browse files
committed
Added Use Moralis back-end integration and disable MoralisClient option.
1 parent e5eb525 commit 3b3fecb

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Assets/Moralis Web3 Unity SDK/Resources/MoralisServerSettings.asset

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: 13fef308ab711a6439bb086b5265f83e, type: 3}
1313
m_Name: MoralisServerSettings
1414
m_EditorClassIdentifier:
15+
DisableMoralisClient: 0
1516
DappUrl:
1617
DappId:
1718
DappName: Moralis SDK Application

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 1.2.11 (2022-10-03)
3+
- Added Use Moralis back-end integration and disable MoralisClient option.
4+
25
## 1.2.10 (2022-09-13)
36
- Added x-moralis-platform and x-moralis-platform-version to the allowHeaders
47

Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"com.unity.textmeshpro": "3.0.6",
1818
"com.unity.timeline": "1.4.8",
1919
"com.unity.ugui": "1.0.0",
20-
"io.moralis.web3-unity-sdk": "1.2.10",
20+
"io.moralis.web3-unity-sdk": "1.2.11",
2121
"com.unity.modules.ai": "1.0.0",
2222
"com.unity.modules.androidjni": "1.0.0",
2323
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100
},
101101
"io.moralis.web3-unity-sdk": {
102-
"version": "1.2.10",
102+
"version": "1.2.11",
103103
"depth": 0,
104104
"source": "registry",
105105
"dependencies": {

0 commit comments

Comments
 (0)