Skip to content

Commit

Permalink
Add info about Unity to .NET SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Oct 15, 2024
1 parent 958276f commit 5332209
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/sdk-reference/dotnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ dotnet add package ConfigCat.Client
</TabItem>
</Tabs>

:::info
To get the _ConfigCat SDK_ up and running in Unity, please refer to [this guide](./unity.mdx).
:::

### 2. Import package

```csharp
Expand Down
4 changes: 4 additions & 0 deletions website/versioned_docs/version-V1/sdk-reference/dotnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ dotnet add package ConfigCat.Client
</TabItem>
</Tabs>

:::info
To get the _ConfigCat SDK_ up and running in Unity, please refer to [this guide](./unity.mdx).
:::

### 2. Import package

```csharp
Expand Down

0 comments on commit 5332209

Please sign in to comment.