This commit is contained in:
VDH
2025-10-09 14:06:12 +07:00
parent c71e943ab7
commit 7c5652ec2e
19 changed files with 255 additions and 46 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public class GameController : MonoBehaviour
Debug.LogError("null prefab");
return;
}
EC_Player.InitStaticRes();
CECPlayer.InitStaticRes();
hostPlayer = Instantiate(characterPrefab, transform);
hostPlayer.InitCharacter(info);
cinemachineCamera.Follow = hostPlayer.transform;