├── Custom Animation Window Tryhard ├── Editor.meta └── Editor │ ├── Animation.meta │ ├── Animation │ ├── MaterialAnimationUtility.cs │ ├── MaterialAnimationUtility.cs.meta │ ├── SerializedStringTable.cs │ ├── SerializedStringTable.cs.meta │ ├── TickHandler.cs │ ├── TickHandler.cs.meta │ ├── TickStyle.cs │ ├── TickStyle.cs.meta │ ├── TimeArea.cs │ ├── TimeArea.cs.meta │ ├── TransitionPreview.cs │ ├── TransitionPreview.cs.meta │ ├── ZoomableArea.cs │ └── ZoomableArea.cs.meta │ ├── AnimationWindow.meta │ ├── AnimationWindow │ ├── AddCurvesPopup.cs │ ├── AddCurvesPopup.cs.meta │ ├── AddCurvesPopupHierarchy.cs │ ├── AddCurvesPopupHierarchy.cs.meta │ ├── AddCurvesPopupHierarchyDataSource.cs │ ├── AddCurvesPopupHierarchyDataSource.cs.meta │ ├── AddCurvesPopupHierarchyGUI.cs │ ├── AddCurvesPopupHierarchyGUI.cs.meta │ ├── AnimEditor.cs │ ├── AnimEditor.cs.meta │ ├── AnimEditorOverlay.cs │ ├── AnimEditorOverlay.cs.meta │ ├── AnimationClipSelectionItem.cs │ ├── AnimationClipSelectionItem.cs.meta │ ├── AnimationContextualPropertyMenu.cs │ ├── AnimationContextualPropertyMenu.cs.meta │ ├── AnimationKeyTime.cs │ ├── AnimationKeyTime.cs.meta │ ├── AnimationRecording.cs │ ├── AnimationRecording.cs.meta │ ├── AnimationWindowClipPopup.cs │ ├── AnimationWindowClipPopup.cs.meta │ ├── AnimationWindowControl.cs │ ├── AnimationWindowControl.cs.meta │ ├── AnimationWindowCurve.cs │ ├── AnimationWindowCurve.cs.meta │ ├── AnimationWindowEvent.cs │ ├── AnimationWindowEvent.cs.meta │ ├── AnimationWindowEventInspector.cs │ ├── AnimationWindowEventInspector.cs.meta │ ├── AnimationWindowHierarchy.cs │ ├── AnimationWindowHierarchy.cs.meta │ ├── AnimationWindowHierarchyDataSource.cs │ ├── AnimationWindowHierarchyDataSource.cs.meta │ ├── AnimationWindowHierarchyGUI.cs │ ├── AnimationWindowHierarchyGUI.cs.meta │ ├── AnimationWindowHierarchyNode.cs │ ├── AnimationWindowHierarchyNode.cs.meta │ ├── AnimationWindowKeySelection.cs │ ├── AnimationWindowKeySelection.cs.meta │ ├── AnimationWindowKeyframe.cs │ ├── AnimationWindowKeyframe.cs.meta │ ├── AnimationWindowManipulator.cs │ ├── AnimationWindowManipulator.cs.meta │ ├── AnimationWindowOptions.cs │ ├── AnimationWindowOptions.cs.meta │ ├── AnimationWindowSelectionItem.cs │ ├── AnimationWindowSelectionItem.cs.meta │ ├── AnimationWindowState.cs │ ├── AnimationWindowState.cs.meta │ ├── AnimationWindowStyles.cs │ ├── AnimationWindowStyles.cs.meta │ ├── AnimationWindowUtility.cs │ ├── AnimationWindowUtility.cs.meta │ ├── ControlPointRenderer.cs │ ├── ControlPointRenderer.cs.meta │ ├── CurveBindingUtility.cs │ ├── CurveBindingUtility.cs.meta │ ├── CurveEditor.cs │ ├── CurveEditor.cs.meta │ ├── CurveEditorRectangleTool.cs │ ├── CurveEditorRectangleTool.cs.meta │ ├── CurveEditorSelection.cs │ ├── CurveEditorSelection.cs.meta │ ├── CurveEditorSettings.cs │ ├── CurveEditorSettings.cs.meta │ ├── CurveEditorWindow.cs │ ├── CurveEditorWindow.cs.meta │ ├── CurveMenuManager.cs │ ├── CurveMenuManager.cs.meta │ ├── CurveRenderer.meta │ ├── CurveRenderer │ │ ├── BoolCurveRenderer.cs │ │ ├── BoolCurveRenderer.cs.meta │ │ ├── CurveRenderer.cs │ │ ├── CurveRenderer.cs.meta │ │ ├── EulerCurveCombinedRenderer.cs │ │ ├── EulerCurveCombinedRenderer.cs.meta │ │ ├── EulerCurveRenderer.cs │ │ ├── EulerCurveRenderer.cs.meta │ │ ├── IntCurveRenderer.cs │ │ ├── IntCurveRenderer.cs.meta │ │ ├── NormalCurveRenderer.cs │ │ └── NormalCurveRenderer.cs.meta │ ├── Deprecated.meta │ ├── Deprecated │ │ ├── AnimationEventTimeline.cs │ │ ├── AnimationEventTimeline.cs.meta │ │ ├── EditorGUIExt.cs │ │ ├── EditorGUIExt.cs.meta │ │ ├── UtilityClasses.cs │ │ └── UtilityClasses.cs.meta │ ├── DopeLine.cs │ ├── DopeLine.cs.meta │ ├── DopeSheetEditor.cs │ ├── DopeSheetEditor.cs.meta │ ├── DopeSheetEditorRectangleTool.cs │ ├── DopeSheetEditorRectangleTool.cs.meta │ ├── EnemeteenWindow.cs │ ├── EnemeteenWindow.cs.meta │ ├── GameObjectSelectionItem.cs │ ├── GameObjectSelectionItem.cs.meta │ ├── IAnimationContextualResponder.cs │ ├── IAnimationContextualResponder.cs.meta │ ├── IAnimationRecordingState.cs │ ├── IAnimationRecordingState.cs.meta │ ├── MinMaxCurveEditorWindow.cs │ ├── MinMaxCurveEditorWindow.cs.meta │ ├── RectangleTool.cs │ ├── RectangleTool.cs.meta │ ├── RotationCurveInterpolation.cs │ └── RotationCurveInterpolation.cs.meta │ ├── Ashkatchap │ ├── AnimationSelectorWindow.cs │ └── AnimationSelectorWindow.cs.meta │ ├── Internals.asmdef │ └── Internals.asmdef.meta ├── LICENSE.md ├── README.md └── preview.gif /Custom Animation Window Tryhard/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/MaterialAnimationUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/MaterialAnimationUtility.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/MaterialAnimationUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/MaterialAnimationUtility.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/SerializedStringTable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/SerializedStringTable.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/SerializedStringTable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/SerializedStringTable.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/TickHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/TickHandler.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/TickHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/TickHandler.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/TickStyle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/TickStyle.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/TickStyle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/TickStyle.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/TimeArea.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/TimeArea.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/TimeArea.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/TimeArea.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/TransitionPreview.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/TransitionPreview.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/TransitionPreview.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/TransitionPreview.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/ZoomableArea.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/ZoomableArea.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Animation/ZoomableArea.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Animation/ZoomableArea.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopup.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopup.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopup.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchy.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchy.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchyDataSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchyDataSource.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchyDataSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchyDataSource.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchyGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchyGUI.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchyGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AddCurvesPopupHierarchyGUI.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimEditor.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimEditor.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimEditorOverlay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimEditorOverlay.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimEditorOverlay.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimEditorOverlay.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationClipSelectionItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationClipSelectionItem.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationClipSelectionItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationClipSelectionItem.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationContextualPropertyMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationContextualPropertyMenu.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationContextualPropertyMenu.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationContextualPropertyMenu.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationKeyTime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationKeyTime.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationKeyTime.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationKeyTime.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationRecording.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationRecording.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationRecording.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationRecording.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowClipPopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowClipPopup.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowClipPopup.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowClipPopup.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowControl.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowControl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowControl.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowCurve.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowCurve.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowCurve.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowCurve.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowEvent.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowEvent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowEvent.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowEventInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowEventInspector.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowEventInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowEventInspector.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchy.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchy.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyDataSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyDataSource.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyDataSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyDataSource.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyGUI.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyGUI.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyNode.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyNode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowHierarchyNode.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowKeySelection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowKeySelection.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowKeySelection.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowKeySelection.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowKeyframe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowKeyframe.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowKeyframe.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowKeyframe.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowManipulator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowManipulator.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowManipulator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowManipulator.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowOptions.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowOptions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowOptions.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowSelectionItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowSelectionItem.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowSelectionItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowSelectionItem.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowState.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowState.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowStyles.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowStyles.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowStyles.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowStyles.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowUtility.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/AnimationWindowUtility.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/ControlPointRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/ControlPointRenderer.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/ControlPointRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/ControlPointRenderer.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveBindingUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveBindingUtility.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveBindingUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveBindingUtility.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditor.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditor.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorRectangleTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorRectangleTool.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorRectangleTool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorRectangleTool.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorSelection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorSelection.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorSelection.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorSelection.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorSettings.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorSettings.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorSettings.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorWindow.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveEditorWindow.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveMenuManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveMenuManager.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveMenuManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveMenuManager.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/BoolCurveRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/BoolCurveRenderer.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/BoolCurveRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/BoolCurveRenderer.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/CurveRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/CurveRenderer.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/CurveRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/CurveRenderer.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/EulerCurveCombinedRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/EulerCurveCombinedRenderer.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/EulerCurveCombinedRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/EulerCurveCombinedRenderer.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/EulerCurveRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/EulerCurveRenderer.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/EulerCurveRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/EulerCurveRenderer.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/IntCurveRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/IntCurveRenderer.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/IntCurveRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/IntCurveRenderer.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/NormalCurveRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/NormalCurveRenderer.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/NormalCurveRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/CurveRenderer/NormalCurveRenderer.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/AnimationEventTimeline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/AnimationEventTimeline.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/AnimationEventTimeline.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/AnimationEventTimeline.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/EditorGUIExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/EditorGUIExt.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/EditorGUIExt.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/EditorGUIExt.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/UtilityClasses.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/UtilityClasses.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/UtilityClasses.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/Deprecated/UtilityClasses.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/DopeLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/DopeLine.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/DopeLine.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/DopeLine.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/DopeSheetEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/DopeSheetEditor.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/DopeSheetEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/DopeSheetEditor.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/DopeSheetEditorRectangleTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/DopeSheetEditorRectangleTool.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/DopeSheetEditorRectangleTool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/DopeSheetEditorRectangleTool.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/EnemeteenWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/EnemeteenWindow.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/EnemeteenWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/EnemeteenWindow.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/GameObjectSelectionItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/GameObjectSelectionItem.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/GameObjectSelectionItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/GameObjectSelectionItem.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/IAnimationContextualResponder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/IAnimationContextualResponder.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/IAnimationContextualResponder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/IAnimationContextualResponder.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/IAnimationRecordingState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/IAnimationRecordingState.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/IAnimationRecordingState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/IAnimationRecordingState.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/MinMaxCurveEditorWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/MinMaxCurveEditorWindow.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/MinMaxCurveEditorWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/MinMaxCurveEditorWindow.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/RectangleTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/RectangleTool.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/RectangleTool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/RectangleTool.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/RotationCurveInterpolation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/RotationCurveInterpolation.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/AnimationWindow/RotationCurveInterpolation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/AnimationWindow/RotationCurveInterpolation.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Ashkatchap/AnimationSelectorWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Ashkatchap/AnimationSelectorWindow.cs -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Ashkatchap/AnimationSelectorWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Ashkatchap/AnimationSelectorWindow.cs.meta -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Internals.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Internals.asmdef -------------------------------------------------------------------------------- /Custom Animation Window Tryhard/Editor/Internals.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/Custom Animation Window Tryhard/Editor/Internals.asmdef.meta -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/README.md -------------------------------------------------------------------------------- /preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forestrf/UnityAnimationWindow/HEAD/preview.gif --------------------------------------------------------------------------------