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

# Unity Support

> Discover Particle Network's SDKs for Unity development.

## SDKs with Unity Support

Web3 games are **prime candidates for Wallet-as-a-Service** due to the intrinsic need for **user-centric, accessible onboarding flows** to ensure the lowest possible barrier to entry. To account for this, Particle **supports Unity across every major SDK**. Although this Unity support only extends to mobile, Particle Network has limited Unity support on Windows/macOS for Particle Auth; Particle Connect, Particle Wallet, and Particle's AA SDK are not accessible on Desktop platforms.

For mobile platforms, every aforementioned SDK has complete Unity support through the **[`particle-unity` GitHub repository](https://github.com/Particle-Network/particle-unity)**. To learn more and begin implementing Particle's Wallet-as-a-Service within your Unity games, choose an SDK through the following cards.

***

<CardGroup cols={2}>
  <Card title="Particle Auth (Desktop)" href="/api-reference/auth/desktop-sdks/unity">
    Interacting with Particle Auth within Desktop games made on Unity using C#.
  </Card>

  <Card title="Particle Auth (Mobile)" href="/api-reference/auth/mobile-sdks/unity">
    Interacting with Particle Auth within Mobile games made on Unity using C#.
  </Card>

  <Card title="Particle Connect" href="/api-reference/connect/mobile/unity">
    Integrating Particle Connect within mobile games made on Unity using C#.
  </Card>

  <Card title="Particle Wallet" href="/api-reference/wallet/mobile/unity">
    Using Particle Wallet within games built on Unity.
  </Card>

  <Card title="Account Abstraction" href="/api-reference/aa/sdks/mobile/unity">
    Implementing account abstraction within games built on Unity.
  </Card>
</CardGroup>
