Getting Started

The Mona Wallet Unity SDK is distributed as a Unity Package.

Download Package

You can download the latest official .unitypackage from the Releases page.

Alternatively, you can download the latest generated package from Build Packages workflow page. The file is available at the bottom of each workflow run as monaverse-sdk-package. Please note that this version may not be stable.

Install package

Drag and drop the .unitypackage file into your Unity project or double click it. Feel free to deselect common packages like Newtonsoft if you already have them.

πŸ‘

You're all set!

You're ready to start building!

Continue on the the Modal Integration docs to learn how to integrate the MONA Modal.

πŸ“˜

Important Notes

  • The SDK has been tested using Unity 2022 LTS. We highly recommend using 2022 LTS.
  • The Newtonsoft and Nethereums DLLs are included as part of the Unity Package, feel free to deselect/remove them if you already have them installed as a dependency to avoid conflicts.

What’s Next