An open API service indexing awesome lists of open source software.

https://github.com/aptpod/intdash-unity

intdash SDK for Unity
https://github.com/aptpod/intdash-unity

Last synced: 11 days ago
JSON representation

intdash SDK for Unity

Awesome Lists containing this project

README

          

# intdash SDK for Unity

intdashと連携したアプリケーションをUnityで開発する際に利用可能なモジュールです。

詳しい使い方については[サンプル](https://github.com/aptpod/intdash-unity-samples)を参照してください。

## 依存関係

- [iSCP Client for C#](https://github.com/aptpod/iscp-cs) (>= v1.2.0)
- [intdash REST API Client for C#](https://docs.intdash.jp/manual/api-sdk-docs-site/latest/ja/rest/rest-libraries.html) (>= v2.4.0)

## インストール方法

```
cd {YOUR_UNITY_PROJECT}
git submodule add git@github.com:aptpod/intdash-unity.git
```

## サンプル

- [intdash Unity Samples](https://github.com/aptpod/intdash-unity-samples)