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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Rachan
May 07, 2022 04:36
And how to fix it?
I had a same issue today