Hi,
I need to provide some information to an external app from a Unity Game, and the most appropriate Android way seems to be to have a Content Provider.
I’m looking for an asset that makes that easier for me, i.e., that allows me just implement the query method in C# and process the request, but I’ve been unable so far to find any. Has anyone here done this? I’d rather buy an asset than implement the bindings myself.
Or if not… what other methods have you used for providing information from your Unity app/game to external apps in the same device?
Thanks