From 7487e8302423e7a0e6afb7f7c01317d86797ef2f Mon Sep 17 00:00:00 2001 From: stilnat Date: Mon, 30 Sep 2024 19:05:12 +0200 Subject: [PATCH] install fast script reload (#1454) --- Packages/manifest.json | 1 + Packages/packages-lock.json | 15 +++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 7ae411451..a76f52ef5 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -2,6 +2,7 @@ "dependencies": { "com.coimbrastudios.core": "11.0.5", "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", + "com.handzlikchris.fastscriptreload": "https://github.com/handzlikchris/FastScriptReload.git?path=Assets", "com.johannesmp.unityscenereference": "1.1.1", "com.unity.2d.sprite": "1.0.0", "com.unity.collab-proxy": "1.17.7", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index f7ffa35f7..5b8ae62d3 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -27,6 +27,13 @@ "dependencies": {}, "hash": "9e2163616b9c527fa9461544e2bcc5f93fd12d83" }, + "com.handzlikchris.fastscriptreload": { + "version": "https://github.com/handzlikchris/FastScriptReload.git?path=Assets", + "depth": 0, + "source": "git", + "dependencies": {}, + "hash": "c33f8e2b466ce2eeb176e3fc5ca4f6c15bb9f379" + }, "com.johannesmp.unityscenereference": { "version": "1.1.1", "depth": 0, @@ -45,11 +52,11 @@ "depth": 1, "source": "registry", "dependencies": { - "com.unity.scriptablebuildpipeline": "1.19.6", "com.unity.modules.assetbundle": "1.0.0", - "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.scriptablebuildpipeline": "1.19.6", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" }, "url": "https://packages.unity.com" @@ -173,9 +180,9 @@ "depth": 1, "source": "registry", "dependencies": { - "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.androidjni": "1.0.0", "com.unity.nuget.newtonsoft-json": "3.0.2", - "com.unity.modules.androidjni": "1.0.0" + "com.unity.modules.unitywebrequest": "1.0.0" }, "url": "https://packages.unity.com" },