trilitech / tezos-unity-sdk

Tezos Unity SDK for developers. Discover the future of Web3 gaming.
https://tezos.com/unity
MIT License
24 stars 12 forks source link

Fix for missing dependency? #155

Closed DevLaTron closed 9 months ago

DevLaTron commented 9 months ago

Should be:

using Newtonsoft.Json.Linq;

instead of

using Unity.Plastic.Newtonsoft.Json.Linq;

DevLaTron commented 9 months ago

Also added fix for Linux Editor

oskar-ziller commented 9 months ago

Thank you for your contribution. If you prefer, you're welcome to submit a PR to the develop branch. Alternatively, I can incorporate your changes into the upcoming update that's currently in progress.

DevLaTron commented 9 months ago

Feel free to incorporate them manually, it's only a couple of lines. :)

oskar-ziller commented 9 months ago

Will add manually.