Skip to content

Commit

Permalink
WebGL bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dPradellMoralis committed Mar 7, 2022
1 parent 9e64fb2 commit b18e332
Show file tree
Hide file tree
Showing 42 changed files with 755 additions and 525 deletions.
87 changes: 87 additions & 0 deletions unity-web3rpg/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/

# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/

# Recordings can get excessive in size
/[Rr]ecordings/

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains*
.idea/

# Visual Studio cache directory
.vs/
.vscode/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db
*.log
*.bak

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.aab
*.unitypackage
*.app

# Crashlytics generated file
crashlytics-build.properties

# Packed Addressables
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*

# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
© 2021 GitHub, Inc.
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
Training
Blog
About
107 changes: 55 additions & 52 deletions unity-web3rpg/Assembly-CSharp-Editor.csproj

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions unity-web3rpg/Assembly-CSharp.csproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var LibraryWebSocket = {
* Instance structure:
* {
* url: string,
* ws: WebSocket
* ws: WebSocket2
* }
*/
instances: {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MonoBehaviour:
m_Name: PhotonServerSettings
m_EditorClassIdentifier:
AppSettings:
AppIdRealtime:
AppIdRealtime: 03800bfc-9234-443e-84f3-124f5892d2af
AppIdFusion:
AppIdChat:
AppIdVoice:
Expand Down
6 changes: 3 additions & 3 deletions unity-web3rpg/Assets/Project/Scenes/Login.unity
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0.3731193, g: 0.38073996, b: 0.35872698, a: 1}
m_IndirectSpecularColor: {r: 0.37311953, g: 0.38074014, b: 0.3587274, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down Expand Up @@ -2270,11 +2270,11 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 7184107891424667916, guid: 95a1e5c522dd5984c93ea1069e1a10c0, type: 3}
propertyPath: MoralisServerURI
value: SERVER URL
value: https://dbqorl3gws97.usemoralis.com:2053/server
objectReference: {fileID: 0}
- target: {fileID: 7184107891424667916, guid: 95a1e5c522dd5984c93ea1069e1a10c0, type: 3}
propertyPath: MoralisApplicationId
value: APP ID
value: UF6reQFfi1SevKaGo3bZiRU9JptKc18w7fPijvfx
objectReference: {fileID: 0}
- target: {fileID: 8258125851203630459, guid: 95a1e5c522dd5984c93ea1069e1a10c0, type: 3}
propertyPath: ConnectedEvent.m_PersistentCalls.m_Calls.Array.data[0].m_Target
Expand Down
3 changes: 2 additions & 1 deletion unity-web3rpg/Assets/Project/Scripts/AppManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ private void Awake()
{
infoLabel.text = String.Empty;

if (Application.isEditor || Application.platform == RuntimePlatform.WindowsPlayer)
if (Application.isEditor || Application.platform == RuntimePlatform.WindowsPlayer
|| Application.platform == RuntimePlatform.WebGLPlayer)
{
editorPanel.SetActive(true);
_currentActivePanel = editorPanel;
Expand Down
44 changes: 22 additions & 22 deletions unity-web3rpg/LeanCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace></RootNamespace>
<ProjectGuid>{d91974c7-714f-3c75-dd20-3cd2ef742e11}</ProjectGuid>
<ProjectGuid>{e2eb6a44-c54d-a602-7bfe-5d3e0de04c93}</ProjectGuid>
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand All @@ -27,7 +27,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\Bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_2020_3_26;UNITY_2020_3;UNITY_2020;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;ENABLE_VIDEO;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;UNITY_CAN_SHOW_SPLASH_SCREEN;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;PLATFORM_EXTENDS_VULKAN_DEVICE;PLATFORM_HAS_MULTIPLE_SWAPCHAINS;UNITY_ANDROID_SUPPORTS_SHADOWFILES;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;PHOTON_UNITY_NETWORKING;PUN_2_0_OR_NEWER;PUN_2_OR_NEWER;PUN_2_19_OR_NEWER;STARTER_ASSETS_PACKAGES_CHECKED;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;MORALIS_UNITY</DefineConstants>
<DefineConstants>DEBUG;TRACE;UNITY_2020_3_26;UNITY_2020_3;UNITY_2020;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;SCENE_TEMPLATE_MODULE;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_MANAGED_UNITYTLS;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_WEBGL;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;UNITY_GFX_USE_PLATFORM_VSYNC;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_SPATIALTRACKING;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;PHOTON_UNITY_NETWORKING;PUN_2_0_OR_NEWER;PUN_2_OR_NEWER;PUN_2_19_OR_NEWER;STARTER_ASSETS_PACKAGES_CHECKED;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;MORALIS_UNITY</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn></NoWarn>
Expand Down Expand Up @@ -83,9 +83,6 @@
<Reference Include="UnityEngine.AIModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.26f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ARModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.26f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AccessibilityModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.26f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -257,6 +254,9 @@
<Reference Include="UnityEngine.VideoModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.26f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.WebGLModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.26f1/Editor/Data/PlaybackEngines/WebGLSupport/Managed/UnityEngine.WebGLModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.WindModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.26f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -303,46 +303,46 @@
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.26f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="Unity.Plastic.Newtonsoft.Json">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Library/PackageCache/[email protected]/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Library/PackageCache/[email protected]/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Common.Logging">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Assets/MoralisWeb3ApiSdk/DLLs/Common.Logging.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Assets/MoralisWeb3ApiSdk/DLLs/Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Core">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Assets/MoralisWeb3ApiSdk/DLLs/Common.Logging.Core.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Assets/MoralisWeb3ApiSdk/DLLs/Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="Unity.Plastic.Antlr3.Runtime">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Library/PackageCache/[email protected]/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Library/PackageCache/[email protected]/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll</HintPath>
</Reference>
<Reference Include="websocket-sharp">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Assets/Photon/PhotonLibs/WebSocket/websocket-sharp.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Assets/Photon/PhotonLibs/WebSocket/websocket-sharp.dll</HintPath>
</Reference>
<Reference Include="unityplastic">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Library/PackageCache/[email protected]/Lib/Editor/PlasticSCM/unityplastic.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Library/PackageCache/[email protected]/Lib/Editor/PlasticSCM/unityplastic.dll</HintPath>
</Reference>
<Reference Include="Photon3Unity3D">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Assets/Photon/PhotonLibs/netstandard2.0/Photon3Unity3D.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Assets/Photon/PhotonLibs/netstandard2.0/Photon3Unity3D.dll</HintPath>
</Reference>
<Reference Include="BouncyCastle.Crypto">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Assets/MoralisWeb3ApiSdk/Packages/BouncyCastle.Crypto/BouncyCastle.Crypto.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Assets/MoralisWeb3ApiSdk/Packages/BouncyCastle.Crypto/BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="log4netPlastic">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Library/PackageCache/[email protected]/Lib/Editor/PlasticSCM/log4netPlastic.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Library/PackageCache/[email protected]/Lib/Editor/PlasticSCM/log4netPlastic.dll</HintPath>
</Reference>
<Reference Include="System.Drawing.Common">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Assets/MoralisWeb3ApiSdk/Packages/System.Drawing.Common/netstandard2.0/System.Drawing.Common.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Assets/MoralisWeb3ApiSdk/Packages/System.Drawing.Common/netstandard2.0/System.Drawing.Common.dll</HintPath>
</Reference>
<Reference Include="RestSharp">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Assets/MoralisWeb3ApiSdk/DLLs/RestSharp.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Assets/MoralisWeb3ApiSdk/DLLs/RestSharp.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Library/PackageCache/[email protected]/Runtime/Newtonsoft.Json.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Library/PackageCache/[email protected]/Runtime/Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="QRCoder">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Assets/MoralisWeb3ApiSdk/Packages/QRCoder.1.3.4/lib/net35/QRCoder.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Assets/MoralisWeb3ApiSdk/Packages/QRCoder.1.3.4/lib/net35/QRCoder.dll</HintPath>
</Reference>
<Reference Include="QRCoder.Unity">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Assets/MoralisWeb3ApiSdk/Packages/QRCoder.Unity.1.0.2/lib/net35/QRCoder.Unity.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Assets/MoralisWeb3ApiSdk/Packages/QRCoder.Unity.1.0.2/lib/net35/QRCoder.Unity.dll</HintPath>
</Reference>
<Reference Include="netstandard">
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.26f1/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll</HintPath>
Expand Down Expand Up @@ -690,13 +690,13 @@
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.3.26f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll</HintPath>
</Reference>
<Reference Include="Unity.InputSystem">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Library/ScriptAssemblies/Unity.InputSystem.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Library/ScriptAssemblies/Unity.InputSystem.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.UI">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>C:/Users/Moralis/Documents/UnityProjects/3_Web3MetaverseTools/Web3MetaverseTools/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
<HintPath>C:/Users/Moralis/Documents/GitHub/unity-web3rpg/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit b18e332

Please sign in to comment.