Skip to content

Commit

Permalink
install fast script reload (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
stilnat authored Sep 30, 2024
1 parent 50bd890 commit 7487e83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 11 additions & 4 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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"
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 7487e83

Please sign in to comment.