Relative Content

Tag Archive for unity-game-enginenetcode

Netcode error CS0103: The name ‘FindObjectsByType’ does not exist in the current context

Good day everyone!
I am trying to setup Unity Netcode according to this tutorial.
After installation, I keep getting these three errors:
Unity console with three errors: Library/PackageCache/[email protected]/Runtime/Core/NetworkObject.cs(84,34): error CS0103: The name ‘FindObjectsByType’ does not exist in the current context
, Library/PackageCache/[email protected]/Runtime/Core/NetworkObject.cs(84,67): error CS0103: The name ‘FindObjectsInactive’ does not exist in the current context
, Library/PackageCache/[email protected]/Runtime/Core/NetworkObject.cs(84,96): error CS0103: The name ‘FindObjectsSortMode’ does not exist in the current context