Install Unity SDK
The following guides you on how to use Unity SDK. You can integrate the chat and dashboard by installing the SDK and configuring the environment.
Required specifications
Minimum specifications: 2020 or later (If you need support for a lower version of Unity, make an inquiry at 'cs@nbase.io' email)
Users of Unity Editor on 2020.3.X / 2021.1.X version should use 2020.3.15f2 or later / 2021.1.16f1 or later (Unity Editor bug fixes for AAB version builds).
Install SDK and configure the environment
To download Ncloud Chat Unity SDK and configure your project in Unity, follow these steps:
Download from the GitHub repository page.
For samples, download from the GitHub repository page as well.
Run Unity, and create a project.
In Unity, click Assets > Import Package > Custom Package... in order.
Import the downloaded 'NcloudChat.Unity.SDK.[version].unitypackage' file from the dashboard.
Select all files in the package, and then click the [Import] button.
Save the project.
Last updated