Skip to content

Instantly share code, notes, and snippets.

@Refsa
Refsa / GrabScreenFeature.cs
Last active September 2, 2024 07:00
Unity URP custom grab pass
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.Rendering.Universal;
public class GrabScreenFeature : ScriptableRendererFeature
{
[System.Serializable]
public class Settings