Skip to content

1.7.0

Compare
Choose a tag to compare
@PitouGames PitouGames released this 13 Nov 22:35

[1.7.0] - 2023-11-13

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

Added

Fixed

  • Fixed a bug where having a class with Rpcs that inherits from a class without Rpcs that inherits from NetworkVariable would cause a compile error. (Unity-Technologies#2751)
  • Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)

Installation

In Packages/manifest.json replace

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

with

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