Skip to content

Instantly share code, notes, and snippets.

View DeadRobotDev's full-sized avatar

Fletcher DeadRobotDev

View GitHub Profile
@DarkenedShade
DarkenedShade / EditorResetPrefs.cs
Last active April 23, 2023 01:44
A Uitility to delete all editor prefernces
// Found At https://answers.unity.com/questions/633474/how-to-remove-options-from-the-external-tools-exte.html
using UnityEditor;
using UnityEngine;
public class EditorResetPrefs : MonoBehaviour
{
[MenuItem ("Edit/Reset Preferences")]
static void ResetPrefs()
{