Comparing Unity-Technologies:develop-2.0.0...xmanning:develop-2.0.0 · Unity-Technologies/com.unity.netcode.gameobjects

Commits on Sep 27, 2025

  1. Secure RpcMessage against SenderClientId spoofing

    When a server receives an RpcMessage, it should update the SenderClientId to match the SenderId provided by the messaging manager. This is to prevent modified clients from spoofing their SenderClientId as other clients.
    Configuration menu

    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Only do permission validations on server

    context.SenderId will be the server for a client receiving the proxied message, so the checks will not be accurate. The checks are also unnecessary considering the checks have already been done by the server.
    Configuration menu

    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history