fix bug animation wound npc

This commit is contained in:
VDH
2025-10-14 14:57:19 +07:00
parent 5199df61f0
commit 4f06139b2e
13 changed files with 292 additions and 201 deletions
+1
View File
@@ -59,6 +59,7 @@ public class GameController : MonoBehaviour
hostPlayer.InitCharacter(info);
cinemachineCamera.Follow = hostPlayer.transform;
cinemachineCamera.ForceCameraPosition(hostPlayer.transform.position, Quaternion.identity);
CinemachineTouchOrbit.Instance.SetOrbitTarget(hostPlayer.transform);
//Vector3 pos = new Vector3(info.pos.x, info.pos.y, info.pos.z);
//Vector3 posCam = pos;
//posCam.z -= 10f;