Skip to content

Instantly share code, notes, and snippets.

View restush's full-sized avatar
🎯
Focusing

Restu Syibul Huda restush

🎯
Focusing
  • AmoyFeels
  • Indonesia
View GitHub Profile
@restush
restush / FindMissingEditor.cs
Last active August 17, 2024 18:58 — forked from to-osaki/FindMissingEditor.cs
Unity Find missing references
using System.Collections.Generic;
using UnityEditor;
using UnityEditor.UIElements;
using UnityEngine;
using UnityEngine.UIElements;
public class FindMissingEditor : EditorWindow
{
private float _progress = 0f;
private bool _canceled;