You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a multiplayer online game using mirror ,but when i import unity-ton-connect to my project ,it comes out lots of issues.such as "Assets\Mirror\Transports\Encryption\PubKeyInfo.cs(8,12): error CS0433: The type 'AsymmetricKeyParameter' exists in both 'BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942' and 'BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938'".
it caused version conflict between BouncyCastle.Crypto and BouncyCastle.Cryptography.
how to solve this problem quickly?
thanks
The text was updated successfully, but these errors were encountered:
I'm making a multiplayer online game using mirror ,but when i import unity-ton-connect to my project ,it comes out lots of issues.such as "Assets\Mirror\Transports\Encryption\PubKeyInfo.cs(8,12): error CS0433: The type 'AsymmetricKeyParameter' exists in both 'BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942' and 'BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938'".
![Uploading image.png…]()
it caused version conflict between BouncyCastle.Crypto and BouncyCastle.Cryptography.
how to solve this problem quickly?
thanks
The text was updated successfully, but these errors were encountered: