How to reproduce:
1. Create a new project
2. Install the Netcode for Entities package (com.unity.netcode)
3. Observe the Console
Actual result: Script errors are thrown into the Console
Expected result: No errors are thrown into the Console
Reproducible with: 6000.5.0a5, 6000.5.0a6
Not reproducible with: 6000.0.68f1, 6000.3.10f1, 6000.4.0b10, 6000.5.0a4
Fixed in: 6000.5.0a7
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: Errors messages thrown:
"Library\PackageCache\com.unity.netcode@4b708b6fc872\Runtime\Authoring\Hybrid\GhostAuthoringInspectionComponent.cs(81,47): error CS0619: 'EntityGuid.OriginatingId' is obsolete: 'OriginatingId is deprecated, use OriginatingEntityId instead.'"
"Library\PackageCache\com.unity.netcode@4b708b6fc872\Runtime\Authoring\Hybrid\GhostAuthoringInspectionComponent.cs(95,31): error CS0619: 'EntityGuid.b' is obsolete: ''b' is obsolete, please use 'FullNamespaceId' and 'Serial' instead.'"
"Library\PackageCache\com.unity.netcode@4b708b6fc872\Runtime\Authoring\Hybrid\GhostAuthoringInspectionComponent.cs(153,55): error CS0619: 'EntityGuid.OriginatingId' is obsolete: 'OriginatingId is deprecated, use OriginatingEntityId instead.'"
"Library\PackageCache\com.unity.netcode@4b708b6fc872\Runtime\Authoring\Hybrid\GhostAuthoringInspectionComponent.cs(272,70): error CS0619: 'EntityGuid.b' is obsolete: ''b' is obsolete, please use 'FullNamespaceId' and 'Serial' instead.'"
"Library\PackageCache\com.unity.netcode@4b708b6fc872\Runtime\Authoring\Hybrid\GhostAuthoringComponentBaker.cs(402,34): error CS0619: 'EntityGuid.OriginatingId' is obsolete: 'OriginatingId is deprecated, use OriginatingEntityId instead.'"