Update custom pass to global custom pass

This commit is contained in:
Misaki
2024-10-23 20:15:07 +09:00
parent e441bb7911
commit d0554a73bb
64 changed files with 949 additions and 46128 deletions

View File

@@ -3,7 +3,7 @@ using UnityEngine;
namespace UnityEditor.Rendering.Toon
{
[CustomPassDrawer(typeof(HairShadowPass))]
[CustomPassDrawer(typeof(UTSHairShadowPass))]
public class HairShadowPassDrawer : CustomPassDrawer
{
SerializedProperty m_RenderQueueType;