Home

Awesome

<!-- markdownlint-disable --> <div align="center"> <img src=".github/dojo-mark-full-dark.svg" height="128"> </div> <div align="center"> <br /> <!-- markdownlint-restore --> <a href="https://twitter.com/dojostarknet"> <img src="https://img.shields.io/twitter/follow/dojostarknet?style=social"/> </a> <a href="https://github.com/dojoengine/dojo"> <img src="https://img.shields.io/github/stars/dojoengine/dojo?style=social"/> </a>

discord Github Actions Telegram Chat

</div>

Dojo.Unity SDK Guide

Prerequisites

Important Notice:
Please be aware that this SDK is in its early stages of release. As it is continuously being developed, any feedback or suggestions are highly appreciated. Feel free to report issues or contribute to the project. Your input is invaluable!

Setting Up Dojo

  1. Download the Latest Dojo Version
    Always use the most recent version of Dojo for optimal compatibility and features. You can find the latest release at the Dojo GitHub Repository.

    Run the following commands in your terminal to install:

    curl -L https://install.dojoengine.org | bash
    # After installation, update to the latest version
    dojoup
    

Installing Unity

  1. Install Unity
    For integration with Dojo, download and install Unity. Visit the Unity Download Page and follow the instructions provided there for installation.

Accessing Documentation

  1. Refer to the Official Documentation
    For detailed guidance on using the Dojo.Unity SDK, please refer to the official documentation. It provides comprehensive instructions and examples to help you get started:

    Dojo.Unity SDK Documentation