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:
pelpanagiotis
2026-04-19 22:41:05 +03:00
commit a7c53a08a0
139 changed files with 30122 additions and 0 deletions

View 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
}
}
}