Skip to content

Releases: PitouGames/com.unity.netcode.gameobjects

1.7.0

13 Nov 22:35
Compare
Choose a tag to compare

[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",
    ...
  }
}

1.5.2

19 Aug 09:51
Compare
Choose a tag to compare

[1.5.2] - 2023-04-30

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

Added

  • Added ManagedNetworkList that allow to use managed objects in a networked list.
  • Added ManagedNetworkArray that allow to use managed objects in a networked array.

Fixed

Changed

  • NetworkBehaviour.GetNetworkBehaviourAtOrderIndex method is now public.

Installation

In Packages/manifest.json replace

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

with

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

1.2.2

19 Aug 09:49
Compare
Choose a tag to compare

[1.2.2] - 2023-05-02

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

Fixed

Changed

  • NetworkBehaviour.GetNetworkBehaviourAtOrderIndex method is now public.
  • Accessors for NetworkVariableBase have been relaxed to allow its extention outside of the package.

Installation

In Packages/manifest.json replace

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

with

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

1.2.1

30 Apr 21:57
Compare
Choose a tag to compare

[1.2.1] - 2023-04-30

This is the same release as the 1.2.0 Unity official release, but with this changes added.

Fixed

  • Fixed usage of NetworkList throwing exception when used without a NetworkManager in scene. (Unity-Technologies#2539)
  • Removed anoying warnings when using NetworkList in offline mode.
  • Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)

Installation

In Packages/manifest.json replace

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

with

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

1.2.0

19 Apr 22:03
Compare
Choose a tag to compare

[1.2.0] - 2023-04-20

This is the same release as the 1.2.0 Unity official release, but with this changes added.

Fixed

Installation

In Packages/manifest.json replace

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

with

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