Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 804 Bytes

GETTING_STARTED.md

File metadata and controls

27 lines (21 loc) · 804 Bytes

Getting Started

This section is under development

1. Important files

  • /Scripts/Gms2_Networking/Api/*
    • All the public functions of the engine.
  • /Objects/Gms2_Networking/nw_network_manager
    • The manager of the engine. It can be overriden if you want to customize some behaviours.
  • /Rooms/Gms2_Networking_Examples
    • Example rooms.

2. Getting started

TODO #1 - Insert getting started steps here.

TODO #2 - Maybe I also will upload a video-tutorial.

3. Examples

  1. Basic synchonization.
  2. Different sync var types.
  3. Chat example using custom packages.
  4. Reuse an existing instance instead of creating new ones.