feat: init Unity (#10)

This commit is contained in:
2024-12-02 10:11:00 +01:00
committed by GitHub
parent 1fb27e98c6
commit 2d0ff2ff0d
52 changed files with 5886 additions and 2 deletions

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

@ -0,0 +1,3 @@
{
"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"
}
]
}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "GeometryDash.sln"
}