Hardware Morphs implementation test

This commit is contained in:
raccoon
2024-09-19 02:34:23 +05:00
parent d21976fa44
commit ad27773f5c
27 changed files with 18829 additions and 7 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}