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
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
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."