Skip to content

Instantly share code, notes, and snippets.

View Jobus0's full-sized avatar

Jobus Jobus0

View GitHub Profile
@Refsa
Refsa / GrabScreenFeature.cs
Last active May 30, 2025 15:30
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