Search Issue Tracker
Fixed
Fixed in 1.0.0-pre.6
Votes
0
Found in [Package]
1.0.0-pre.5
Issue ID
NCCBUG-115
Regression
Yes
[NetCode] "QosType" and "ConnectionConfig" namespaces missing when installing NetCode
Reproduction steps:
1. Open new project
2. In Package Manager window, add new package by name - "com.unity.netcode.gameobjects"
3. Observe Console window
Expected result: No errors
Actual result: "The type or namespace name 'QosType' could not be found (are you missing a using directive or an assembly reference?)" and "The type or namespace name 'ConnectionConfig' could not be found (are you missing a using directive or an assembly reference?)" errors
Reproducible with: 2022.2.0a5
Not reproducible with: 2022.1.0b7, 2022.2.0a4
Comments (1)
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
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
- Display issues in VideoPlayer when using Screen.SetResolution on certain Google Pixel devices
- Crash on Texture::TextureIDMapInsert when opening a specific project
Rachan
May 07, 2022 04:36
And how to fix it?
I had a same issue today