Initial commit: Unity 프로젝트 셋업 + 다이얼로그 시스템 이전
This commit is contained in:
55
Assets/99_Settings/Input/GameInput.inputactions
Normal file
55
Assets/99_Settings/Input/GameInput.inputactions
Normal 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": []
|
||||
}
|
||||
Reference in New Issue
Block a user