fixed local dependency

This commit is contained in:
tom.hempel
2025-10-07 14:44:45 +02:00
parent 07dff9194a
commit d8796d2801
62 changed files with 298 additions and 129 deletions

View File

@ -60,11 +60,11 @@
"*.asset": "yaml",
"*.meta": "yaml",
"*.prefab": "yaml",
"*.unity": "yaml",
"*.unity": "yaml"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.sln": "*.csproj",
"*.sln": "*.csproj"
},
"dotnet.defaultSolution": "facetracking.sln"
"dotnet.defaultSolution": "vrcharades-master.sln"
}