create the unity project

This commit is contained in:
reisenlol 2026-01-02 01:19:49 -08:00
parent e404d6b6d8
commit 9e739f5dc8
49 changed files with 5885 additions and 0 deletions

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"
}
]
}