Skip to content

Instantly share code, notes, and snippets.

@keijiro
keijiro / FpsCapper.cs
Last active September 24, 2025 21:29
FpsCapper - Limits the frame rate of the Unity Editor in Edit Mode
using UnityEditor;
using UnityEngine;
using UnityEngine.LowLevel;
using System.Linq;
using System.Threading;
namespace EditorUtils {
//
// Serializable settings