Available assets

Available Asset Versions

The version numbers of the assets that can be used vary depending on the Unity version of the project.

Projects in Unity 2021.3.4f1

These are the assets available for a Unity 2021.3.4f1 project.

AssetPackage Version
Post Processing3.2.2
AudioLinkVersion 2.1.0-cluster.1
TextMesh Pro3.0.6
Timeline1.6.4
Steam Audio4.6.0

Projects in Unity 6000.2.0f1

Unity 6000.2.0f1 projects can also use the same assets, but TextMesh Pro is integrated into the Unity UI package, so there is no need to import it separately.

AssetPackage Version
Post Processing3.5.0
AudioLinkVersion 2.1.0-cluster.1
Timeline1.8.8
Steam Audio4.7.0

Post Processing

In Unity 2021.3.4f1, please use Post Processing version 3.2.2.

In Unity 6000.2.0f1, please use Post Processing version 3.5.0.

The camera in Cluster is set up with the Post Process Layer as follows:

Major settingMinor settingValue
Volume blendingTriggerThe camera’s own Transform (local volumes can be applied)
LayerPostProcessing
Anti-aliasingModeFast Approximate Anti-aliasing (FXAA)
Fast Modefalse
Keep Alphafalse
Stop Nan Propagationtrue
Directly to Camera Targetfalse

The layer settings are as follows:

LayersValue
User Layer 21PostProcessing

For more details about Post Processing, please refer to https://github.com/Unity-Technologies/PostProcessing/wiki.

Download Page for audiolink-2.1.0-cluster.1.unitypackage

To use AudioLink, download the audiolink-2.1.0-cluster.1.unitypackage from the download page above and import it into your project.

Add the AudioLink.prefab from the Runtime folder to your scene and set up the AudioSource you want to reference in the world. If you want to change AudioLink parameters from a script, add a Scriptable Item to AudioLink.prefab and use AudioLinkHandle.

Because AudioLink reacts only to the in-world AudioSource referenced by its component, it does not respond to voice chat, emote sounds, system sound effects, and similar audio. In addition, as of April 2025, avatars, craft items, and accessories cannot use shaders that support AudioLink, so the effect is limited to objects in the world that use AudioLink-compatible shaders.

Cluster runs on multiple devices (Windows, Mac, Android, iOS) and with different UIs (VR and non-VR). If you use a shader that is not compatible with the graphics API of some devices, the appearance may differ from what you expect.

AudioLink signal processing is performed on each device. Therefore, depending on the time a user joins and the performance of their device, an object’s appearance may differ from that on other devices.

For more details about AudioLink, see the official README.

TextMesh Pro

In Unity 2021.3.4f1, please use TextMesh Pro version 3.0.6.

In Unity 6000.2.0f1, the features of TextMesh Pro are integrated into the standard Unity UI package as com.unity.ugui.
The version number of the com.unity.ugui package is 2.0.0.

Timeline

In Unity 2021.3.4f1, please use Timeline version 1.6.4.

In Unity 6000.2.0f1, please use Timeline version 1.8.8.

Steam Audio

In Unity 2021.3.4f1, please use Steam Audio version 4.6.0. Download Page for Steam Audio 4.6.0

In Unity 6000.2.0f1, please use Steam Audio version 4.7.0. Download Page for Steam Audio 4.7.0

You can change how sounds sound in the world. It does not affect sounds generated by the Cluster app, such as voice. Also, settings such as Mixer Effects, which include Steam Audio Reverb, and SteamAudioSettings will not be reflected in the Cluster app.

For more information about Steam Audio, see https://valvesoftware.github.io/steam-audio/.

To use Steam Audio, download the Unity Plugin (steamaudio_unity_4.6.0.zip or steamaudio_unity_4.7.0.zip) from the respective download page, extract the zip file, and import unity/SteamAudio.unitypackage from the extracted folder into your project.