Describe the bug
When you try to execute some samples with a WebGL build (not in the editor), they fail
Steps
Steps to reproduce the behavior:
- Use the scene [SampleLogin - Web3Auth]
- Login with [Web3Auth]
- Go to More examples section
- Click on ContractSend for example
Expected behavior
Sample is executed successfully
Console errors
ChainSafe.Gaming.Web3.Web3Exception: Error occurred when trying to send rpc requests(s): eth_getTransactionCount ---> Nethereum.JsonRpc.Client.RpcClientUnknownException: Error occurred when trying to send rpc requests(s): eth_getTransactionCount ---> System.DllNotFoundException: Unable to load DLL 'libc'. Tried the load the following dynamic libraries:
--- End of inner exception stack trace ---
at Nethereum.JsonRpc.Client.RpcClient.SendAsync (Nethereum.JsonRpc.Client.RpcMessages.RpcRequestMessage request, System.String route) [0x00000] in <00000000000000000000000000000000>:0
--- End of inner exception stack trace ---
at ChainSafe.Gaming.InProcessTransactionExecutor.InProcessTransactionExecutor.SendTransaction (ChainSafe.Gaming.Evm.Transactions.TransactionRequest transaction) [0x00000] in <00000000000000000000000000000000>:0
Screenshots/Video
If applicable, add screenshots or screen recordings that help visualize the issue.

Desktop (please complete the following information):
- Chainsafe SDK version: [main]
- Unity Version: [2022.3]
- Operating System: [Mac]
Additional context
Failing on:
- ContractSend
- GetNonce
- GetTransactionStatus
- Mint721
- Mint1155
- SendArray
- SendTransaction
- TransferErc20
- TransferErc721
- TransferErc1155
Describe the bug
When you try to execute some samples with a WebGL build (not in the editor), they fail
Steps
Steps to reproduce the behavior:
Expected behavior
Sample is executed successfully
Console errors
Screenshots/Video

If applicable, add screenshots or screen recordings that help visualize the issue.
Desktop (please complete the following information):
Additional context
Failing on: