Skip to main content
HyperX runs well in .NET-compatible environments on Unity 2021 LTS and later.

Install HyperX in your Unity project

Step 1: Download the library file

Click here to download the latest release file.

Step 2: Import the dll file into Unity

Place the downloaded dll file in your Unity project’s Plugins folder.

Step 3: Run initialization code

Make sure the following code runs from your splash/intro screen or similar entry point.
HyperX.Core.Init("YOUR_PROJECT_CODE");

What is the project code?

The project identifier in the console URL is your project code.
  • In the image below, the project code for the HyperX's Project project is 0199c85f-8f24-762c-a65f-de45bac2a3c5.

Step 4: Set .NET compatibility in build settings

In Unity build settings, set Api Compatibility Level to .NET Standard 2.1 or higher.

You’re all set

Use the features supported by HyperX freely.