Skip to content

Instantly share code, notes, and snippets.

View muellerat91interactive's full-sized avatar

Ruben Müller muellerat91interactive

View GitHub Profile
@RevenantX
RevenantX / FindUsages.cs
Last active June 5, 2024 08:14
Find asset usages in prefabs and scenes (Unity3d)
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Text;
using System.Threading;
using UnityEditor;
using UnityEngine;
using Debug = UnityEngine.Debug;