Skip to main content

Chillaxins

🌆 Requires ChilloutVR
Compatible with Warudo

Chillaxins is a Unity Editor package that lets you use non-destructive tools on ChilloutVR avatars, and Warudo character mods.

Using this, you can use some of my products in ChilloutVR, like ⭐ Starmesh, ⭐ FaceTra Shape Creator, and Prefabulous Universal.

Notes:

Install

warning

Support for ChilloutVR is new. You may encounter some issues.

If you need help, please check out the Discord server.

tip

If you use the ALCOM package manager, you can add the Haï ~ Chillaxins package from our listing.

What does this do?

It prevents compilation errors due to missing programming libraries:

  • This includes the System.Collections.Immutable DLL, because NDMF uses it.
  • This includes the Lib.Harmony DLL, because NDMF 1.5 will use it.
  • This creates a dependency on Unity Burst 1.6.6 for Unity 2021, because Modular Avatar uses it.

On ChilloutVR projects, it hooks into the avatar build process:

  • If the project is a CCK project and NDMF is installed, when you try to upload an avatar using ChilloutVR CCK interface, it will execute the non-destructive avatar processors.

About the DLL files

This tool contains DLL files because NDMF depends on a programming library which is not available in Unity by default, and a patching library. For convenience of installation, these DLLs are included in Chillaxins.

If you're concerned about safety, you can download the required DLLs on your own from Microsoft NuGet (System.Collections.Immutable, Lib.Harmony).