#Any updates on this?
1 messages · Page 1 of 1 (latest)
Hi Mike,
I'm actually out of the office until Friday, but thanks for asking! Let me get back to you on Friday about this.
You could actually do exactly those things by creating Indexes on Queries in Cloud Save, and either using Cloud Code (and/or Triggers, if you wanted to automate running something if a key value changed) or by querying data using the UGS CLI: https://docs.unity.com/ugs/en-us/manual/cloud-save/manual/reference/cli-module
But we know it's all a bit too "you need to figure this out yourself" at the moment, and we are working on that.
I'd be happy to put together a guide that is something like this, that covers how to grant rewards, including with specific details of how to do it with the CLI and/or Cloud Code, if you are able to share any more information about how you would like it to work (but if not, happy to make reasonable assumptions).
https://gist.github.com/iaincollins/0fc748e227fe18364ced0ccf3eee503e
Unity Cloud Save - How to allow players to find each other - Cloud Save Files - How to find and match players.md
We are also working on a Data Explorer to allow SQL style queries of Cloud Save Data, the same way Analytics data can be explored, but I don't know that would meet your needs as it's a read-only interface (although I can see could be useful for a manual or semi-automated process).