Skip to content

Commit 4aa580c

Browse files
committed
Adjust wallet address text width
1 parent 47840ec commit 4aa580c

14 files changed

+67
-1918
lines changed

Assembly-CSharp-Editor.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<LangVersion>latest</LangVersion>
4+
<LangVersion>8.0</LangVersion>
55
</PropertyGroup>
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -52,6 +52,9 @@
5252
<UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
5353
<UnityVersion>2020.3.17f1</UnityVersion>
5454
</PropertyGroup>
55+
<ItemGroup>
56+
<Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll" />
57+
</ItemGroup>
5558
<ItemGroup>
5659
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\Editor\WalletConnectEditor.cs" />
5760
</ItemGroup>
@@ -299,6 +302,9 @@
299302
<Reference Include="Unity.Plastic.Antlr3.Runtime">
300303
<HintPath>Library\PackageCache\com.unity.collab-proxy@1.7.1\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
301304
</Reference>
305+
<Reference Include="BouncyCastle.Crypto">
306+
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
307+
</Reference>
302308
<Reference Include="log4netPlastic">
303309
<HintPath>Library\PackageCache\com.unity.collab-proxy@1.7.1\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
304310
</Reference>

Assembly-CSharp.Player.csproj

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<LangVersion>latest</LangVersion>
4+
<LangVersion>8.0</LangVersion>
55
</PropertyGroup>
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -52,6 +52,9 @@
5252
<UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
5353
<UnityVersion>2020.3.17f1</UnityVersion>
5454
</PropertyGroup>
55+
<ItemGroup>
56+
<Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll" />
57+
</ItemGroup>
5558
<ItemGroup>
5659
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\InternalEvent.cs" />
5760
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Utilities\JsonUtilities.cs" />
@@ -79,6 +82,7 @@
7982
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Abstractions\IServerConnectionData.cs" />
8083
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Abstractions\ICurrentObjectService.cs" />
8184
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Services\RelativeCacheLocationMutator.cs" />
85+
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\UI\ChooseWalletScreen.cs" />
8286
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Utilities\FlexibleDictionaryWrapper.cs" />
8387
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\Ethereum\NativeCurrency.cs" />
8488
<Compile Include="Assets\Scripts\Moralis\Moralis.Web3Api\CloudApi\DefiApi.cs" />
@@ -111,6 +115,7 @@
111115
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Services\Infrastructure\MetadataService.cs" />
112116
<Compile Include="Assets\Scripts\ChestController.cs" />
113117
<Compile Include="Assets\Scripts\WalletBalanceController.cs" />
118+
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\Models\WCMessageSigned.cs" />
114119
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\EncryptedPayload.cs" />
115120
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\Ethereum\EthChain.cs" />
116121
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\Ethereum\Types\EvmIgnoreAttribute.cs" />
@@ -169,6 +174,7 @@
169174
<Compile Include="Assets\Scripts\Moralis\MoralisLoginTokenRequest.cs" />
170175
<Compile Include="Assets\Scripts\Moralis\Moralis.Web3Api\Api\AccountApi.cs" />
171176
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Objects\MoralisGeoDistance.cs" />
177+
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Utils\Sha3Keccack.cs" />
172178
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Abstractions\IUser.cs" />
173179
<Compile Include="Assets\Scripts\Moralis\Moralis.Web3Api.Core\Models\NftCollection.cs" />
174180
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Queries\Live\QueryEventMessage.cs" />
@@ -272,6 +278,7 @@
272278
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\Network\WebGLAESCipher.cs" />
273279
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Operations\MoralisSetOperation.cs" />
274280
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\Ethereum\Types\EvmTypedData.cs" />
281+
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\WalletConnectActions.cs" />
275282
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Queries\Live\MoralisClientWebSocket.cs" />
276283
<Compile Include="Assets\Scripts\Moralis\Moralis.Web3Api.Core\Models\LogEventByAddress.cs" />
277284
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Services\AbsoluteCacheLocationMutator.cs" />
@@ -340,10 +347,6 @@
340347
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Queries\Live\OperationTypes.cs" />
341348
<Compile Include="Assets\Scripts\IWeaponCollisionHandler.cs" />
342349
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Services\ServiceHub.cs" />
343-
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Utils\Sha3Keccack.cs" />
344-
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\Models\WCMessageSigned.cs" />
345-
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\WalletConnectActions.cs" />
346-
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\UI\ChooseWalletScreen.cs" />
347350
</ItemGroup>
348351
<ItemGroup>
349352
<None Include="Assets\3rdParty\TextMesh Pro\Shaders\TMPro.cginc" />
@@ -608,6 +611,9 @@
608611
<Reference Include="Newtonsoft.Json">
609612
<HintPath>Library\PackageCache\com.unity.nuget.newtonsoft-json@2.0.0\Runtime\AOT\Newtonsoft.Json.dll</HintPath>
610613
</Reference>
614+
<Reference Include="BouncyCastle.Crypto">
615+
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
616+
</Reference>
611617
<Reference Include="System.Drawing.Common">
612618
<HintPath>Assets\Packages\System.Drawing.Common\netstandard2.0\System.Drawing.Common.dll</HintPath>
613619
</Reference>
@@ -620,9 +626,6 @@
620626
<Reference Include="QRCoder.Unity">
621627
<HintPath>Assets\Packages\QRCoder.Unity.1.0.2\lib\net35\QRCoder.Unity.dll</HintPath>
622628
</Reference>
623-
<Reference Include="BouncyCastle.Crypto">
624-
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
625-
</Reference>
626629
<Reference Include="netstandard">
627630
<HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.17f1\Editor\Data\NetStandard\ref\2.0.0\netstandard.dll</HintPath>
628631
</Reference>

Assembly-CSharp.csproj

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<LangVersion>latest</LangVersion>
4+
<LangVersion>8.0</LangVersion>
55
</PropertyGroup>
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -52,6 +52,9 @@
5252
<UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
5353
<UnityVersion>2020.3.17f1</UnityVersion>
5454
</PropertyGroup>
55+
<ItemGroup>
56+
<Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll" />
57+
</ItemGroup>
5558
<ItemGroup>
5659
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\InternalEvent.cs" />
5760
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Utilities\JsonUtilities.cs" />
@@ -79,6 +82,7 @@
7982
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Abstractions\IServerConnectionData.cs" />
8083
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Abstractions\ICurrentObjectService.cs" />
8184
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Services\RelativeCacheLocationMutator.cs" />
85+
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\UI\ChooseWalletScreen.cs" />
8286
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Utilities\FlexibleDictionaryWrapper.cs" />
8387
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\Ethereum\NativeCurrency.cs" />
8488
<Compile Include="Assets\Scripts\Moralis\Moralis.Web3Api\CloudApi\DefiApi.cs" />
@@ -111,6 +115,7 @@
111115
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Services\Infrastructure\MetadataService.cs" />
112116
<Compile Include="Assets\Scripts\ChestController.cs" />
113117
<Compile Include="Assets\Scripts\WalletBalanceController.cs" />
118+
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\Models\WCMessageSigned.cs" />
114119
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\EncryptedPayload.cs" />
115120
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\Ethereum\EthChain.cs" />
116121
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\Ethereum\Types\EvmIgnoreAttribute.cs" />
@@ -169,6 +174,7 @@
169174
<Compile Include="Assets\Scripts\Moralis\MoralisLoginTokenRequest.cs" />
170175
<Compile Include="Assets\Scripts\Moralis\Moralis.Web3Api\Api\AccountApi.cs" />
171176
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Objects\MoralisGeoDistance.cs" />
177+
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Utils\Sha3Keccack.cs" />
172178
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Abstractions\IUser.cs" />
173179
<Compile Include="Assets\Scripts\Moralis\Moralis.Web3Api.Core\Models\NftCollection.cs" />
174180
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Queries\Live\QueryEventMessage.cs" />
@@ -272,6 +278,7 @@
272278
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\Network\WebGLAESCipher.cs" />
273279
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Operations\MoralisSetOperation.cs" />
274280
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Models\Ethereum\Types\EvmTypedData.cs" />
281+
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\WalletConnectActions.cs" />
275282
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Queries\Live\MoralisClientWebSocket.cs" />
276283
<Compile Include="Assets\Scripts\Moralis\Moralis.Web3Api.Core\Models\LogEventByAddress.cs" />
277284
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Services\AbsoluteCacheLocationMutator.cs" />
@@ -340,10 +347,6 @@
340347
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Queries\Live\OperationTypes.cs" />
341348
<Compile Include="Assets\Scripts\IWeaponCollisionHandler.cs" />
342349
<Compile Include="Assets\Scripts\Moralis\MoralisDotNet\Platform\Services\ServiceHub.cs" />
343-
<Compile Include="Assets\Scripts\WalletConnectSharp\WalletConnectSharp.Core\Utils\Sha3Keccack.cs" />
344-
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\Models\WCMessageSigned.cs" />
345-
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\WalletConnectActions.cs" />
346-
<Compile Include="Assets\Scripts\WalletConnectSharp.Unity\UI\ChooseWalletScreen.cs" />
347350
</ItemGroup>
348351
<ItemGroup>
349352
<None Include="Assets\3rdParty\TextMesh Pro\Shaders\TMPro.cginc" />
@@ -599,6 +602,9 @@
599602
<Reference Include="UnityEditor.UnityConnectModule">
600603
<HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
601604
</Reference>
605+
<Reference Include="BouncyCastle.Crypto">
606+
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
607+
</Reference>
602608
<Reference Include="System.Drawing.Common">
603609
<HintPath>Assets\Packages\System.Drawing.Common\netstandard2.0\System.Drawing.Common.dll</HintPath>
604610
</Reference>
@@ -614,9 +620,6 @@
614620
<Reference Include="QRCoder.Unity">
615621
<HintPath>Assets\Packages\QRCoder.Unity.1.0.2\lib\net35\QRCoder.Unity.dll</HintPath>
616622
</Reference>
617-
<Reference Include="BouncyCastle.Crypto">
618-
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
619-
</Reference>
620623
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
621624
<HintPath>C:\Program Files\Unity\Hub\Editor\2020.3.17f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
622625
</Reference>

