Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.85 KB

File metadata and controls

58 lines (40 loc) · 1.85 KB
Game Frame X Logo

Game Frame X Web ProtoBuff

License Version Unity Version Documentation

인디 게임 개발자를 위한 올인원 솔루션 · 인디 개발자의 꿈을 실현


문서 · 빠른 시작 · QQ 그룹: 467608841 / 233840761


English | 简体中文 | 繁體中文 | 日本語 | 한국어

프로젝트 개요

GameFrameX의 Web ProtoBuff 요청 컴포넌트 - Protocol Buffer 기반의 HTTP 네트워크 요청 기능을 제공합니다.

설치

설치

Unity 프로젝트의 Packages/manifest.json을 편집하여 scopedRegistries 섹션을 추가하세요:

{
  "scopedRegistries": [
    {
      "name": "GameFrameX",
      "url": "https://gameframex.upm.alianblank.uk",
      "scopes": [
        "com.gameframex"
      ]
    }
  ]
}

scopes는 이 레지스트리를 통해 어떤 패키지를 해석할지 제어합니다. com.gameframex로 시작하는 패키지만 이 레지스트리에서 가져옵니다.

Then add the package to dependencies:

{
  "dependencies": {
    "com.gameframex.unity.web.protobuff": "1.1.3"
  }
}