https://github.com/mackysoft/univrm-uts2extensions
This package is to allow UniVRM to export / import UTS2 shader.
https://github.com/mackysoft/univrm-uts2extensions
unity univrm urp uts vrm
Last synced: 2 months ago
JSON representation
This package is to allow UniVRM to export / import UTS2 shader.
- Host: GitHub
- URL: https://github.com/mackysoft/univrm-uts2extensions
- Owner: mackysoft
- Created: 2022-02-18T08:03:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T08:15:43.000Z (about 3 years ago)
- Last Synced: 2025-01-13T10:11:37.451Z (4 months ago)
- Topics: unity, univrm, urp, uts, vrm
- Language: C#
- Homepage:
- Size: 24.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
- UniVRM: https://github.com/vrm-c/UniVRM
- UTS2: https://github.com/unity3d-jp/UnityChanToonShaderVer2_Project### 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`
```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.