[Update] 휴대폰 조이스틱 연결 및 스크립트 변경
1. 휴대폰에서 실시가능하도록 조이스틱 및 버튼 입력 2. 콜라이더 및 트리거 구조 변경 3. 로테이션 단계이상함 감지 - 수정 예정
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Ignore all Coplay package data (logs, binaries, checkpoints, etc.)
|
||||
Editor/
|
||||
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.coplaydev.coplay": "https://github.com/CoplayDev/unity-plugin.git#beta",
|
||||
"com.tonythedev.unity-claude-code-cli": "https://github.com/Exano/UnityClaudeCLI.git",
|
||||
"com.unity.ai.navigation": "2.0.10",
|
||||
"com.unity.collab-proxy": "2.11.3",
|
||||
"com.unity.ide.rider": "3.0.39",
|
||||
"com.unity.ide.visualstudio": "2.0.26",
|
||||
"com.unity.ide.vscode": "1.2.3",
|
||||
"com.unity.inputsystem": "1.18.0",
|
||||
"com.unity.multiplayer.center": "1.0.1",
|
||||
"com.unity.render-pipelines.universal": "17.3.0",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.coplaydev.coplay": {
|
||||
"version": "https://github.com/CoplayDev/unity-plugin.git#beta",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {
|
||||
"com.unity.inputsystem": "1.1.1",
|
||||
"com.unity.cloud.gltfast": "6.12.1"
|
||||
},
|
||||
"hash": "9d45c4518791307476bbf314aaef68280d22f6b9"
|
||||
},
|
||||
"com.tonythedev.unity-claude-code-cli": {
|
||||
"version": "https://github.com/Exano/UnityClaudeCLI.git",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {},
|
||||
"hash": "f1fbdc9a5337511373bde638c8e64368dfc5396e"
|
||||
},
|
||||
"com.unity.ai.navigation": {
|
||||
"version": "2.0.10",
|
||||
"depth": 0,
|
||||
@@ -19,6 +36,19 @@
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.cloud.gltfast": {
|
||||
"version": "6.14.1",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.burst": "1.8.24",
|
||||
"com.unity.collections": "1.2.4",
|
||||
"com.unity.mathematics": "1.2.6",
|
||||
"com.unity.modules.jsonserialize": "1.0.0",
|
||||
"com.unity.modules.unitywebrequest": "1.0.0"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.collab-proxy": {
|
||||
"version": "2.11.3",
|
||||
"depth": 0,
|
||||
@@ -63,6 +93,13 @@
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.ide.vscode": {
|
||||
"version": "1.2.3",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.inputsystem": {
|
||||
"version": "1.18.0",
|
||||
"depth": 0,
|
||||
|
||||
Reference in New Issue
Block a user