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
- Host: GitHub
- URL: https://github.com/aptpod/intdash-unity
- Owner: aptpod
- License: apache-2.0
- Created: 2023-04-27T05:35:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-26T11:09:33.000Z (3 months ago)
- Last Synced: 2026-03-27T04:28:06.292Z (3 months ago)
- Language: C#
- Size: 80.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)