Skip to content
Ryan edited this page Jun 20, 2020 · 3 revisions

Welcome to the EntityNetworkingSystems wiki!

The wiki is still under construction, but covers the important features.

Recommended Pages To Read (in order)

  1. Setting Up Client & Host
  2. Instantiating/Destroying GameObjects Over The Network
  3. Network Authority
  4. Packet Types
  5. Network Fields
  6. RPCs

Other Important Notes

  • You must import the ENS library when using it in a file. To do this simply add using EntityNetworkingSystems; to the top of your file like any other namespace.