Skip to content

A Unity Package to interact with the XRP Ledger (XRPL) blockchain

License

Notifications You must be signed in to change notification settings

Transia-RnD/xrpl.csharp.unity

Repository files navigation

XRPL C# Unity Package

Installation

There are a few ways to install the unity plugin.

Unity Assets (Custom Github Url)

If you want to add the package though the asset store you can grab the github url and then paste it into the package manager in unity

Manifest Json File

You can also add the package directly to your manifest.json file located under Packages/manifest.json.

{
    "dependencies": {
        "com.unity.xrplc": "git+https://github.com/Transia-RnD/xrpl.csharp.unity",
    }
}

For more indepth instructions on installing see https://docs.unity3d.com/Packages/com.unity.package-manager-ui@2.0/manual/index.html