Merge branch 'main' of https://git.personalnas.com/Misaki/com.misaki.hdrp-toon into feature/hair-eye-blending

# Conflicts:
#	README.md
This commit is contained in:
Misaki
2025-01-08 23:20:17 +09:00
37 changed files with 524 additions and 574 deletions

View File

@@ -1,6 +1,6 @@
using UnityEngine.Rendering;
namespace Unity.Toonshader
namespace Misaki.HdrpToon
{
[GenerateHLSL]
public enum UTS_BSDFDebug

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using UnityEngine.Rendering;
namespace Unity.Toonshader
namespace Misaki.HdrpToon
{
public static class UTSDebugPanel
{