Nethereum.Unity.Webgl icon indicating copy to clipboard operation
Nethereum.Unity.Webgl copied to clipboard

Nethereum Unity Webgl sample starter (Currently using Metamask)

Results 7 Nethereum.Unity.Webgl issues
Sort by recently updated
recently updated
newest added

I was making a project in Unity, but during the build the following error occurred. No matter how many times I redo the build, I always get this error.

fixes https://github.com/Nethereum/Nethereum.Unity.Webgl/issues/10 and https://github.com/Nethereum/Nethereum.Unity.Webgl/issues/5

Uncaught (in promise) ReferenceError: nethereumUnityInstance is not defined at _EnableEthereum

Assets/MetamaskController.cs(186,13): error CS0103: The name 'MetamaskInterop' does not exist in the current context

I think there is a little typo in NethereumMetamask.jslib which causes to empty public key when accounts changed. ` ethereum.on("accountsChanged", function (accounts) { //console.log(accounts[0]); let account = ""; if(account[0] !==...

Hello ,How to Mint an ERC1155 NFT? Can you give me an example?

Hi, can't find any info in the Nethereum documentation about using this. Can you please to some additional examples? Thx!