Assets/Scenes/DemoScene.unity

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,14 @@ PrefabInstance:
252252
objectReference: {fileID: 0}
253253
- target: {fileID: 5175095894888145821, guid: ce99fd52594d5e54f972689a083ac409, type: 3}
254254
propertyPath: connectOnAwake
255+
value: 0
256+
objectReference: {fileID: 0}
257+
- target: {fileID: 5175095894888145821, guid: ce99fd52594d5e54f972689a083ac409, type: 3}
258+
propertyPath: connectOnStart
259+
value: 1
260+
objectReference: {fileID: 0}
261+
- target: {fileID: 5175095894888145821, guid: ce99fd52594d5e54f972689a083ac409, type: 3}
262+
propertyPath: autoSaveAndResume
255263
value: 1
256264
objectReference: {fileID: 0}
257265
- target: {fileID: 5175095894888145821, guid: ce99fd52594d5e54f972689a083ac409, type: 3}
@@ -628,7 +636,7 @@ RectTransform:
628636
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
629637
m_AnchorMin: {x: 0.5, y: 1}
630638
m_AnchorMax: {x: 0.5, y: 1}
631-
m_AnchoredPosition: {x: 0, y: -250.00032}
639+
m_AnchoredPosition: {x: 0, y: -249.99933}
632640
m_SizeDelta: {x: 640, y: 500}
633641
m_Pivot: {x: 0.5, y: 0.5}
634642
--- !u!114 &125404195
@@ -12350,7 +12358,7 @@ RectTransform:
1235012358
m_AnchorMin: {x: 0.5, y: 1}
1235112359
m_AnchorMax: {x: 0.5, y: 1}
1235212360
m_AnchoredPosition: {x: 0, y: -70}
12353-
m_SizeDelta: {x: 370, y: 32}
12361+
m_SizeDelta: {x: 500, y: 32}
1235412362
m_Pivot: {x: 0.5, y: 0.5}
1235512363
--- !u!114 &1716479458
1235612364
MonoBehaviour:
@@ -12385,7 +12393,7 @@ MonoBehaviour:
1238512393
m_HorizontalOverflow: 0
1238612394
m_VerticalOverflow: 0
1238712395
m_LineSpacing: 1
12388-
m_Text: Address
12396+
m_Text: ADDRESS
1238912397
--- !u!222 &1716479459
1239012398
CanvasRenderer:
1239112399
m_ObjectHideFlags: 0

