diff --git a/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/GLTFast/Wrappers/GLTFastDownloadProvider.cs b/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/GLTFast/Wrappers/GLTFastDownloadProvider.cs index a776f1d426..4d1759e82a 100644 --- a/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/GLTFast/Wrappers/GLTFastDownloadProvider.cs +++ b/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/GLTFast/Wrappers/GLTFastDownloadProvider.cs @@ -32,7 +32,7 @@ public GltFastDownloadProvider(string baseUrl, IWebRequestController webRequestC this.texturePromiseKeeper = texturePromiseKeeper; } - public async Task Request(Uri uri) + public async Task RequestAsync(Uri uri) { if (isDisposed) return null; @@ -75,7 +75,7 @@ private string GetFinalUrl(Uri uri, bool isTexture) return uri.OriginalString; } - public async Task RequestTexture(Uri uri, bool nonReadable, bool forceLinear) + public async Task RequestTextureAsync(Uri uri, bool nonReadable, bool forceLinear) { if (isDisposed) return null; diff --git a/unity-renderer/Packages/manifest.json b/unity-renderer/Packages/manifest.json index b661c3de4d..c3b7d82615 100644 --- a/unity-renderer/Packages/manifest.json +++ b/unity-renderer/Packages/manifest.json @@ -16,7 +16,7 @@ "com.unity.ai.navigation": "1.1.4", "com.unity.build-report-inspector": "https://github.com/needle-mirror/com.unity.build-report-inspector.git", "com.unity.cinemachine": "2.9.5", - "com.unity.ide.rider": "3.0.27", + "com.unity.ide.rider": "3.0.31", "com.unity.ide.visualstudio": "2.0.18", "com.unity.ide.vscode": "1.2.5", "com.unity.memoryprofiler": "1.0.0", diff --git a/unity-renderer/Packages/packages-lock.json b/unity-renderer/Packages/packages-lock.json index 248f9d2169..e621da2ad6 100644 --- a/unity-renderer/Packages/packages-lock.json +++ b/unity-renderer/Packages/packages-lock.json @@ -19,7 +19,7 @@ "com.unity.mathematics": "1.2.6", "com.unity.burst": "1.6.6" }, - "hash": "af15ee7336fa1759dc24953a21e253944180dfc7" + "hash": "3d0abc3b482b0b6c2ab7a0ccbf57647dc05f9811" }, "com.brunomikoski.animationsequencer": { "version": "0.3.8", @@ -155,7 +155,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.27", + "version": "3.0.31", "depth": 0, "source": "registry", "dependencies": {