Skip to content

Commit

Permalink
doc: en unity quickstart.md (#216)
Browse files Browse the repository at this point in the history
* docs: unity chinese sdk 3.8

* unity doc en sdk3.8

* unity: fix error

* doc:fix docusaurus-plugin-content-docs-sdks/current/quickstart/unity.mdx
  • Loading branch information
yj12138 authored Nov 6, 2024
1 parent 90c4e2c commit 449fbec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ We strongly recommend running the framework-related example [DEMO](https://githu
2. **Import Namespace**: Import the necessary namespace in your scripts:

```csharp
using open_im_sdk;
using OpenIM.IMSDK.Unity;
using OpenIM.IMSDK.Unity.Listener;
```

3. **Initialize SDK**:
Expand Down

0 comments on commit 449fbec

Please sign in to comment.