Skip to content

Commit

Permalink
add instructions on how to install unitypackage
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Aug 10, 2023
1 parent 2e91130 commit 99e1932
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ developers with the ability to:
The Tezos SDK supports Desktop, Android, iOS, and browsers. Beyond allowing game developers to interact with the Tezos
blockchain, this SDK is a helpful resource for developing any Tezos decentralized application (dApp).

### Install from unitypackage file

You can install TezosUnitySdk via `.unitypackage` file. To load a package from a unitypackage file:

* Go to [Releases](https://github.com/trilitech/tezos-unity-sdk/releases) page and download the latest `TezosUnitySdk.unitypackage`.
* Open your project in Unity Editor.
* Double-click the `TezosUnitySdk.unitypackage` file to import it into the current project.

### Install from a Git URL

You can install the UPM package via directly Git URL. To load a package from a Git URL:
Expand Down

0 comments on commit 99e1932

Please sign in to comment.