# Pirate Panic

**URL:** https://heroiclabs.com/docs/kr/nakama/tutorials/unity/pirate-panic/
**Summary:** 전체 프로젝트에서 거의 모든 핵심적인 Nakama 기능의 사용 방법을 설명하는 전체 샘플 프로젝트에 대한 종합적인 튜토리얼.

---


# Unity Pirate Panic 튜토리얼

Pirate Panic 튜토리얼에 오신 것을 환영합니다!

이번 튜토리얼에서는 [Pirate Panic](https://github.com/heroiclabs/unity-sampleproject)에서 실행되는 중요한 Nakama 기능에 대해서 살펴보겠습니다.

![메인 메뉴 스크린샷]({{< fingerprint_image "/images/pages/nakama/tutorials/unity/pirate-panic/intro-mainmenu.png" >}})

이번 튜토리얼은 여러 섹션으로 나뉘어지며, 각 섹션에서는 다양한 Nakama 기능과 해당 기능을 Pirate Panic의 컨텍스트에서 Unity와 함께 사용할 수 있는 방법에 대해서 살펴보겠습니다. 해당 리소스는 전체 프로젝트 범위에서 Nakama의 예시를 제공하며, 큰 아이디어와 코드 조각을 게임에 쉽게 적용할 수 있도록 도와줍니다!

## 필수 조건

이번 튜토리얼을 진행하기 전에 아래의 작업을 수행했는지 확인하십시오:

- [Nakama 설치](../../..//getting-started/install/docker/)
- Unity [다운로드](https://unity3d.com/get-unity/download) 및 설치
- [Nakama Unity SDK 설치](https://github.com/heroiclabs/nakama-unity)
- [Pirate Panic Unity 프로젝트 다운로드](https://github.com/heroiclabs/unity-sampleproject)

## 주제

이번 튜토리얼은 다음의 섹션으로 구성되어 있습니다:

- [인증](authentication/)
- [친구 및 채팅](friends/)
- [클랜](clans/)
- [저장소](storage/)
- [매치메이킹](matchmaking/)
- [실시간 멀티플레이어](multiplayer/)
- [순위표](leaderboards/)
- [알림](notifications/)

## 소스 파일

이번 튜토리얼에서 참조하는 모든 파일은 [Unity 샘플 프로젝트](https://github.com/heroiclabs/unity-sampleproject) 리포지토리에 있습니다.

## 다음 주제

[인증](authentication/)
