Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assembly DLL name is reserved for internal use #7

Open
col000r opened this issue Jun 17, 2020 · 3 comments
Open

Assembly DLL name is reserved for internal use #7

col000r opened this issue Jun 17, 2020 · 3 comments

Comments

@col000r
Copy link

col000r commented Jun 17, 2020

Getting this error in Unity 2018.4.16f1: Assembly DLL name is reserved for internal use: Assets/Plugins/UnityEngine.dll (did files generated by a build accidentally end up in your Assets/ folder?)

@juanfranblanco
Copy link
Member

Are you using the latest with the sample? Remove the UnityEngine.dll it is output as part of the build.

@col000r
Copy link
Author

col000r commented Jun 17, 2020

I just downloaded the zip and opened it in 2018.4.16f1.
If I delete UnityEngine.dll, then I get Assets/EtherTransfer.cs(32,27): error CS1729: The type 'Nethereum.JsonRpc.UnityClient.EthTransferUnityRequest' does not contain a constructor that takes '2' arguments

@juanfranblanco
Copy link
Member

Yes the sample needs updating to the latest version, but nothing major, you just need supply your chainId (if wanted) like mainnet = 1 or a null value https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Unity/EthTransferUnityRequest.cs#L11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants