Quick Start
Create a new script inheriting from MonoBehaviour
Add a member of type CloudWalletPlugin as well as a string to store the name of the user that is logged in.
In the Start-method, instantiate/initialize the CloudWalletPlugin.
Assign the EventHandlers/Callbacks allowing the CloudWalletPlugin to notify your Script about events and related Data
Initialize the CloudWalletPlugin. This will start the communication with the Browser and create the binding between your local script and the wax-js running in the Browser.
Last updated