🌐Photon Factions

Overview

The Photon Factions submodule integrates Photon Unity Networking with the Factions module, ensuring that all faction-related data is synchronized across the network. This includes:

  • Synchronizing member faction points

  • Joined factions

  • Relationships

  • And variables.

Setup

Once you have the package downloaded in your project just open Game Creator Install window and select Photon > Factions sub module and install it.

This package will add 2 new network components, MemberNetwork and FactionNetwork

Member Network

Synchronizes member faction points and current joined factions across the network.

Faction Network

Synchronizes faction relationships and variables through the network.

Last updated