1. 조이스틱 동작
1.1. 플레이어 컨트롤러 연동
1.2. 자연스러운 방향 전환 추가
2. 베이스씬 작업
2.1. 게임 씬 추가
2.2. 조이스틱 UI 추가
Todo
1. 카메라를 캐릭터한테 붙이기
2. 다른 UI 작업도 추가하기
3. 몬스터 AI 작업도 할 수 있으면 해보기
110 lines
3.7 KiB
Plaintext
110 lines
3.7 KiB
Plaintext
{
|
|
"version": 1,
|
|
"name": "InputActions",
|
|
"maps": [
|
|
{
|
|
"name": "UI",
|
|
"id": "ccb4a132-9319-42ec-abea-e2e03f0eff55",
|
|
"actions": [
|
|
{
|
|
"name": "Touch",
|
|
"type": "Button",
|
|
"id": "fcc90ec3-d069-4214-bf69-c07c3bed104d",
|
|
"expectedControlType": "",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": false
|
|
},
|
|
{
|
|
"name": "Point",
|
|
"type": "Value",
|
|
"id": "d0b626da-9743-41a0-8796-ca137b32c38c",
|
|
"expectedControlType": "Vector2",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": true
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"name": "",
|
|
"id": "992edeaf-0e8d-426e-a78b-c975b0239d87",
|
|
"path": "<Touchscreen>/Press",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": ";MOBILE",
|
|
"action": "Touch",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "bcdb9b9d-0a16-47c1-8345-532425506960",
|
|
"path": "<Mouse>/leftButton",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": ";MOBILE",
|
|
"action": "Touch",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "2e110aef-5606-44e1-9127-e56bc81fb72e",
|
|
"path": "",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "Touch",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "add9cd79-53ba-427e-968b-1a1d472f68ea",
|
|
"path": "<Mouse>/position",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": ";MOBILE",
|
|
"action": "Point",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "7597c3ae-f0e7-47bc-a8c8-0e35bd54e13a",
|
|
"path": "<Touchscreen>/primaryTouch/position",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": ";MOBILE",
|
|
"action": "Point",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"controlSchemes": [
|
|
{
|
|
"name": "MOBILE",
|
|
"bindingGroup": "MOBILE",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Touchscreen>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
},
|
|
{
|
|
"devicePath": "<Mouse>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
},
|
|
{
|
|
"devicePath": "<Keyboard>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |