How should purchasing process looks like in Unity3d?
In official docs Unity (revenuecat.com) we see only single function for this purpose:
public void BeginPurchase(Purchases.Package package)
I think it’s definetly lack of documentation. How should we obtain Purchases.Package object? Create it from new on our own? Get it somehow and store it?