1
0
forked from cgvr/DeltaVR

port InvokeAI API client to Unity, use it in ImageGenerationBox

This commit is contained in:
2025-12-22 13:19:28 +02:00
parent 236f0758df
commit 1b3b3db1bf
11 changed files with 1033 additions and 74 deletions

View File

@@ -13,6 +13,7 @@
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.5.0",
"com.unity.memoryprofiler": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.postprocessing": "3.2.2",
"com.unity.probuilder": "5.0.6",
"com.unity.progrids": "3.0.3-preview.6",

View File

@@ -152,6 +152,13 @@
},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.2",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.postprocessing": {
"version": "3.2.2",
"depth": 0,