Skip to content

Instantly share code, notes, and snippets.

@yadurajiv
Created April 18, 2020 11:47
Show Gist options
  • Save yadurajiv/d88269025a8b4a7d17374b290d4daa82 to your computer and use it in GitHub Desktop.
Save yadurajiv/d88269025a8b4a7d17374b290d4daa82 to your computer and use it in GitHub Desktop.
noble connect - mirror - error
Assets\Noble Connect\Mirror\Internal\NobleNetworkLobbyManager.cs(24,20): error CS1061: 'NetworkWriter' does not contain a definition for 'Write' and no accessible extension method 'Write' accepting a first argument of type 'NetworkWriter' could be found (are you missing a using directive or an assembly reference?)
Assets\Noble Connect\Mirror\Internal\NobleNetworkLobbyManager.cs(25,20): error CS1061: 'NetworkWriter' does not contain a definition for 'Write' and no accessible extension method 'Write' accepting a first argument of type 'NetworkWriter' could be found (are you missing a using directive or an assembly reference?)
Assets\Noble Connect\Mirror\Internal\NobleServer.cs(582,27): error CS0117: 'NetworkServer' does not contain a definition for 'SendToClient'
Assets\Noble Connect\Mirror\Internal\NobleServer.cs(605,111): error CS0117: 'NetworkServer' does not contain a definition for 'SpawnWithClientAuthority'
Assets\Noble Connect\Mirror\Internal\NobleServer.cs(606,116): error CS0117: 'NetworkServer' does not contain a definition for 'SpawnWithClientAuthority'
Assets\Noble Connect\Mirror\Internal\NobleServer.cs(607,130): error CS0117: 'NetworkServer' does not contain a definition for 'SpawnWithClientAuthority'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment