Architecture
Modular plugin breakdown of YetiServices and where each module sits in relation to PMAS, Nakama, and EOS.
Source material
- YetiServices Architecture Overview (DS1)
- ExtDev1 mirror: SHARED: YetiServices Architecture Overview
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.