awc21-PhotonRedirector icon

PhotonRedirector

Redirects Photon PUN 2 traffic for Mono Unity games

Last updated 2 weeks ago
Total downloads 150
Total rating 2 
Categories Mods Tools Misc Client-side
Dependency string awc21-PhotonRedirector-1.0.1
Dependants 0 other packages depend on this package

README

Photon Redirector

Redirects Photon PUN 2 traffic in Unity Mono games

For support or questions, join the Discord.


🛠️ Installation

  1. Download the latest release: Releases.
  2. Drop the BepInEx-Photon.dll file into your BepInEx/plugins folder.
  3. Run the game once to generate photon-redirect.cfg.
  4. Open the config file (BepInEx/config/photon-redirect.cfg) and paste in your Photon AppID.

All players must use the same AppID to connect and play together.


🔑 How to Get a Photon AppID

  1. Go to Photon Engine

  2. Log in or create an account.

  3. Open the Photon Dashboard

  4. Create a new app:

    • Application Type: Multiplayer Game
    • Photon SDK: Realtime
    • Click Create

    view image

  5. Copy your AppID and paste it into photon-redirect.cfg.


🔧 Build from Source

Requirements: .NET SDK

git clone https://github.com/awc21/BepInEx-PhotonRedir.git
cd BepInEx-PhotonRedir/src
dotnet build -c Release -o out