Which is the conversion of this line to UniScript?
OpenIABEventManager.purchaseSucceededEvent += purchaseSucceededEvent;
Which is the conversion of this line to UniScript?
OpenIABEventManager.purchaseSucceededEvent += purchaseSucceededEvent;
In UnityScript(JavaScript) you can subscribe to events as you did in your original post, but you can not create them(delegate and static event).
You should be fine.
Thanks a lot!! Solved!
– ffff1111