Théo Sabattié

Results 5 comments of Théo Sabattié

Hi @JoshClose ! :) I tested CSVHelper from NuGetForUnity, I got some issues on iOS build: ``` NullReferenceException: Object reference not set to an instance of an object. Managed Stack...

Have you an empty layer? Can you share us your resources or an equivalent with the same problem?

@a-maurice / @stewartmiles / @chkuang-g / (...) Can you review/validate this MR please? [Applovin requires to disable static-framework.](https://dash.applovin.com/documentation/mediation/unity/getting-started/integration) By disabling this option, firebase does not work anymore until this flag...

Workaround: ```ts axios.get('your.abi.json').then((response) => { const networkProvider = new ProxyNetworkProvider( 'https://devnet-gateway.elrond.com' // or the main/test net ); const abiRegistry = AbiRegistry.create(response.data); const abi = new SmartContractAbi(abiRegistry); const contract = new...

Hi @clemos , Thanks for your answer. I hope that you will get time to make it works again. Good luck for your current things.