Skip to content

1.5.2

Compare
Choose a tag to compare
@PitouGames PitouGames released this 19 Aug 09:51

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