Skip to content

Releases: TigersUniverse/Hypernex.Unity

2026.04.1b

10 Apr 15:54

Choose a tag to compare

In this release, we add support for multiple operating systems! We now support the following:

  • Windows
    • Hypernex_win-x64.zip
  • macOS
    • Hypernex_macOS-Silicon.zip
  • Linux
    • Hypernex_linux-x64.zip
  • Android (XR/non-XR)
    • (XR) hypernex_android-arm64+xr.apk
    • (non-XR) hypernex_android-arm64.apk

Note

While iOS is technically supported, we do not publish releases for it. You can read more about why we don't here.

We also made various changes to how messages are serialized which should heavily improve serialization performance across all platforms!

Important

This change may corrupt databases. If you run in to any errors, you can delete the old databases at %appdata%/../LocalLow/TigersUniverse/Hypernex.Unity/Databases

Among this, we have also made various fixes to audio support (such as for microphones) and various other bugs.

Read the Changelog here!

2025.10.1b

26 Oct 00:37

Choose a tag to compare

This release focuses on improving media fetching and video streaming experience.

Caution

We upgraded to Unity 2023.2.22f1 to include the security patch. It is essentially the same as our previous version, but with the security patch. We urge all users to upgrade to this engine version ass soon as possible.

Read the Changelog here!

2025.07.3b

31 Jul 03:13

Choose a tag to compare

This release addresses some quick bug fixes for User Interface issues and a slight addition to the Sandbox API.

Read the Changelog here!

2025.07.2b

14 Jul 20:05

Choose a tag to compare

This release addresses some quick bug fixes for some simple issues.

Read the Changelog here!

2025.07.1b

02 Jul 23:15

Choose a tag to compare

This release of Hypernex.Unity has implemented the brand new User Interface, introduced the new Content Creation Kit Integration, and lots of fixes!

We'd like to thank the following first time contributors:

  • @dustwyn
    • Designed the new User Interface

Read the Changelog here!

Caution

All content made with a previous version of the CCK (<2.0.0) will cease to function. Please either update the content or remove it from your Dashboard.

2024.11.3b

12 Nov 19:03

Choose a tag to compare

This hotfix of Hypernex.Unity fixes an issue with ungraceful disconnects and invite permissions

Read the Changelog here!

2024.11.2b

02 Nov 23:15

Choose a tag to compare

This hotfix of Hypernex.Unity fixes an issue with Discord Rich Presence

Read the Changelog here!

2024.11.1b

02 Nov 04:38

Choose a tag to compare

This patch of Hypernex.Unity removes cobalt and replaces it with yt-dlp. You can read more on why we decided to do this on the changelog, linked below.

Read the Changelog here!

2024.10.2b

23 Oct 01:14

Choose a tag to compare

This hotfix of Hypernex.Unity fixes some small issues relating to Parameters and a small new feature.

Read the Changelog here!

2024.10.1b

20 Oct 23:51

Choose a tag to compare

This release adds TONS of new performance features especially with coding and Garbage Collection. There's way too much in this release to talk about here, so

Read the Changelog here!

Caution

The Scripting API was completely redone, meaning that a lot of things broke. Please make sure you read the API Changes to upgrade your scripts.