Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.19 KB

README.md

File metadata and controls

57 lines (40 loc) · 2.19 KB

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