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
- Editor freezes after some time when using NavMeshQuery::Raycast
- Cube is rendered green when its color is set to black and using the Lift Gamma Gain Volume interpolation
- Inner and outer exceptions are not unrolled correctly
- [iOS][WebGL] Audio Clip doesn't play when Load Type is set to Decompress On Load and iOS Silent Mode is enabled
- Crash on EditorBuildSettings::GetConfigObject when closing a specific project
Rachan
May 07, 2022 04:36
And how to fix it?
I had a same issue today