Origin-Byte/sui-unity-sdk

How to Read data from blockchain into unity using the sdk ?

lopeselio opened this issue · 0 comments

Hey I found the package Id, but I'm having trouble reading from the blockchain. I have a Player Object which stores metadata (xp, health etc). I'm creationg the Player Obect from unity like this

image

How do I read from the blockchain and retreve the metadata from the player object?

I tried doing this, but this only gives me the list of the objects

image

@tomfurrier @maomove