[Update] 게임형식 및 오류수정
1. 게임형태 변경 - Game스텝에서 기존 1단계, 2단계 수정(회전만 가능하게). - ShootButton을 만들어 플레이어도 총알을 쏠수 있도록 수정. - Bullet, BulletSpawner, PlayerController를 수정 - SpawnZone을 생성하여 기존 고정이던 스포너를 랜덤으로 생성. 2. 오류 수정 - 모바일 버전 시 플레이어가 한방향만 보던 형상 수정. - 펜스에서 플레이어 캐릭터가 닿으면 회전하던 형상 수정.
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
"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.2d.sprite": "1.0.0",
|
||||
"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.mobile.android-logcat": "1.4.7",
|
||||
"com.unity.multiplayer.center": "1.0.1",
|
||||
"com.unity.probuilder": "6.0.9",
|
||||
"com.unity.render-pipelines.universal": "17.3.0",
|
||||
|
||||
Reference in New Issue
Block a user