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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Rachan
May 07, 2022 04:36
And how to fix it?
I had a same issue today