Skip to content

Commit 90cbbfe

Browse files
author
Ovidiu Arion
committed
Fixed Android build error
1 parent 1329929 commit 90cbbfe

File tree

3 files changed

+8
-22
lines changed

3 files changed

+8
-22
lines changed

Assets/GleyPlugins/MultiversXUnityTools/Editor/IconReferences.asset

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,7 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: 0e932a173faee8e4680f1491e48c5315, type: 3}
1313
m_Name: IconReferences
1414
m_EditorClassIdentifier:
15-
gleyCover: {fileID: 0}
16-
gleyLogo: {fileID: 0}
17-
achievementsIcon: {fileID: 0}
18-
crossPromoIcon: {fileID: 0}
19-
dailyRewardsIcon: {fileID: 0}
20-
discordIcon: {fileID: 0}
21-
easyIAPIcon: {fileID: 0}
22-
facebookIcon: {fileID: 0}
23-
instagramIcon: {fileID: 0}
24-
localizationIcon: {fileID: 0}
25-
mobileAdsIcon: {fileID: 0}
26-
mobileToolsIcon: {fileID: 0}
27-
notificationsIcon: {fileID: 0}
28-
rateGameIcon: {fileID: 0}
29-
saveIcon: {fileID: 0}
30-
trafficSystemIcon: {fileID: 0}
31-
twitterIcon: {fileID: 0}
32-
vehiclesIcon: {fileID: 0}
33-
websiteIcon: {fileID: 0}
34-
youtubeIcon: {fileID: 0}
15+
discordIcon: {fileID: 2800000, guid: f9a1a064b9b4568468b8410190b86f48, type: 3}
16+
twitterIcon: {fileID: 2800000, guid: 5a0addd76b9678443bea781715c4fd89, type: 3}
17+
websiteIcon: {fileID: 2800000, guid: 29326127a576d504a8eb947498294909, type: 3}
18+
youtubeIcon: {fileID: 2800000, guid: 3c606e36202268b489785f0b75152541, type: 3}

Assets/GleyPlugins/MultiversXUnityTools/Scripts/ModifiedScripts/WalletConnect.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Newtonsoft.Json;
55
using UnityEngine;
66
using UnityEngine.Events;
7+
using UnityEngine.Networking;
78
using WalletConnectSharp.Core;
89
using WalletConnectSharp.Core.Models;
910
using WalletConnectSharp.Core.Network;

ProjectSettings/ProjectSettings.asset

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 0.5.1
137+
bundleVersion: 0.5.2
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0
@@ -714,6 +714,7 @@ PlayerSettings:
714714
switchNetworkInterfaceManagerInitializeEnabled: 1
715715
switchPlayerConnectionEnabled: 1
716716
switchUseNewStyleFilepaths: 0
717+
switchUseLegacyFmodPriorities: 1
717718
switchUseMicroSleepForYield: 1
718719
switchEnableRamDiskSupport: 0
719720
switchMicroSleepForYieldTime: 25
@@ -826,7 +827,7 @@ PlayerSettings:
826827
allowUnsafeCode: 0
827828
useDeterministicCompilation: 1
828829
enableRoslynAnalyzers: 1
829-
selectedPlatform: 3
830+
selectedPlatform: 2
830831
additionalIl2CppArgs:
831832
scriptingRuntimeVersion: 1
832833
gcIncremental: 1

0 commit comments

Comments
 (0)