Skip to content

Architecture

Modular plugin breakdown of YetiServices and where each module sits in relation to PMAS, Nakama, and EOS.

flowchart LR
  subgraph Game["Game client (Unreal)"]
    YS[YetiServices plugin]
  end
  subgraph Central["Central services"]
    PMAS[PM Account Service]
    NK[Nakama]
    EOS[EOS Connect]
  end
  YS --> PMAS
  YS --> NK
  YS --> EOS

Stub — the diagram above is a placeholder. Replace with the real architecture from the source page.