From 321114dea3315370e14b2148d260cc3c327cffa2 Mon Sep 17 00:00:00 2001 From: Pravus Date: Tue, 5 Sep 2023 17:08:59 +0200 Subject: [PATCH 1/2] updated shared-dependencies package used to point to implementation branch --- unity-renderer/Packages/manifest.json | 2 +- unity-renderer/Packages/packages-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/unity-renderer/Packages/manifest.json b/unity-renderer/Packages/manifest.json index ed5172abfc..7503e85db8 100644 --- a/unity-renderer/Packages/manifest.json +++ b/unity-renderer/Packages/manifest.json @@ -6,7 +6,7 @@ "com.coffee.ui-particle": "4.1.6", "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", "com.decentraland.rpc-csharp": "https://github.com/decentraland/rpc-csharp.git?path=rpc-csharp/src", - "com.decentraland.unity-shared-dependencies": "https://github.com/decentraland/unity-shared-dependencies.git", + "com.decentraland.unity-shared-dependencies": "https://github.com/decentraland/unity-shared-dependencies.git#chore/srp-batching-helper-remove-forced-alphatest", "com.decentraland.videoplayer": "https://github.com/decentraland/DCLVideoPlayerUnity.git?path=Assets#main", "com.decentraland.webgl-ime-input": "https://github.com/decentraland/webgl-ime-input.git", "com.madsbangh.easybuttons": "1.3.0", diff --git a/unity-renderer/Packages/packages-lock.json b/unity-renderer/Packages/packages-lock.json index 405b13a0b7..c929c8b1b7 100644 --- a/unity-renderer/Packages/packages-lock.json +++ b/unity-renderer/Packages/packages-lock.json @@ -50,11 +50,11 @@ "hash": "f2621a8b09b68f3a7639eea40a7aba18571f3f28" }, "com.decentraland.unity-shared-dependencies": { - "version": "https://github.com/decentraland/unity-shared-dependencies.git", + "version": "https://github.com/decentraland/unity-shared-dependencies.git#chore/srp-batching-helper-remove-forced-alphatest", "depth": 0, "source": "git", "dependencies": {}, - "hash": "b40c694fbe1136431fcf0b895ba0f5f55e7bff6b" + "hash": "c549da3318d19846abc126caee77e4eb5b5114c9" }, "com.decentraland.videoplayer": { "version": "https://github.com/decentraland/DCLVideoPlayerUnity.git?path=Assets#main", From 23987ec6e20ae57195aa9b5e5985b055de46f1aa Mon Sep 17 00:00:00 2001 From: Pravus Date: Wed, 6 Sep 2023 15:40:42 +0200 Subject: [PATCH 2/2] updated shared-dependencies package used --- unity-renderer/Packages/manifest.json | 2 +- unity-renderer/Packages/packages-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/unity-renderer/Packages/manifest.json b/unity-renderer/Packages/manifest.json index 7503e85db8..ed5172abfc 100644 --- a/unity-renderer/Packages/manifest.json +++ b/unity-renderer/Packages/manifest.json @@ -6,7 +6,7 @@ "com.coffee.ui-particle": "4.1.6", "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", "com.decentraland.rpc-csharp": "https://github.com/decentraland/rpc-csharp.git?path=rpc-csharp/src", - "com.decentraland.unity-shared-dependencies": "https://github.com/decentraland/unity-shared-dependencies.git#chore/srp-batching-helper-remove-forced-alphatest", + "com.decentraland.unity-shared-dependencies": "https://github.com/decentraland/unity-shared-dependencies.git", "com.decentraland.videoplayer": "https://github.com/decentraland/DCLVideoPlayerUnity.git?path=Assets#main", "com.decentraland.webgl-ime-input": "https://github.com/decentraland/webgl-ime-input.git", "com.madsbangh.easybuttons": "1.3.0", diff --git a/unity-renderer/Packages/packages-lock.json b/unity-renderer/Packages/packages-lock.json index c929c8b1b7..e44dfd6e36 100644 --- a/unity-renderer/Packages/packages-lock.json +++ b/unity-renderer/Packages/packages-lock.json @@ -50,11 +50,11 @@ "hash": "f2621a8b09b68f3a7639eea40a7aba18571f3f28" }, "com.decentraland.unity-shared-dependencies": { - "version": "https://github.com/decentraland/unity-shared-dependencies.git#chore/srp-batching-helper-remove-forced-alphatest", + "version": "https://github.com/decentraland/unity-shared-dependencies.git", "depth": 0, "source": "git", "dependencies": {}, - "hash": "c549da3318d19846abc126caee77e4eb5b5114c9" + "hash": "466eb3c8d7aa82e896434911ea15f15b59f2519c" }, "com.decentraland.videoplayer": { "version": "https://github.com/decentraland/DCLVideoPlayerUnity.git?path=Assets#main",