com.unity.netcode 1.0.0-exp.13

com.unity.netcode

Notes: processedReleased October 26, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.2 (0b5)

Package Dependencies

🔧 Bug Fixes

  • quaternion cannot be added as field in ICommandData and/or IInputComponentData. A new region has been added to the code-generation templates for handling similar other cases.
  • Removed the deprecated NativeList to NativeArray implicit cast and use NativeList.AsArray instead.
  • fixed a NotImplementedException thrown in standalone player client build.