Skip to content

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

Notifications You must be signed in to change notification settings

mackysoft/UniVRM-UTS2Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages