com.unity.multiplayer.tools 1.0.0-pre.6

com.unity.multiplayer.tools

Notes: processedReleased March 10, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3

🔄 Changes

  • Changed NetworkMessage to use the name of the message in the Type column (#133)
  • Added throttling to event metric types (#142)
  • Added a system to generate random data for tests (#141)
  • Refactored underlying data structures to reduce redundancy (#146)
  • Dramatically reduced runtime allocations caused by dispatching metrics to the profiler by updating the serialization implementation to use native buffers instead of BinaryFormatter
  • Deprecated support for String when collecting metric payloads
  • Added RTT to server metrics (#192)
  • Added Packet count to metrics (#180)
  • Updated some internals exposed flags to enable some test improvements on NGO side