We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c4e2c commit 449fbecCopy full SHA for 449fbec
i18n/en/docusaurus-plugin-content-docs-sdks/current/quickstart/unity.mdx
@@ -14,7 +14,8 @@ We strongly recommend running the framework-related example [DEMO](https://githu
14
2. **Import Namespace**: Import the necessary namespace in your scripts:
15
16
```csharp
17
- using open_im_sdk;
+ using OpenIM.IMSDK.Unity;
18
+ using OpenIM.IMSDK.Unity.Listener;
19
```
20
21
3. **Initialize SDK**:
0 commit comments