Unity3dSimpleSample
Unity3dSimpleSample copied to clipboard
Nethereum.Hex Plugin conflict
I'm trying to build out my project to Oculus Quest 2, but I'm running into an issue where System.Numerics.BigInteger collides with Nethereum.Hex.dll. Everything seems fine before build, and while building. The error only comes right before the build is done, and it fails!
I'm using the latest Net461 dll's. Any solutions?
Here is the error message:
Exception: IL2CPP error for method 'System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int32)' in assembly 'E:\UnityProjects\ExperienceSystem\Temp\StagingArea\assets\bin\Data\Managed\Nethereum.Hex.dll'
Unity.IL2CPP.HashCodeCollisionException: Hash code collision on value 0DC680C42C48529C1C651E3D9C522F194CCF05BD
Existing Item was : System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int32)
Colliding Item was : System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int32)
same issue here
What framework are you targeting? Nethereum includes an implementation of BigInteger for Net35, not other frameworks