allartprotocol / unity-solana-wallet

The First Open-Source Unity-Solana Wallet with NFT support
282 stars 128 forks source link

Unity freezes for 1-2 second when fetching NFT data #16

Closed shinronit closed 2 years ago

Ben-v-starloop commented 2 years ago

Can you show what type of code are you using to do so?

shinronit commented 2 years ago

It is freezing even in the demo scene whenever an NFT loads it freezes for 1 seconds. Also, is this package supported in webGL? We tried building for WebGL and there are 100s of errors in the browser console. It looks like due to JS limitations nothing from the System. Threading namespace is supported in WebGL and this package is using System. Threading for almost everything.

Ben-v-starloop commented 2 years ago

can you post the class where is defined the method fetching the nft ?

Il giorno mer 22 dic 2021 alle ore 12:28 shinronit @.***> ha scritto:

It is freezing even in the demo scene whenever an NFT loads it freezes for 1 seconds. Also, is this package supported in webGL? We tried building for WebGL and there are 100s of errors in the browser console.

— Reply to this email directly, view it on GitHub https://github.com/allartprotocol/unity-solana-wallet/issues/16#issuecomment-999502000, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWNEHBIPKDN24C5B74R4FADUSGY5RANCNFSM5KDZ4MCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

vuckovic95 commented 2 years ago

Now working on WebGL