diff --git a/Assets/Resources.meta b/Assets/Resources.meta new file mode 100644 index 0000000..a7a0000 --- /dev/null +++ b/Assets/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 85e8017e5f7795b46875bc0f60b490e0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Web3Config.asset b/Assets/Resources/Web3Config.asset new file mode 100644 index 0000000..ef6f08e --- /dev/null +++ b/Assets/Resources/Web3Config.asset @@ -0,0 +1,17 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 512a0f920c4549c6b8fa15ad0baa6cca, type: 3} + m_Name: Web3Config + m_EditorClassIdentifier: + k__BackingField: + k__BackingField: 1 + k__BackingField: [] diff --git a/Assets/Resources/Web3Config.asset.meta b/Assets/Resources/Web3Config.asset.meta new file mode 100644 index 0000000..3d82341 --- /dev/null +++ b/Assets/Resources/Web3Config.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7b7dc9caf9ca2d14db47dbe3c46298e3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/manifest.json b/Packages/manifest.json index 3e6595f..bfc3f80 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -6,6 +6,7 @@ "com.unity.timeline": "1.7.6", "com.unity.ugui": "1.0.0", "com.unity.visualscripting": "1.9.4", + "io.chainsafe.web3-unity": "https://github.com/ChainSafe/web3.unity.git?path=/Packages/io.chainsafe.web3-unity", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 3fbf116..4dbf3d0 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -60,6 +60,13 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.nuget.newtonsoft-json": { + "version": "3.2.1", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.performance.profile-analyzer": { "version": "1.2.2", "depth": 1, @@ -135,6 +142,16 @@ }, "url": "https://packages.unity.com" }, + "io.chainsafe.web3-unity": { + "version": "https://github.com/ChainSafe/web3.unity.git?path=/Packages/io.chainsafe.web3-unity", + "depth": 0, + "source": "git", + "dependencies": { + "com.unity.nuget.newtonsoft-json": "3.0.2", + "com.unity.textmeshpro": "3.0.6" + }, + "hash": "1dd45f2b2e233d7462a5a654ded715720f6b6f94" + }, "com.unity.modules.ai": { "version": "1.0.0", "depth": 0,