com.unity.multiplayer.tools 1.0.0-pre.6
Notes: processedReleased March 10, 2022
Unity Compatibility
Minimum Unity: 2020.3
Package Dependencies
- com.unity.collections (1.1.0)
- com.unity.modules.uielements (1.0.0)
- com.unity.nuget.mono-cecil (1.10.1)
- com.unity.nuget.newtonsoft-json (2.0.0)
- com.unity.profiling.core (1.0.0-pre.1)
🔄 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
