In my current project I'm getting a CRC warning and an InvalidOperationException. I'm also getting a Debug.Log from the CRC. The errors appear even with a fresh build with manually deleted files from the previous build.
It only appears when I try to connect from the editor to a standalone build acting as a host.
Here they are in order:
CRC warning and InvalidOperationException
It only appears when I try to connect from the editor to a standalone build acting as a host.
Here they are in order:
Code (csharp):
- Network configuration mismatch detected. The number of networked scripts on the client does not match the number of networked scripts on the...