Skip to content

Commit 8291454

Browse files
committed
Tools 2.2.4
1 parent 443beab commit 8291454

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ module.exports = {
364364
lastVersion: "current",
365365
versions: {
366366
current: {
367-
label: "2.2.3",
367+
label: "2.2.4",
368368
path: "current",
369369
},
370370
"2.1.0": {

tools/release-notes/release-2.0.0+.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ title: Multiplayer Tools 2.0.0+
55
description: Release notes for Multiplayer Tools including new features, updates, bug fixes, known issues, and information to help you upgrade.
66
---
77

8+
## [2.2.4] - 2025-06-02
9+
10+
#### *General*
11+
- Fixed NGO adapter, Network profiler, and Network Simulator related memory leaks when domain reload is disabled
12+
- Added analytics to better understand the usage of our tools.
13+
14+
#### *Network Scene Visualization*
15+
- Improved performance when NetVis is not actively used
16+
- Added some additional tooltips to the NetVis UI
17+
- Fixed a NetVis popup bug where it showed no content on Linux
18+
- Fixed client list not updating when exiting Play Mode
19+
20+
## [2.2.3] - 2024-12-19
21+
22+
### *Network Scene Visualization*
23+
- Fixed a compatibility issue with the Dedicated Server package.
24+
25+
## [2.2.2] - 2024-09-17
26+
27+
### *Network Scene Visualization*
28+
- Fixed a bug where NetVis stopped working after the NetworkManager was destroyed and recreated.
29+
- Fixed an issue where NetVis only assigned colors to a limited subset of Network IDs.
30+
- Added custom color setting for host and client ownerships. The custom color settings are synchronized between Multiplayer Play Mode instances.
31+
32+
### *Runtime Network Stats Monitor*
33+
- Added support for entering Play Mode without Domain reload
34+
35+
## [2.2.1] - 2024-09-27
36+
37+
### *Network Scene Visualization*
38+
- Fixed a bug which showed the wrong number of clients in the SceneView overlay
39+
- Fixed a bug which caused null reference exception when entering Play Mode without Domain Reload
40+
- Fixed a bug which showed wrong ownership visuals with Distributed Authority when reconnecting
41+
42+
### *Runtime Network Stats Monitor*
43+
- Fixed a bug where RNSM showed no metrics in builds with code stripping enabled
44+
- Fixed a bug where RNSM stopped working with NGO 2.0.0 or above
45+
846
## [2.2.0] - 2024-07-24
947

1048
### General

0 commit comments

Comments
 (0)