Search Issue Tracker
Fixed
Fixed in netcode-1.3.0
Votes
0
Found in [Package]
1.0.0
Issue ID
MTTB-186
Regression
Yes
"The type or namespace name 'EditorMultiplayerManager' does not exist..." is logged when Dedicated Server and Netcode for Entities packages are both installed
Reproduction steps:
1. Create a new project
2. Using the Package Manager (Window > Package Manager), install the Dedicated Server package
3. Using the Package Manager, install the Netcode for Entities package
4. Observe the Console
Expected result: No errors are logged in the Console
Actual result: Multiple CS0234 errors about missing namespace name are logged
Reproducible with: 0.9.0 (2023.3.0a19), 1.2.0 (6000.0.8f1)
Not reproducible with: 0.7.0 (2023.3.0a19)
Couldn't test with: 2021.3.40f1, 2022.3.35f1 (Dedicated Server package is only supported on Editor versions 2023.1+)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: All testing was done on Netcode for Entities package version 1.2.3
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (fix version netcode-1.3.0):
Cannot be fixed for Netcode for Entities 1.1.x, nor 1.2.x, but a fix has shipped for 1.3.0-exp.1: https://docs.unity3d.com/Packages/com.unity.netcode@1.3/changelog/CHANGELOG.html#130-exp1---2024-06-11
See entry: "Compile error when having both com.unity.netcode and com.unity.dedicated-server package together."