Unity SDK & Solana

I have downloaded the unitySDK package to work on SOLANA.
But on the prefab I have to set the Server URL & Application ID.
And when creating a server, there is no SOLANA server available.
Does it mean we can’t use SOLANA API in Unity?
Thanks

No, you can use the Solana API by connecting to any of your servers.
API’s only need an active server to get you the data.

1 Like

Once a server is created, it can use web3 api methods from all moralis compatible chain,
The option to chose network and blockchains when creating the server is to know which log the server will want to receive (like ethtransaction, polygonNft) default created DB.
you can use the API endpoints and web3 sdk methods to get some data from solana
https://docs.moralis.io/moralis-dapp/solana-sdk

1 Like