Available assets

Post Processing

Version 3.2.2

The cluster camera 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.

version 2.0.0

When you want to use AudioLink, download com.llealloo.audiolink-2.0.0.unitypackage from the download page and import it into your project. Next, add AudioLink.prefab to the scene and set 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

Version 3.0.6

Timeline

Version 1.6.4

Steam Audio

Version 4.6.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) from the download page, extract the zip file, and import unity/SteamAudio.unitypackage from the extracted folder into your project.