본문 바로가기
유니티/서버

[mirror] 멀티테스트 도와주는 툴 - ParrelSync

by 유니티세상 2025. 6. 4.

ParrelSync란?

ParrelSync는 현재 Unity 프로젝트를 복제하여 별도의 편집기(에디터) 인스턴스를 띄우는 툴입니다.

  • 하나의 PC에서 여러 명의 플레이어를 시뮬레이션하고 테스트 가능.
  • 예를 들어, 한 쪽은 Host, 다른 쪽은 Client로 동시 테스트 가능.

 

https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync

 

위에url 복사해서 다운로드 받기 

사용 방법

  1. Clones Manager 열기
    • ParrelSync > Clones Manager
  2. Create new clone 클릭 → 클론 프로젝트가 생성됨
  3. Open in new editor 버튼 클릭 → Unity 에디터 새 창 열림
  4. 원본 에디터에서는 Host, 클론 에디터에서는 Client 실행

참고)

https://github.com/VeriorPies/ParrelSync/tree/master

 

GitHub - VeriorPies/ParrelSync: (Unity3D) Test multiplayer without building

(Unity3D) Test multiplayer without building. Contribute to VeriorPies/ParrelSync development by creating an account on GitHub.

github.com