# 利用可能なライブラリ

> Find the complete list of Cloud Code C# Software Development Kits you can import in a module.

以下は、Cloud Code モジュールにインポートできる Cloud Code C# SDK の完全なリストです。

> **Note:**
>
> **ノート:** 使用する UGS サービスがこのリストにない場合でも、API 呼び出しを使用してサービスを呼び出すことができます。詳細については、[REST API を通じて UGS に接続](../how-to-guides/unity-services-integration#connect-to-ugs-through-rest-apis) する方法に関するページを参照してください。

###### Client##client

* [Cloud Save][Cloud Save]
  * [Data][Data]
  * [Files][Files]
* [Economy][Economy]
  * [Currencies][Currencies]
  * [Configuration][Configuration]
  * [Inventory][Inventory]
  * [Purchases][Purchases]
* [Lobby][Lobby]
* [Leaderboards][Leaderboards]
* [Player Authentication][Player Authentication]
* [Matchmaker Tickets][Matchmaker Tickets]
* [Friends][Friends]
  * [Messaging][Messaging]
  * [Relationships][Relationships]
  * [Notifications][Notifications]
  * [Presence][Presence]
* [Player names][Player names]
* Remote Config 設定

###### Admin##admin

* [Cloud Save][Cloud Save Admin]
  * [Data][Data Admin]
  * [Files][Files Admin]
* [Leaderboards][Leaderboards Admin]
* [Triggers][Triggers Admin]
* [Scheduler][Scheduler Admin]

> **Note:**
>
> **ノート:** Cloud Code C# SDK のドキュメントはまだ作業中です。現段階では、類似の構造を持つ [JavaScript ドキュメント](../../scripts/how-to-guides/unity-services-integration) を参照できます。IDE のオートコンプリートと intellisense 機能も利用してください。

[Cloud Save]: https://services.docs.unity.com/cloud-save/v1/

[Data]: https://services.docs.unity.com/cloud-save/v1/#tag/data

[Files]: https://services.docs.unity.com/cloud-save/v1/#tag/files

[Economy]: https://services.docs.unity.com/economy/v2/

[Currencies]: https://services.docs.unity.com/economy/v2/#tag/currencies

[Configuration]: https://services.docs.unity.com/economy/v2/#tag/configuration

[Inventory]: https://services.docs.unity.com/economy/v2/#tag/inventory

[Purchases]: https://services.docs.unity.com/economy/v2/#tag/purchases

[Lobby]: https://services.docs.unity.com/lobby/v1/

[Leaderboards]: https://services.docs.unity.com/leaderboards/v1/

[Player Authentication]: https://services.docs.unity.com/player-auth/v1/

[Matchmaker Tickets]: https://services.docs.unity.com/matchmaker/v2/#tag/tickets

[Friends]: https://services.docs.unity.com/friends/v1/

[Messaging]: https://services.docs.unity.com/friends/v1/#tag/messaging

[Relationships]: https://services.docs.unity.com/friends/v1/#tag/relationships

[Notifications]: https://services.docs.unity.com/friends/v1/#tag/notifications

[Presence]: https://services.docs.unity.com/friends/v1/#tag/presence

[Player names]: https://services.docs.unity.com/player-names/v1/

[Cloud Save Admin]: https://services.docs.unity.com/cloud-save-admin/v1/

[Data Admin]: https://services.docs.unity.com/cloud-save-admin/v1/#tag/data

[Files Admin]: https://services.docs.unity.com/cloud-save-admin/v1/#tag/files

[Leaderboards Admin]: https://services.docs.unity.com/leaderboards-admin/v1/

[Triggers Admin]: https://services.docs.unity.com/triggers-admin/v1/

[Scheduler Admin]: https://services.docs.unity.com/scheduler-admin/v1/

Cloud Code を他の Unity サービスと統合する方法については、[他の Unity サービスとのインテグレーション](../how-to-guides/unity-services-integration) のページを参照してください。
