Skip to content

Instantly share code, notes, and snippets.

View flashwade03's full-sized avatar
🏠
Working from home

Heechang Jung flashwade03

🏠
Working from home
View GitHub Profile
@StagPoint
StagPoint / OuterGlow.cs
Last active March 16, 2025 08:15
Custom VisualElement for Unity's UI Toolkit which is useful for creating an "outer glow" effect for buttons, or a "drop shadow" effect for popups, windows, and dialogs.
// Created 2024 StagPoint. Released to the public domain.
using System;
using System.Runtime.CompilerServices;
using Unity.Collections;
using UnityEngine;
using UnityEngine.Scripting;
using UnityEngine.UIElements;