コード例 #1
0
        public static void ResetPrefs()
        {
            EditorPrefs.DeleteKey("PumkinToolsWindow");

            if (_tools)
            {
                _tools.ResetEverything();
            }

            if (_toolsWindow)
            {
                DestroyImmediate(_toolsWindow);
            }

            _DependencyChecker.ResetDependencies();
        }