Shapes2D Sprites 메타 파일 추가 및 솔루션 파일 생성

This commit is contained in:
logonkhi
2025-12-04 09:45:30 +09:00
parent 9568d2e280
commit bfee6d8745
63 changed files with 240 additions and 122 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": "XRBase.sln"
"dotnet.defaultSolution": "XRBase.slnx"
}