6c84f865d8
1. 휴대폰에서 실시가능하도록 조이스틱 및 버튼 입력 2. 콜라이더 및 트리거 구조 변경 3. 로테이션 단계이상함 감지 - 수정 예정
27 lines
654 B
JSON
27 lines
654 B
JSON
{
|
|
"name": "com.cyberghostgames.virtualbuttons",
|
|
"displayName": "VirtualButtonsForUnity",
|
|
"version": "1.0.0",
|
|
"unity": "2021.1",
|
|
"description": "Prefabs to help create touch buttons with the new input system.",
|
|
"author": {
|
|
"name": "Jo\u00e3o Henrique",
|
|
"email": "joao_henriquee@outlook.com"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jhmaverick/VirtualButtonsForUnity.git"
|
|
},
|
|
"dependencies": {
|
|
"com.unity.inputsystem": "1.0.0"
|
|
},
|
|
"type": "tool",
|
|
"category": "Tools/Input System",
|
|
"keywords": [
|
|
"Input System",
|
|
"Virtual Buttons",
|
|
"DPad",
|
|
"Joystick"
|
|
]
|
|
} |