> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sequence.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# 概要

> Sequenceインフラストラクチャスタックを活用したWeb3ゲーム向けUnity SDKの概要ドキュメントです。

# はじめに

Sequence Unity Embedded Wallet SDKは、Unityゲーム向けにSequenceの[Embedded Wallet](/sdk/headless-wallet)および[Indexer](/api-references/indexer/overview)との完全な連携を提供します。Unity専用に設計されたSequenceEthereumライブラリと統合されており、Nethereumは不要です！

このSDKは[セマンティックバージョニング](https://semver.org/)（`major.minor.patch`）に従っています。破壊的な変更は必ず`major`バージョンが上がり、互換性のある新機能は`minor`バージョン、バグ修正は`patch`バージョンが上がります。

## 必要環境

Unity 2021.3.6f1以降

* Android
* iOS
* PCスタンドアロン →（Social Sign in 利用時はMonoビルドのみ対応 → IL2CPPビルドではシステムコマンドが例外を投げます → 詳細は [OpenIdAuthentication.PlatformSpecificSetup](https://github.com/0xsequence/sequence-unity/blob/master/Packages/Sequence-Unity/Sequence/SequenceSDK/Authentication/OpenIdAuthenticator.cs.cs#L244) を参照）
* Macスタンドアロン →（Social Sign in 利用時はMonoビルドのみ対応 → テストでは、MacOSはカスタムURLスキームを自動で認識しません。事前にシステムコマンドを実行する必要がありますが、これらはMonoでのみ動作します → 詳細は [OpenIdAuthentication.PlatformSpecificSetup](https://github.com/0xsequence/sequence-unity/blob/master/Packages/Sequence-Unity/Sequence/SequenceSDK/Authentication/OpenIdAuthenticator.cs#L244) を参照）
* WebGL

## 追加リソース

このドキュメントに加え、Jelly Forestデモゲームの制作過程を詳しく解説した[ガイド](/guides/jelly-forest-unity-guide)もご覧いただけます。
