[UNITY] How do I get/put data to custom columns in MoralisUser / _User

As in title. I need to be able to fetch data to a custom columns created for the _User object and then put new values there.

Thanks in advance

doesn’t that work with a normal query?

Do I need to extend MoralisUser class in Unity first by adding new field to be able to access it via Moralis.Query call? Or do I wrap it in key/value pair somewhere?

Also, this leads to:

Thank you!

I don’t know how it is in Unity, you can also ask in discord in game-dev channel

you can make a cloud function that reads/sets that info anytime

Thanks for help, will check that out!