Initial commit: Unity 프로젝트 셋업 + 다이얼로그 시스템 이전

This commit is contained in:
2026-07-04 15:38:52 +09:00
commit 4d94878dbe
1310 changed files with 141631 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
{
"version": 1,
"name": "GameInput",
"maps": [
{
"name": "Player",
"id": "9469d6a8-3f30-4756-93c0-ac654893bf0a",
"actions": [
{
"name": "Jump",
"type": "Button",
"id": "9c17759f-2e2b-4895-bdda-34165d01144c",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "DialogNext",
"type": "Button",
"id": "6b8fb2da-32db-4863-a410-a40ba3b8e5fd",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "84648139-6a4a-493a-9b6b-5f7753e916b6",
"path": "<XRController>{LeftHand}/{PrimaryButton}",
"interactions": "",
"processors": "",
"groups": "",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "c3928545-78f5-44af-b5c4-1f0f8ce0f86e",
"path": "<XRController>{RightHand}/{PrimaryButton}",
"interactions": "",
"processors": "",
"groups": "",
"action": "DialogNext",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": []
}