LeanCommon.Player.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@
286286
<Reference Include="Newtonsoft.Json">
287287
<HintPath>Library\PackageCache\com.unity.nuget.newtonsoft-json@2.0.0\Runtime\AOT\Newtonsoft.Json.dll</HintPath>
288288
</Reference>
289+
<Reference Include="BouncyCastle.Crypto">
290+
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
291+
</Reference>
289292
<Reference Include="System.Drawing.Common">
290293
<HintPath>Assets\Packages\System.Drawing.Common\netstandard2.0\System.Drawing.Common.dll</HintPath>
291294
</Reference>

LeanCommon.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@
328328
<Reference Include="Unity.Plastic.Antlr3.Runtime">
329329
<HintPath>Library\PackageCache\com.unity.collab-proxy@1.7.1\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
330330
</Reference>
331+
<Reference Include="BouncyCastle.Crypto">
332+
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
333+
</Reference>
331334
<Reference Include="log4netPlastic">
332335
<HintPath>Library\PackageCache\com.unity.collab-proxy@1.7.1\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
333336
</Reference>

LeanGUI.Player.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,9 @@
291291
<Reference Include="Newtonsoft.Json">
292292
<HintPath>Library\PackageCache\com.unity.nuget.newtonsoft-json@2.0.0\Runtime\AOT\Newtonsoft.Json.dll</HintPath>
293293
</Reference>
294+
<Reference Include="BouncyCastle.Crypto">
295+
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
296+
</Reference>
294297
<Reference Include="System.Drawing.Common">
295298
<HintPath>Assets\Packages\System.Drawing.Common\netstandard2.0\System.Drawing.Common.dll</HintPath>
296299
</Reference>

LeanGUI.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@
333333
<Reference Include="Unity.Plastic.Antlr3.Runtime">
334334
<HintPath>Library\PackageCache\com.unity.collab-proxy@1.7.1\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
335335
</Reference>
336+
<Reference Include="BouncyCastle.Crypto">
337+
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
338+
</Reference>
336339
<Reference Include="log4netPlastic">
337340
<HintPath>Library\PackageCache\com.unity.collab-proxy@1.7.1\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
338341
</Reference>

LeanTransition.Editor.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@
306306
<Reference Include="Unity.Plastic.Antlr3.Runtime">
307307
<HintPath>Library\PackageCache\com.unity.collab-proxy@1.7.1\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
308308
</Reference>
309+
<Reference Include="BouncyCastle.Crypto">
310+
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
311+
</Reference>
309312
<Reference Include="log4netPlastic">
310313
<HintPath>Library\PackageCache\com.unity.collab-proxy@1.7.1\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
311314
</Reference>

LeanTransition.Player.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@
358358
<Reference Include="Newtonsoft.Json">
359359
<HintPath>Library\PackageCache\com.unity.nuget.newtonsoft-json@2.0.0\Runtime\AOT\Newtonsoft.Json.dll</HintPath>
360360
</Reference>
361+
<Reference Include="BouncyCastle.Crypto">
362+
<HintPath>Assets\Packages\BouncyCastle.Crypto\BouncyCastle.Crypto.dll</HintPath>
363+
</Reference>
361364
<Reference Include="System.Drawing.Common">
362365
<HintPath>Assets\Packages\System.Drawing.Common\netstandard2.0\System.Drawing.Common.dll</HintPath>
363366
</Reference>

0 commit comments

Comments
 (0)