Initial commit: Unity Needle AR Menu project with MenuScene and SampleScene web apps
Add root .gitignore for Unity Library/Temp/Logs, IDE folders, and node_modules. Include Assets, Needle TypeScript (MenuController, asset picker, WebXR), and project configuration. Made-with: Cursor
This commit is contained in:
18
Needle/MenuScene/workspace.code-workspace
Normal file
18
Needle/MenuScene/workspace.code-workspace
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".",
|
||||
},
|
||||
{
|
||||
"name": "Needle Engine",
|
||||
"path": "./node_modules/@needle-tools/engine",
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"window.title": "Template - ${rootName}${separator}${activeEditorShort}",
|
||||
"files.exclude": {
|
||||
"**/.DS_Store": true,
|
||||
"**/*.meta": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user