allartprotocol / unity-solana-wallet

The First Open-Source Unity-Solana Wallet with NFT support
285 stars 133 forks source link

Errors just after import in 2020.03.26f1 ! #26

Closed MaciejProkopowicz closed 2 years ago

MaciejProkopowicz commented 2 years ago

Hey Devs,

Please take a look. I have imported your package and immediately got following warnings and errors: image

Is this still working ?

Please kindyl advise !

smthomas commented 2 years ago

I was able to get around this by changing line 74 of WalletScreen.cs to:

_txtLoader.SaveByteArray(_privateKeyFileTitle, Encoding.ASCII.GetBytes(SimpleWallet.instance.privateKey), false);

There are still some warnings I haven't really looked into, but it seems to get it working.

vuckovic95 commented 2 years ago

It's fixed now