Send erc-20 transaction request error

I am trying to send a transaction request, this is working from unity, but from android build I have an error from the first image.

Functuion:


Additional info: It’s ERC-20 transaction in binance mainnet chain (56). Moralis SDK Version - 1.2.1 (actual).

I was trying to add link.xml to resources folder with the following value:


And use this json library: https://github.com/SaladLab/Json.Net.Unity3D (was trying with classic NewtonSoft)

maybe you can also post in #game-dev channel in Discord

I found a solution: I just needed to update the Unity to a more up-to-date version.