How can I get data from moralis database with Unity

Currently, I want to get the data from moralis database(MoralisDashboard) and create, update and delete fields with unity. Sorry because my English not good.

you could at least use a cloud function to do that, and you can call a cloud function with REST:

https://docs.moralis.io/moralis-server/cloud-code/cloud-functions#calling-via-rest-api

1 Like

sorry but do you have any example of c# unity

Hi @lea
You can directly connect to mongoDB if you want and use C# to get the data from mongo check this answer below