Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 770 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 770 Bytes

UniVRM UTS2 (UnityChanToonShaderVer2) Extensions

This package is to allow UniVRM to export / import UTS2 shader.

Installation

1. Install UniVRM and UTS2

Install UniVRM and UTS2 in any way you like.

2. Install this package

https://github.com/mackysoft/UniVRM-UTS2Exporter/releases

3. Add "Universal Render Pipeline/Toon" to VRMExtensionShaders in VRMShaders/VRM/IO/Runtime/PreShaderPropExporter.cs

public static readonly string[] VRMExtensionShaders = new string[]
{
    "VRM/UnlitTransparentZWrite",
    "VRM/MToon",
    "Universal Render Pipeline/Toon" // Add this
};

Now you can export and import UTS2 with UniVRM.