Skip to content

Commit d2ed595

Browse files
committed
docs: Add CHANGELOG entry for NetworkList optimization (#????)
1 parent 0d80039 commit d2ed595

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
1919

2020
### Changed
2121

22+
- Optimized `NetworkList<T>` indexer setter to skip operations when the new value equals the existing value, improving performance by avoiding unnecessary list events and network synchronization. (#????)
23+
2224

2325
## [2.5.0] - 2025-08-01
2426

0 commit comments

Comments
 (0)