Search Unity

Question Intercepting and redirecting unity game network traffic to a specified network route.

Discussion in 'Multiplayer' started by A_Alyahya, Jun 20, 2021.

  1. A_Alyahya

    A_Alyahya

    Joined:
    Jun 16, 2021
    Posts:
    3
    I am currently working on a network project, and I am trying to intercept Unity multiplayer game network traffic and redirect it to a specified network route using Photon or Mirror networking engine; however, I could not find a script file or code that is responsible for the network routing and packet forwarding to modify the algorithm or to override existing methods.

    Would anyone please help me in this situation to guide me in the right direction? Knowing that I am new to the Unity platform.