Skip to content

1.11.0

Latest
Compare
Choose a tag to compare
@PitouGames PitouGames released this 21 Oct 21:25
· 14 commits to develop since this release

[1.11.0 - Pitou] - 2024-10-21

This is the same release as the 1.11.0 Unity official release, but with some changes.

Added

Fixed

Installation

In Packages/manifest.json replace

{
  "dependencies": {
    ...
    "com.unity.netcode.gameobjects": "1.11.0",
    ...
  }

with

{
  "dependencies": {
    ...
    "com.unity.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.11.0",
    ...
  }
}