This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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() | |
| { |