unity plugin for display NFT in game object using zora graphql api
this a plugin for unity that uses unity packamange , just install the plugin using git
when installed it will be possible to place a custom script called Zora NFT any unity game object
if the custom script is placed in game object that has support for textures the plugin will download the image from nft using zora api and putting it in game object
my project uses @Zora graphql api to get information about NFT, and find the path to the image url.
a plugin para unity foi feito usando o csharp, usando native unity library connect to zora graphql api anda display the nft
my original idea is to make something much more complex with support for interacting with the smart contract, because of the time duration of the event I didn't have time to create everything I wanted