Nethereum / Nethereum.Unity

Nethereum.Unity 472/Netstandard package
MIT License
6 stars 3 forks source link

Is it compatible with unity 2020.3.23f1? Is any special version of unity recommended? #3

Closed Vlakdo closed 4 months ago

Vlakdo commented 7 months ago

Thank you, the doubt is the one I specified in the title.

juanfranblanco commented 7 months ago

@Vlakdo Depends what you target, it you are targeting anything but WebGl you should be ok. If you are planning to use Wegl 2021 and above is required due to emscripten changes.

AArtlone commented 5 months ago

@juanfranblanco Hi! Is there anything special that I need to do to make it work in WebGL? I got a setup that is working in Unity, but it does not work in WebGL. I am currently debugging to see what's going wrong. I am using Unity 2022.3.19

juanfranblanco commented 5 months ago

If you are using async you will need to use the Webgl thread patcher. See the notes here: https://github.com/Nethereum/Unity3dSampleTemplate