From 12bc4074d94d2af0cb44be2acc60448c8204bacd Mon Sep 17 00:00:00 2001 From: Ignacio Gomez Date: Fri, 27 Jun 2025 23:16:41 -0600 Subject: [PATCH] Fix for url endpoint --- Assets/API/FurnitureFetcher.cs | 2 +- ProjectSettings/QualitySettings.asset | 18 +----------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/Assets/API/FurnitureFetcher.cs b/Assets/API/FurnitureFetcher.cs index ede4270..d4e3375 100644 --- a/Assets/API/FurnitureFetcher.cs +++ b/Assets/API/FurnitureFetcher.cs @@ -11,7 +11,7 @@ class FurnitureFetcher : MonoBehaviour public VisualTreeAsset itemTemplate; public UIDocument uiDocument; - public static string API_URL = "http://100.123.31.103:7223/api/v1/FurnitureVariant/GetAll"; + public static string API_URL = "http://100.123.31.103:5102/api/v1/FurnitureVariant/GetAll"; private static readonly Dictionary CurrencySymbols = new() { diff --git a/ProjectSettings/QualitySettings.asset b/ProjectSettings/QualitySettings.asset index 06a57fc..c51b54d 100644 --- a/ProjectSettings/QualitySettings.asset +++ b/ProjectSettings/QualitySettings.asset @@ -301,20 +301,4 @@ QualitySettings: terrainMaxTrees: 50 excludedTargetPlatforms: [] m_TextureMipmapLimitGroupNames: [] - m_PerPlatformDefaultQuality: - Android: 2 - GameCoreScarlett: 5 - GameCoreXboxOne: 5 - Lumin: 5 - Nintendo 3DS: 5 - Nintendo Switch: 5 - PS4: 5 - PS5: 5 - Server: 0 - Stadia: 5 - Standalone: 5 - WebGL: 3 - Windows Store Apps: 5 - XboxOne: 5 - iPhone: 2 - tvOS: 2 + m_PerPlatformDefaultQuality: {}