├── .gitignore ├── .vsconfig ├── Assets ├── Adaptive Performance.meta ├── Adaptive Performance │ ├── AdaptivePerformanceGeneralSettings.asset │ ├── AdaptivePerformanceGeneralSettings.asset.meta │ ├── Settings.meta │ └── Settings │ │ ├── Simulator Provider Settings.asset │ │ └── Simulator Provider Settings.asset.meta ├── Resources.meta ├── Resources │ ├── BillingMode.json │ └── BillingMode.json.meta ├── TextMesh Pro.meta ├── TextMesh Pro │ ├── Documentation.meta │ ├── Documentation │ │ ├── TextMesh Pro User Guide 2016.pdf │ │ └── TextMesh Pro User Guide 2016.pdf.meta │ ├── Examples & Extras.meta │ ├── Examples & Extras │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── Text Popup.prefab │ │ │ └── Text Popup.prefab.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── Benchmark01.cs │ │ │ ├── Benchmark01.cs.meta │ │ │ ├── Benchmark01_UGUI.cs │ │ │ ├── Benchmark01_UGUI.cs.meta │ │ │ ├── Benchmark02.cs │ │ │ ├── Benchmark02.cs.meta │ │ │ ├── Benchmark03.cs │ │ │ ├── Benchmark03.cs.meta │ │ │ ├── Benchmark04.cs │ │ │ ├── Benchmark04.cs.meta │ │ │ ├── CameraController.cs │ │ │ ├── CameraController.cs.meta │ │ │ ├── ChatController.cs │ │ │ ├── ChatController.cs.meta │ │ │ ├── EnvMapAnimator.cs │ │ │ ├── EnvMapAnimator.cs.meta │ │ │ ├── ObjectSpin.cs │ │ │ ├── ObjectSpin.cs.meta │ │ │ ├── ShaderPropAnimator.cs │ │ │ ├── ShaderPropAnimator.cs.meta │ │ │ ├── SimpleScript.cs │ │ │ ├── SimpleScript.cs.meta │ │ │ ├── SkewTextExample.cs │ │ │ ├── SkewTextExample.cs.meta │ │ │ ├── TMP_DigitValidator.cs │ │ │ ├── TMP_DigitValidator.cs.meta │ │ │ ├── TMP_ExampleScript_01.cs │ │ │ ├── TMP_ExampleScript_01.cs.meta │ │ │ ├── TMP_FrameRateCounter.cs │ │ │ ├── TMP_FrameRateCounter.cs.meta │ │ │ ├── TMP_PhoneNumberValidator.cs │ │ │ ├── TMP_PhoneNumberValidator.cs.meta │ │ │ ├── TMP_TextEventCheck.cs │ │ │ ├── TMP_TextEventCheck.cs.meta │ │ │ ├── TMP_TextEventHandler.cs │ │ │ ├── TMP_TextEventHandler.cs.meta │ │ │ ├── TMP_TextInfoDebugTool.cs │ │ │ ├── TMP_TextInfoDebugTool.cs.meta │ │ │ ├── TMP_TextSelector_A.cs │ │ │ ├── TMP_TextSelector_A.cs.meta │ │ │ ├── TMP_TextSelector_B.cs │ │ │ ├── TMP_TextSelector_B.cs.meta │ │ │ ├── TMP_UiFrameRateCounter.cs │ │ │ ├── TMP_UiFrameRateCounter.cs.meta │ │ │ ├── TMPro_InstructionOverlay.cs │ │ │ ├── TMPro_InstructionOverlay.cs.meta │ │ │ ├── TeleType.cs │ │ │ ├── TeleType.cs.meta │ │ │ ├── TextConsoleSimulator.cs │ │ │ ├── TextConsoleSimulator.cs.meta │ │ │ ├── TextMeshProFloatingText.cs │ │ │ ├── TextMeshProFloatingText.cs.meta │ │ │ ├── TextMeshSpawner.cs │ │ │ ├── TextMeshSpawner.cs.meta │ │ │ ├── VertexColorCycler.cs │ │ │ ├── VertexColorCycler.cs.meta │ │ │ ├── VertexJitter.cs │ │ │ ├── VertexJitter.cs.meta │ │ │ ├── VertexShakeA.cs │ │ │ ├── VertexShakeA.cs.meta │ │ │ ├── VertexShakeB.cs │ │ │ ├── VertexShakeB.cs.meta │ │ │ ├── VertexZoom.cs │ │ │ ├── VertexZoom.cs.meta │ │ │ ├── WarpTextExample.cs │ │ │ └── WarpTextExample.cs.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── LiberationSans - OFL.txt │ │ ├── LiberationSans - OFL.txt.meta │ │ ├── LiberationSans.ttf │ │ └── LiberationSans.ttf.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Fonts & Materials.meta │ │ ├── Fonts & Materials │ │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ │ ├── LiberationSans SDF - Fallback.asset │ │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ │ ├── LiberationSans SDF - Outline.mat │ │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ │ ├── LiberationSans SDF.asset │ │ │ └── LiberationSans SDF.asset.meta │ │ ├── LineBreaking Following Characters.txt │ │ ├── LineBreaking Following Characters.txt.meta │ │ ├── LineBreaking Leading Characters.txt │ │ ├── LineBreaking Leading Characters.txt.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── TMP_SDF-Mobile.shader │ │ │ └── TMP_SDF-Mobile.shader.meta │ │ ├── Sprite Assets.meta │ │ ├── Sprite Assets │ │ │ ├── EmojiOne.asset │ │ │ └── EmojiOne.asset.meta │ │ ├── Style Sheets.meta │ │ ├── Style Sheets │ │ │ ├── Default Style Sheet.asset │ │ │ └── Default Style Sheet.asset.meta │ │ ├── TMP Settings.asset │ │ └── TMP Settings.asset.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ ├── TMP_Bitmap-Mobile.shader │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ ├── TMP_Bitmap.shader │ │ ├── TMP_Bitmap.shader.meta │ │ ├── TMP_SDF Overlay.shader │ │ ├── TMP_SDF Overlay.shader.meta │ │ ├── TMP_SDF SSD.shader │ │ ├── TMP_SDF SSD.shader.meta │ │ ├── TMP_SDF-Mobile Masking.shader │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ ├── TMP_SDF-Mobile SSD.shader │ │ ├── TMP_SDF-Mobile SSD.shader.meta │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ ├── TMP_SDF-Surface.shader │ │ ├── TMP_SDF-Surface.shader.meta │ │ ├── TMP_SDF.shader │ │ ├── TMP_SDF.shader.meta │ │ ├── TMP_Sprite.shader │ │ ├── TMP_Sprite.shader.meta │ │ ├── TMPro.cginc │ │ ├── TMPro.cginc.meta │ │ ├── TMPro_Mobile.cginc │ │ ├── TMPro_Mobile.cginc.meta │ │ ├── TMPro_Properties.cginc │ │ ├── TMPro_Properties.cginc.meta │ │ ├── TMPro_Surface.cginc │ │ └── TMPro_Surface.cginc.meta │ ├── Sprites.meta │ └── Sprites │ │ ├── EmojiOne Attribution.txt │ │ ├── EmojiOne Attribution.txt.meta │ │ ├── EmojiOne.json │ │ ├── EmojiOne.json.meta │ │ ├── EmojiOne.png │ │ └── EmojiOne.png.meta ├── theGrahCreator.meta └── theGrahCreator │ ├── GraphController.prefab │ ├── GraphController.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ ├── SampleScene.unity │ ├── SampleScene.unity.meta │ ├── SampleSceneSettings.lighting │ └── SampleSceneSettings.lighting.meta │ ├── Scripts.meta │ ├── Scripts │ ├── CustomParser.cs │ ├── CustomParser.cs.meta │ ├── GraphCreatorInputContoller.cs │ ├── GraphCreatorInputContoller.cs.meta │ ├── MathPart.meta │ └── MathPart │ │ ├── GraphCreator.cs │ │ └── GraphCreator.cs.meta │ ├── Sprites.meta │ ├── Sprites │ ├── Circle.png │ └── Circle.png.meta │ ├── UIElements.meta │ ├── UIElements │ ├── Fonts.meta │ └── Fonts │ │ ├── ARIAL 1.TTF │ │ ├── ARIAL 1.TTF.meta │ │ ├── ARIAL.TTF │ │ ├── ARIAL.TTF.meta │ │ ├── ARIALBI.TTF │ │ ├── ARIALBI.TTF.meta │ │ ├── ARIALI.TTF │ │ ├── ARIALI.TTF.meta │ │ ├── ARIALNBI.TTF │ │ ├── ARIALNBI.TTF.meta │ │ ├── ARIALNI.TTF │ │ ├── ARIALNI.TTF.meta │ │ ├── ARIBLK.TTF │ │ ├── ARIBLK.TTF.meta │ │ ├── FontSwitcher.cs │ │ └── FontSwitcher.cs.meta │ ├── unity-ui-extensions.meta │ └── unity-ui-extensions │ ├── Editor.meta │ ├── Editor │ ├── AccordionElementEditor.cs │ ├── AccordionElementEditor.cs.meta │ ├── BezierLineRendererEditor.cs │ ├── BezierLineRendererEditor.cs.meta │ ├── BoxSliderEditor.cs │ ├── BoxSliderEditor.cs.meta │ ├── CUIBezierCurveEditor.cs │ ├── CUIBezierCurveEditor.cs.meta │ ├── CUIGraphicEditor.cs │ ├── CUIGraphicEditor.cs.meta │ ├── CUIImageEditor.cs │ ├── CUIImageEditor.cs.meta │ ├── CUITextEditor.cs │ ├── CUITextEditor.cs.meta │ ├── CanvasGroupActivator.cs │ ├── CanvasGroupActivator.cs.meta │ ├── NonDrawingGraphicEditor.cs │ ├── NonDrawingGraphicEditor.cs.meta │ ├── ReadOnlyDrawer.cs │ ├── ReadOnlyDrawer.cs.meta │ ├── TextPicEditor.cs │ ├── TextPicEditor.cs.meta │ ├── UIExtensionsMenuOptions.cs │ ├── UIExtensionsMenuOptions.cs.meta │ ├── uGUITools.cs │ └── uGUITools.cs.meta │ ├── Examples.meta │ ├── Examples │ ├── ColorPicker.meta │ ├── ColorPicker │ │ ├── Picker 2.0.prefab │ │ ├── Picker 2.0.prefab.meta │ │ ├── PickerTest.unity │ │ └── PickerTest.unity.meta │ ├── ComboBox.meta │ ├── ComboBox │ │ ├── ComboBox.unity │ │ ├── ComboBox.unity.meta │ │ ├── ComboBoxChanged.cs │ │ └── ComboBoxChanged.cs.meta │ ├── Cooldown.meta │ ├── Cooldown │ │ ├── CooldownEffect_Image.cs │ │ ├── CooldownEffect_Image.cs.meta │ │ ├── CooldownEffect_SAUIM.cs │ │ ├── CooldownEffect_SAUIM.cs.meta │ │ ├── CooldownExamples.unity │ │ ├── CooldownExamples.unity.meta │ │ ├── box.png │ │ ├── box.png.meta │ │ ├── fadeUp.png │ │ ├── fadeUp.png.meta │ │ ├── sphere.png │ │ ├── sphere.png.meta │ │ ├── swipe.png │ │ └── swipe.png.meta │ ├── CurlyUI.meta │ ├── CurlyUI │ │ ├── CurlyUIDemo.unity │ │ └── CurlyUIDemo.unity.meta │ ├── FancyScrollView.meta │ ├── FancyScrollView │ │ ├── 01_Basic.meta │ │ ├── 01_Basic │ │ │ ├── 01_BasicScene.unity │ │ │ ├── 01_BasicScene.unity.meta │ │ │ ├── Animations.meta │ │ │ ├── Animations │ │ │ │ ├── 01_Basic_Animation.anim │ │ │ │ ├── 01_Basic_Animation.anim.meta │ │ │ │ ├── 01_Basic_CellScroll.controller │ │ │ │ └── 01_Basic_CellScroll.controller.meta │ │ │ ├── Example01CellDto.cs │ │ │ ├── Example01CellDto.cs.meta │ │ │ ├── Example01Scene.cs │ │ │ ├── Example01Scene.cs.meta │ │ │ ├── Example01ScrollView.cs │ │ │ ├── Example01ScrollView.cs.meta │ │ │ ├── Example01ScrollViewCell.cs │ │ │ └── Example01ScrollViewCell.cs.meta │ │ ├── 02_CellEventHandling.meta │ │ ├── 02_CellEventHandling │ │ │ ├── 02_CellEventHandling.unity │ │ │ ├── 02_CellEventHandling.unity.meta │ │ │ ├── Example02CellDto.cs │ │ │ ├── Example02CellDto.cs.meta │ │ │ ├── Example02Scene.cs │ │ │ ├── Example02Scene.cs.meta │ │ │ ├── Example02ScrollView.cs │ │ │ ├── Example02ScrollView.cs.meta │ │ │ ├── Example02ScrollViewCell.cs │ │ │ ├── Example02ScrollViewCell.cs.meta │ │ │ ├── Example02ScrollViewContext.cs │ │ │ └── Example02ScrollViewContext.cs.meta │ │ ├── 03_InfiniteScroll.meta │ │ ├── 03_InfiniteScroll │ │ │ ├── 03_InfiniteScroll.unity │ │ │ ├── 03_InfiniteScroll.unity.meta │ │ │ ├── Animations.meta │ │ │ ├── Animations │ │ │ │ ├── 03_InfiniteScroll_Animation.anim │ │ │ │ ├── 03_InfiniteScroll_Animation.anim.meta │ │ │ │ ├── 03_InfiniteScroll_CellScroll.controller │ │ │ │ └── 03_InfiniteScroll_CellScroll.controller.meta │ │ │ ├── Example03CellDto.cs │ │ │ ├── Example03CellDto.cs.meta │ │ │ ├── Example03Scene.cs │ │ │ ├── Example03Scene.cs.meta │ │ │ ├── Example03ScrollView.cs │ │ │ ├── Example03ScrollView.cs.meta │ │ │ ├── Example03ScrollViewCell.cs │ │ │ ├── Example03ScrollViewCell.cs.meta │ │ │ ├── Example03ScrollViewContext.cs │ │ │ └── Example03ScrollViewContext.cs.meta │ │ ├── Document.meta │ │ ├── Document │ │ │ ├── infiniteScrollSettings.png │ │ │ ├── infiniteScrollSettings.png.meta │ │ │ ├── inspector.png │ │ │ ├── inspector.png.meta │ │ │ ├── screencast1.gif │ │ │ ├── screencast1.gif.meta │ │ │ ├── screencast2.gif │ │ │ ├── screencast2.gif.meta │ │ │ ├── screencast3.gif │ │ │ └── screencast3.gif.meta │ │ ├── README.md │ │ └── README.md.meta │ ├── HSS-VSS-ScrollSnap.meta │ ├── HSS-VSS-ScrollSnap │ │ ├── FullScreenScrollSnap.unity │ │ ├── FullScreenScrollSnap.unity.meta │ │ ├── GameObject (1).prefab │ │ ├── GameObject (1).prefab.meta │ │ ├── Horizontal Scroll Snap.controller │ │ ├── Horizontal Scroll Snap.controller.meta │ │ ├── Horizontal_page_prefab.prefab │ │ ├── Horizontal_page_prefab.prefab.meta │ │ ├── Image.prefab │ │ ├── Image.prefab.meta │ │ ├── ItemAnimationClip.anim │ │ ├── ItemAnimationClip.anim.meta │ │ ├── PaginationManagerExample.unity │ │ ├── PaginationManagerExample.unity.meta │ │ ├── PaginationScript.cs │ │ ├── PaginationScript.cs.meta │ │ ├── ScrollSnapManagedTests.unity │ │ ├── ScrollSnapManagedTests.unity.meta │ │ ├── UpdateScrollSnap.cs │ │ ├── UpdateScrollSnap.cs.meta │ │ ├── Vertical_Page_Prefab.prefab │ │ └── Vertical_Page_Prefab.prefab.meta │ ├── MenuExample.meta │ ├── MenuExample │ │ ├── MainScene.unity │ │ ├── MainScene.unity.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── MenuSystem.meta │ │ │ ├── MenuSystem │ │ │ │ ├── MenuManager.prefab │ │ │ │ └── MenuManager.prefab.meta │ │ │ ├── Menus.meta │ │ │ └── Menus │ │ │ │ ├── AwesomeMenu.prefab │ │ │ │ ├── AwesomeMenu.prefab.meta │ │ │ │ ├── GameMenu.prefab │ │ │ │ ├── GameMenu.prefab.meta │ │ │ │ ├── MainMenu.prefab │ │ │ │ ├── MainMenu.prefab.meta │ │ │ │ ├── OptionsMenu.prefab │ │ │ │ ├── OptionsMenu.prefab.meta │ │ │ │ ├── PauseMenu.prefab │ │ │ │ └── PauseMenu.prefab.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── Menus.meta │ │ │ └── Menus │ │ │ ├── AwesomeMenu.cs │ │ │ ├── AwesomeMenu.cs.meta │ │ │ ├── GameMenu.cs │ │ │ ├── GameMenu.cs.meta │ │ │ ├── MainMenu.cs │ │ │ ├── MainMenu.cs.meta │ │ │ ├── OptionsMenu.cs │ │ │ ├── OptionsMenu.cs.meta │ │ │ ├── PauseMenu.cs │ │ │ └── PauseMenu.cs.meta │ ├── RadialSlider.meta │ ├── RadialSlider │ │ ├── UpdateRadialValue.cs │ │ ├── UpdateRadialValue.cs.meta │ │ ├── radial_slider.unity │ │ ├── radial_slider.unity.meta │ │ ├── radial_sprite.psd │ │ └── radial_sprite.psd.meta │ ├── ReorderableList.meta │ ├── ReorderableList │ │ ├── ReorderableList.unity │ │ └── ReorderableList.unity.meta │ ├── ScrollRectConflictManager.meta │ ├── ScrollRectConflictManager │ │ ├── ScrollrectConflictManagerDemo.unity │ │ └── ScrollrectConflictManagerDemo.unity.meta │ ├── SelectionBox.meta │ ├── SelectionBox │ │ ├── Selection Box Test.unity │ │ └── Selection Box Test.unity.meta │ ├── TextEffects.meta │ ├── TextEffects │ │ ├── AnimateEffects.cs │ │ ├── AnimateEffects.cs.meta │ │ ├── TextEffects.unity │ │ ├── TextEffects.unity.meta │ │ ├── swirl.png │ │ ├── swirl.png.meta │ │ ├── testHref.cs │ │ └── testHref.cs.meta │ ├── UILineRenderer.meta │ ├── UILineRenderer │ │ ├── LineRendererOrbit.cs │ │ ├── LineRendererOrbit.cs.meta │ │ ├── TestAddingPoints.cs │ │ ├── TestAddingPoints.cs.meta │ │ ├── UILineRendererDemo.unity │ │ └── UILineRendererDemo.unity.meta │ ├── UIVerticalScrollerDemo.meta │ └── UIVerticalScrollerDemo │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ ├── DaysVertical.prefab │ │ ├── DaysVertical.prefab.meta │ │ ├── MonthsVertical.prefab │ │ ├── MonthsVertical.prefab.meta │ │ ├── YearsVertical.prefab │ │ └── YearsVertical.prefab.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ ├── VerticalCalendar.unity │ │ └── VerticalCalendar.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ ├── ScrollingCalendar.cs │ │ └── ScrollingCalendar.cs.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── MrsYakaYochaMedium.png │ │ └── MrsYakaYochaMedium.png.meta │ ├── LICENSE │ ├── LICENSE.meta │ ├── README.md │ ├── README.md.meta │ ├── RELEASENOTES.md │ ├── RELEASENOTES.md.meta │ ├── Scripts.meta │ ├── Scripts │ ├── Controls.meta │ ├── Controls │ │ ├── Accordion.meta │ │ ├── Accordion │ │ │ ├── Accordion.cs │ │ │ ├── Accordion.cs.meta │ │ │ ├── AccordionElement.cs │ │ │ ├── AccordionElement.cs.meta │ │ │ ├── Tweening.meta │ │ │ └── Tweening │ │ │ │ ├── FloatTween.cs │ │ │ │ ├── FloatTween.cs.meta │ │ │ │ ├── ITweenValue.cs │ │ │ │ ├── ITweenValue.cs.meta │ │ │ │ ├── TweenRunner.cs │ │ │ │ └── TweenRunner.cs.meta │ │ ├── BoxSlider.cs │ │ ├── BoxSlider.cs.meta │ │ ├── ColorPicker.meta │ │ ├── ColorPicker │ │ │ ├── ColorImage.cs │ │ │ ├── ColorImage.cs.meta │ │ │ ├── ColorLabel.cs │ │ │ ├── ColorLabel.cs.meta │ │ │ ├── ColorPickerControl.cs │ │ │ ├── ColorPickerControl.cs.meta │ │ │ ├── ColorPickerPresets.cs │ │ │ ├── ColorPickerPresets.cs.meta │ │ │ ├── ColorPickerTester.cs │ │ │ ├── ColorPickerTester.cs.meta │ │ │ ├── ColorSlider.cs │ │ │ ├── ColorSlider.cs.meta │ │ │ ├── ColorSliderImage.cs │ │ │ ├── ColorSliderImage.cs.meta │ │ │ ├── ColorValues.cs │ │ │ ├── ColorValues.cs.meta │ │ │ ├── Events.meta │ │ │ ├── Events │ │ │ │ ├── ColorChangedEvent.cs │ │ │ │ ├── ColorChangedEvent.cs.meta │ │ │ │ ├── HSVChangedEvent.cs │ │ │ │ └── HSVChangedEvent.cs.meta │ │ │ ├── HSVUtil.cs │ │ │ ├── HSVUtil.cs.meta │ │ │ ├── HexColorField.cs │ │ │ ├── HexColorField.cs.meta │ │ │ ├── SVBoxSlider.cs │ │ │ ├── SVBoxSlider.cs.meta │ │ │ ├── TiltWindow.cs │ │ │ └── TiltWindow.cs.meta │ │ ├── ComboBox.meta │ │ ├── ComboBox │ │ │ ├── AutoCompleteComboBox.cs │ │ │ ├── AutoCompleteComboBox.cs.meta │ │ │ ├── ComboBox.cs │ │ │ ├── ComboBox.cs.meta │ │ │ ├── DropDownList.cs │ │ │ ├── DropDownList.cs.meta │ │ │ ├── DropDownListButton.cs │ │ │ ├── DropDownListButton.cs.meta │ │ │ ├── DropDownListItem.cs │ │ │ └── DropDownListItem.cs.meta │ │ ├── CooldownButton.cs │ │ ├── CooldownButton.cs.meta │ │ ├── InputFocus.cs │ │ ├── InputFocus.cs.meta │ │ ├── MultiTouchScrollRect.cs │ │ ├── MultiTouchScrollRect.cs.meta │ │ ├── RadialSlider.cs │ │ ├── RadialSlider.cs.meta │ │ ├── ReorderableList.meta │ │ ├── ReorderableList │ │ │ ├── ReorderableList.cs │ │ │ ├── ReorderableList.cs.meta │ │ │ ├── ReorderableListContent.cs │ │ │ ├── ReorderableListContent.cs.meta │ │ │ ├── ReorderableListDebug.cs │ │ │ ├── ReorderableListDebug.cs.meta │ │ │ ├── ReorderableListElement.cs │ │ │ └── ReorderableListElement.cs.meta │ │ ├── RescalingPanels.meta │ │ ├── RescalingPanels │ │ │ ├── RescaleDragPanel.cs │ │ │ ├── RescaleDragPanel.cs.meta │ │ │ ├── RescalePanel.cs │ │ │ ├── RescalePanel.cs.meta │ │ │ ├── ResizePanel.cs │ │ │ └── ResizePanel.cs.meta │ │ ├── SegmentedControl.cs │ │ ├── SegmentedControl.cs.meta │ │ ├── SelectionBox.meta │ │ ├── SelectionBox │ │ │ ├── ExampleSelectable.cs │ │ │ ├── ExampleSelectable.cs.meta │ │ │ ├── IBoxSelectable.cs │ │ │ ├── IBoxSelectable.cs.meta │ │ │ ├── SelectionBox.cs │ │ │ └── SelectionBox.cs.meta │ │ ├── Stepper.cs │ │ ├── Stepper.cs.meta │ │ ├── TextPic.cs │ │ ├── TextPic.cs.meta │ │ ├── UI_Knob.cs │ │ └── UI_Knob.cs.meta │ ├── Effects.meta │ ├── Effects │ │ ├── BestFitOutline.cs │ │ ├── BestFitOutline.cs.meta │ │ ├── CurlyUI.meta │ │ ├── CurlyUI │ │ │ ├── CUIBezierCurve.cs │ │ │ ├── CUIBezierCurve.cs.meta │ │ │ ├── CUIGraphic.cs │ │ │ ├── CUIGraphic.cs.meta │ │ │ ├── CUIImage.cs │ │ │ ├── CUIImage.cs.meta │ │ │ ├── CUIMisc.cs │ │ │ ├── CUIMisc.cs.meta │ │ │ ├── CUIText.cs │ │ │ └── CUIText.cs.meta │ │ ├── CurvedText.cs │ │ ├── CurvedText.cs.meta │ │ ├── CylinderText.cs │ │ ├── CylinderText.cs.meta │ │ ├── Gradient.cs │ │ ├── Gradient.cs.meta │ │ ├── Gradient2.cs │ │ ├── Gradient2.cs.meta │ │ ├── LetterSpacing.cs │ │ ├── LetterSpacing.cs.meta │ │ ├── MonoSpacing.cs │ │ ├── MonoSpacing.cs.meta │ │ ├── NicerOutline.cs │ │ ├── NicerOutline.cs.meta │ │ ├── RaycastMask.cs │ │ ├── RaycastMask.cs.meta │ │ ├── ShaderEffects.meta │ │ ├── ShaderEffects │ │ │ ├── UIAdditiveEffect.cs │ │ │ ├── UIAdditiveEffect.cs.meta │ │ │ ├── UIImageCrop.cs │ │ │ ├── UIImageCrop.cs.meta │ │ │ ├── UILinearDodgeEffect.cs │ │ │ ├── UILinearDodgeEffect.cs.meta │ │ │ ├── UIMultiplyEffect.cs │ │ │ ├── UIMultiplyEffect.cs.meta │ │ │ ├── UIScreenEffect.cs │ │ │ ├── UIScreenEffect.cs.meta │ │ │ ├── UISoftAdditiveEffect.cs │ │ │ └── UISoftAdditiveEffect.cs.meta │ │ ├── ShineEffect.cs │ │ ├── ShineEffect.cs.meta │ │ ├── ShineEffector.cs │ │ ├── ShineEffector.cs.meta │ │ ├── SoftMaskScript.cs │ │ ├── SoftMaskScript.cs.meta │ │ ├── UIFlippable.cs │ │ ├── UIFlippable.cs.meta │ │ ├── UIParticleSystem.cs │ │ └── UIParticleSystem.cs.meta │ ├── InputModules.meta │ ├── InputModules │ │ ├── AimerInputModule.cs │ │ ├── AimerInputModule.cs.meta │ │ ├── GamePadInputModule.cs │ │ └── GamePadInputModule.cs.meta │ ├── Layout.meta │ ├── Layout │ │ ├── CurvedLayout.cs │ │ ├── CurvedLayout.cs.meta │ │ ├── FancyScrollView.cs │ │ ├── FancyScrollView.cs.meta │ │ ├── FancyScrollViewCell.cs │ │ ├── FancyScrollViewCell.cs.meta │ │ ├── FlowLayoutGroup.cs │ │ ├── FlowLayoutGroup.cs.meta │ │ ├── HorizontalScrollSnap.cs │ │ ├── HorizontalScrollSnap.cs.meta │ │ ├── IScrollSnap.cs │ │ ├── IScrollSnap.cs.meta │ │ ├── RadialLayout.cs │ │ ├── RadialLayout.cs.meta │ │ ├── ScrollPositionController.cs │ │ ├── ScrollPositionController.cs.meta │ │ ├── ScrollSnap.cs │ │ ├── ScrollSnap.cs.meta │ │ ├── ScrollSnapBase.cs │ │ ├── ScrollSnapBase.cs.meta │ │ ├── ScrollSnapScrollbarHelper.cs │ │ ├── ScrollSnapScrollbarHelper.cs.meta │ │ ├── TableLayoutGroup.cs │ │ ├── TableLayoutGroup.cs.meta │ │ ├── TileSizeFitter.cs │ │ ├── TileSizeFitter.cs.meta │ │ ├── UIVerticalScroller.cs │ │ ├── UIVerticalScroller.cs.meta │ │ ├── VerticalScrollSnap.cs │ │ └── VerticalScrollSnap.cs.meta │ ├── MenuSystem.meta │ ├── MenuSystem │ │ ├── Menu.cs │ │ ├── Menu.cs.meta │ │ ├── MenuManager.cs │ │ ├── MenuManager.cs.meta │ │ ├── SimpleMenu.cs │ │ └── SimpleMenu.cs.meta │ ├── Primitives.meta │ ├── Primitives │ │ ├── DiamondGraph.cs │ │ ├── DiamondGraph.cs.meta │ │ ├── UICircle.cs │ │ ├── UICircle.cs.meta │ │ ├── UICornerCut.cs │ │ ├── UICornerCut.cs.meta │ │ ├── UIGridRenderer.cs │ │ ├── UIGridRenderer.cs.meta │ │ ├── UILineRenderer.cs │ │ ├── UILineRenderer.cs.meta │ │ ├── UILineTextureRenderer.cs │ │ ├── UILineTextureRenderer.cs.meta │ │ ├── UIPolygon.cs │ │ ├── UIPolygon.cs.meta │ │ ├── UIPrimitiveBase.cs │ │ └── UIPrimitiveBase.cs.meta │ ├── TabNavigationHelper.cs │ ├── TabNavigationHelper.cs.meta │ ├── ToolTips.meta │ ├── ToolTips │ │ ├── BoundTooltip.meta │ │ ├── BoundTooltip │ │ │ ├── BoundTooltipItem.cs │ │ │ ├── BoundTooltipItem.cs.meta │ │ │ ├── BoundTooltipTrigger.cs │ │ │ └── BoundTooltipTrigger.cs.meta │ │ ├── HoverTooltip.cs │ │ ├── HoverTooltip.cs.meta │ │ ├── ToolTip.cs │ │ └── ToolTip.cs.meta │ ├── UIWindowBase.cs │ ├── UIWindowBase.cs.meta │ ├── Utilities.meta │ ├── Utilities │ │ ├── BezierPath.cs │ │ ├── BezierPath.cs.meta │ │ ├── CLFZ2-CompressionHelper-ReadME.md │ │ ├── CLFZ2-CompressionHelper-ReadME.md.meta │ │ ├── CLZF2.cs │ │ ├── CLZF2.cs.meta │ │ ├── CableCurve.cs │ │ ├── CableCurve.cs.meta │ │ ├── Circle.cs │ │ ├── Circle.cs.meta │ │ ├── DragCorrector.cs │ │ ├── DragCorrector.cs.meta │ │ ├── ExtensionsToggle.cs │ │ ├── ExtensionsToggle.cs.meta │ │ ├── ExtensionsToggleGroup.cs │ │ ├── ExtensionsToggleGroup.cs.meta │ │ ├── InputFieldEnterSubmit.cs │ │ ├── InputFieldEnterSubmit.cs.meta │ │ ├── NonDrawingGraphic.cs │ │ ├── NonDrawingGraphic.cs.meta │ │ ├── PPIViewer.cs │ │ ├── PPIViewer.cs.meta │ │ ├── PaginationManager.cs │ │ ├── PaginationManager.cs.meta │ │ ├── ReadOnlyAttribute.cs │ │ ├── ReadOnlyAttribute.cs.meta │ │ ├── ReturnKeyTriggersButton.cs │ │ ├── ReturnKeyTriggersButton.cs.meta │ │ ├── ScrollConflictManager.cs │ │ ├── ScrollConflictManager.cs.meta │ │ ├── ScrollRectEx.cs │ │ ├── ScrollRectEx.cs.meta │ │ ├── ScrollRectExtensions.cs │ │ ├── ScrollRectExtensions.cs.meta │ │ ├── ScrollRectLinker.cs │ │ ├── ScrollRectLinker.cs.meta │ │ ├── ScrollRectTweener.cs │ │ ├── ScrollRectTweener.cs.meta │ │ ├── SelectableScaler.cs │ │ ├── SelectableScaler.cs.meta │ │ ├── SetPropertyUtility.cs │ │ ├── SetPropertyUtility.cs.meta │ │ ├── TestCompression.cs │ │ ├── TestCompression.cs.meta │ │ ├── UIExtensionMethods.cs │ │ ├── UIExtensionMethods.cs.meta │ │ ├── UIHighlightable.cs │ │ ├── UIHighlightable.cs.meta │ │ ├── UILineConnector.cs │ │ ├── UILineConnector.cs.meta │ │ ├── UIScrollToSelection.cs │ │ ├── UIScrollToSelection.cs.meta │ │ ├── UIScrollToSelectionXY.cs │ │ ├── UIScrollToSelectionXY.cs.meta │ │ ├── UISelectableExtension.cs │ │ ├── UISelectableExtension.cs.meta │ │ ├── UI_InfiniteScroll.cs │ │ ├── UI_InfiniteScroll.cs.meta │ │ ├── UI_ScrollRectOcclusion.cs │ │ ├── UI_ScrollRectOcclusion.cs.meta │ │ ├── UI_TweenScale.cs │ │ ├── UI_TweenScale.cs.meta │ │ ├── switchToRectTransform.cs │ │ └── switchToRectTransform.cs.meta │ ├── VR Extensions.meta │ └── VR Extensions │ │ ├── VRCursor.cs │ │ ├── VRCursor.cs.meta │ │ ├── VRInputModule.cs │ │ └── VRInputModule.cs.meta │ ├── Shaders.meta │ ├── Shaders │ ├── SoftMaskShader.shader │ ├── SoftMaskShader.shader.meta │ ├── UI Particle Add.shader │ ├── UI Particle Add.shader.meta │ ├── UI Particle AddMultiply.shader │ ├── UI Particle AddMultiply.shader.meta │ ├── UI Particle AddSmooth.shader │ ├── UI Particle AddSmooth.shader.meta │ ├── UI Particle Alpha Blend.shader │ ├── UI Particle Alpha Blend.shader.meta │ ├── UI Particle Blend.shader │ ├── UI Particle Blend.shader.meta │ ├── UI Particle Multiply.shader │ ├── UI Particle Multiply.shader.meta │ ├── UI Particle MultiplyDouble.shader │ ├── UI Particle MultiplyDouble.shader.meta │ ├── UI Particle Premultiply Blend.shader │ ├── UI Particle Premultiply Blend.shader.meta │ ├── UI Particle VertexLit Blended.shader │ ├── UI Particle VertexLit Blended.shader.meta │ ├── UIAdditive.shader │ ├── UIAdditive.shader.meta │ ├── UIImageCrop.shader │ ├── UIImageCrop.shader.meta │ ├── UILinearDodge.shader │ ├── UILinearDodge.shader.meta │ ├── UIMultiply.shader │ ├── UIMultiply.shader.meta │ ├── UIParticleHidden.shader │ ├── UIParticleHidden.shader.meta │ ├── UIScreen.shader │ ├── UIScreen.shader.meta │ ├── UISoftAdditive.shader │ └── UISoftAdditive.shader.meta │ ├── package.json │ └── package.json.meta ├── LICENSE.md ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── TagManager.asset ├── TimeManager.asset ├── TimelineSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset └── boot.config ├── README.md └── UserSettings ├── EditorUserSettings.asset ├── Layouts └── default-2021.dwlt └── Search.settings /.vsconfig: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0", 3 | "components": [ 4 | "Microsoft.VisualStudio.Workload.ManagedGame" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /Assets/Adaptive Performance.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d25a89bd96fac1e44bfbb0c4fac4c6c5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Adaptive Performance/AdaptivePerformanceGeneralSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 2 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: cb0ece14d1f711a4fb9325ca819dee95, type: 3} 13 | m_Name: AdaptivePerformanceGeneralSettings 14 | m_EditorClassIdentifier: 15 | Keys: 16 | Values: [] 17 | -------------------------------------------------------------------------------- /Assets/Adaptive Performance/AdaptivePerformanceGeneralSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5646322f6b3ab94b8d2e77c1ccc3d97 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Adaptive Performance/Settings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a0108290525d444ca9fd6b6f19d6004 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Adaptive Performance/Settings/Simulator Provider Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d90ec680e87d308408042a501c23ead5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1b5cafb1a67844494a8e1cfc8a938c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/BillingMode.json: -------------------------------------------------------------------------------- 1 | {"androidStore":"GooglePlay"} -------------------------------------------------------------------------------- /Assets/Resources/BillingMode.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b8fa7a2abf983943ad468c3230bd7aa 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b8060362b5755b4a958874ee5d3ef1b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e7e8f5a82a3a134e91c54efd2274ea9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b8d251f9af63b746bf2f7ffe00ebb9b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7900295e765b38e4faeaa725e65bc4ae 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc55657dcbfd1dd47a7bcaa2c2fa3c10 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Prefabs/Text Popup.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b06f0e6c1dfa4356ac918da1bb32c603 3 | timeCreated: 1435130987 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72fbc626b22c55e43a1ebfe55ced51c4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark01.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f970ea55f9f84bf79b05dab180b8c125 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark01_UGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ef7be1c625941f7ba8ed7cc71718c0d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark02.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8538afcddc14efbb5d9e94b7ae50197 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark03.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a73109742c8d47ac822895a473300c29 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark04.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc20866c0d5e413ab7559440e15333ae 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/CameraController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d687537154440a3913a9a3c7977978c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/ChatController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53d91f98a2664f5cb9af11de72ac54ec 3 | timeCreated: 1487197841 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/EnvMapAnimator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4b6f99e8bc54541bbd149b014ff441c 3 | timeCreated: 1449025325 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/ObjectSpin.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f19c7f94c794c5097d8bd11e39c750d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/ShaderPropAnimator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2787a46a4dc848c1b4b7b9307b614bfd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/SimpleScript.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9eff140b25d64601aabc6ba32245d099 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/SkewTextExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d412675cfb3441efa3bf8dcd9b7624dc 3 | timeCreated: 1458801336 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_DigitValidator.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System; 3 | 4 | 5 | namespace TMPro 6 | { 7 | /// 8 | /// EXample of a Custom Character Input Validator to only allow digits from 0 to 9. 9 | /// 10 | [Serializable] 11 | //[CreateAssetMenu(fileName = "InputValidator - Digits.asset", menuName = "TextMeshPro/Input Validators/Digits", order = 100)] 12 | public class TMP_DigitValidator : TMP_InputValidator 13 | { 14 | // Custom text input validation function 15 | public override char Validate(ref string text, ref int pos, char ch) 16 | { 17 | if (ch >= '0' && ch <= '9') 18 | { 19 | pos += 1; 20 | return ch; 21 | } 22 | 23 | return (char)0; 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_DigitValidator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a7eb92a01ed499a987bde9def05fbce 3 | timeCreated: 1473112765 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_ExampleScript_01.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f2c5b59b6874405865e2616e4ec276a 3 | timeCreated: 1449625634 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_FrameRateCounter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 686ec78b56aa445795335fbadafcfaa4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_PhoneNumberValidator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83680ab1a69f4102ac67d1459fe76e1f 3 | timeCreated: 1473056437 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextEventCheck.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d736ce056cf444ca96e424f4d9c42b76 3 | timeCreated: 1480416736 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextEventHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1312ae25639a4bae8e25ae223209cc50 3 | timeCreated: 1452811039 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextInfoDebugTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21256c5b62f346f18640dad779911e20 3 | timeCreated: 1430348781 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextSelector_A.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 103e0a6a1d404693b9fb1a5173e0e979 3 | timeCreated: 1452811039 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextSelector_B.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a05dcd8be7ec4ccbb35c26219884aa37 3 | timeCreated: 1435531209 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: 8 | - TextPopup_Prefab_01: {fileID: 22450954, guid: b06f0e6c1dfa4356ac918da1bb32c603, 9 | type: 2} 10 | executionOrder: 0 11 | icon: {instanceID: 0} 12 | userData: 13 | assetBundleName: 14 | assetBundleVariant: 15 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_UiFrameRateCounter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24b0dc2d1d494adbbec1f4db26b4cf83 3 | timeCreated: 1448607572 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMPro_InstructionOverlay.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3c1afeda5e545e0b19add5373896d2e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TeleType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e32c266ee6204b21a427753cb0694c81 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TextConsoleSimulator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43bcd35a1c0c40ccb6d472893fe2093f 3 | timeCreated: 1435298333 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TextMeshProFloatingText.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4d4c76e63944cba8c7d00f56334b98c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TextMeshSpawner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76c11bbcfddf44e0ba17d6c2751c8d84 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexColorCycler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91b8ba3d52e041fab2d0e0f169855539 3 | timeCreated: 1457047157 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexJitter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ed57967c52645d390a89dcf8f61ba73 3 | timeCreated: 1461286718 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexShakeA.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7cfa58e417a46ea8889989684c2522e 3 | timeCreated: 1462089320 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexShakeB.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4e0d9ccee5f4950be8979268c9014e0 3 | timeCreated: 1462093319 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexZoom.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52ec835d14bd486f900952b77698b7eb 3 | timeCreated: 1466280202 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/WarpTextExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 790744c462254b7ba8038e6ed28b3db2 3 | timeCreated: 1458801336 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af3a973fe0f281c4facb9ebaefc102c7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e59c59b81ab47f9b6ec5781fa725d2c 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3265ab4bf004d28a9537516768c1c75 3 | timeCreated: 1484171297 4 | licenseType: Pro 5 | TrueTypeFontImporter: 6 | serializedVersion: 2 7 | fontSize: 16 8 | forceTextureCase: -2 9 | characterSpacing: 1 10 | characterPadding: 0 11 | includeFontData: 1 12 | use2xBehaviour: 0 13 | fontNames: [] 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | userData: 18 | assetBundleName: 19 | assetBundleVariant: 20 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45325f6167a98c14eba0967e6fffd8f7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b52e3b3d92d370746a727319c6137bce 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e73a58f6e2794ae7b1b7e50b7fb811b0 3 | timeCreated: 1484172806 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e498d1c8094910479dc3e1b768306a4 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79459efec17a4d00a321bdcc27bbc385 3 | timeCreated: 1484172856 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f586378b4e144a9851e7b34d9b748ee 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- 1 | )]}〕〉》」』】〙〗〟’”⦆»ヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻‐゠–〜?!‼⁇⁈⁉・、%,.:;。!?]):;=}¢°"†‡℃〆%,. -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fade42e8bc714b018fac513c043d323b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ # -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d82c1b31c7e74239bff1220585707d2b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d22e43b38f795564fbe54e809a807a03 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe393ace9b354375a9cb14cdbbc28be4 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 512a49d95c0c4332bdd98131869c23c9 3 | folderAsset: yes 4 | timeCreated: 1441876896 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41005c129ba4d66911b75229fd70b45 3 | timeCreated: 1480316912 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aecb92fff08436c8303b10eab8da368 3 | folderAsset: yes 4 | timeCreated: 1441876950 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f952c082cb03451daed3ee968ac6c63e 3 | timeCreated: 1432805430 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5b5dff67a942289a9defa416b206f3 3 | timeCreated: 1436653997 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9f693669af91aa45ad615fc681ed29f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48bb5f55d8670e349b6e614913f9d910 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e3b057af24249748ff873be7fafee47 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 128e987d567d4e2c824d754223b3f3b0 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd89cf5b9246416f84610a006f916af7 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14eb328de4b8eb245bb7cea29e4ac00b 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1ede39bf3643ee8e493720e4259791 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a02a7d8c237544f1962732b55a9aebf1 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8d12adcee749c344b8117cf7c7eb912 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85187c2149c549c5b33f0cdb02836b17 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7ada0af4f174f0694ca6a487b8f543d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68e6db2ebdc24f95958faec2be5558d6 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf81c85f95fe47e1a27f6ae460cf182c 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407bc68d299748449bbf7f48ee690f8d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c334973cef89a9840b0b0c507e0377ab 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3997e2241185407d80309a82f9148466 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d930090c0cd643c7b55f19a38538c162 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0603b6d5186471b96c778c3949c7ce2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- 1 | This sample of beautiful emojis are provided by EmojiOne https://www.emojione.com/ 2 | 3 | Please visit their website to view the complete set of their emojis and review their licensing terms. -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 381dcb09d5029d14897e55f98031fca5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f05276190cf498a8153f6cbe761d4e6 3 | timeCreated: 1480316860 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Assets/theGrahCreator.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0271513d0fb16444abc2c76d38afcde1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/GraphController.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8b4aa323d91fe840ac5d6f6f289f8d3 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0cb3afd0e24d5b41bfc8d6403ec99f3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cda990e2423bbf4892e6590ba056729 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scenes/SampleSceneSettings.lighting.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b777d1eef54af4542bad02d69f744a25 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4890085278179872738 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a1325581353f4b439fb5f2b7b473a23 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scripts/CustomParser.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public static class CustomParser { 6 | public static double ParseToDouble(string value) { 7 | double result = Double.NaN; 8 | value = value.Trim(); 9 | if (!double.TryParse(value, System.Globalization.NumberStyles.Any, System.Globalization.CultureInfo.GetCultureInfo("ru-RU"), out result)) { 10 | if (!double.TryParse(value, System.Globalization.NumberStyles.Any, System.Globalization.CultureInfo.GetCultureInfo("en-US"), out result)) { 11 | return result; 12 | } 13 | } 14 | return result; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scripts/CustomParser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b236f7d3cb36cbf42b693a61b8e40759 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scripts/GraphCreatorInputContoller.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.UI; 4 | 5 | public class GraphCreatorInputContoller : MonoBehaviour { 6 | 7 | public GraphCreator graph; 8 | 9 | public InputField inputX; 10 | public InputField inputY; 11 | 12 | public void SetPoint() { 13 | if (CustomParser.ParseToDouble(inputX.text)==Double.NaN || 14 | CustomParser.ParseToDouble(inputY.text) == Double.NaN) return; 15 | graph.valueX = (float)CustomParser.ParseToDouble(inputX.text); 16 | graph.valueY = (float)CustomParser.ParseToDouble(inputY.text); 17 | graph.AddPoint(); 18 | } 19 | 20 | public void ClearGrahp() { 21 | graph.DeleteAllPoints(); 22 | } 23 | 24 | public void DeletePrewPoint() { 25 | graph.DeletePoint(); 26 | } 27 | 28 | } 29 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scripts/GraphCreatorInputContoller.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d4b7592393ab4c49b55918ca0245a18 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scripts/MathPart.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da6059e20e661ee4196d8cd13533111a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Scripts/MathPart/GraphCreator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06640a2720053944c88082e58b61edf3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebd30b78e2224594d8095a9dfeb7a580 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/Sprites/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/Sprites/Circle.png -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38e59208250f8dd4abed029526925162 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 169b4e62abddb3040a185f6f96ff8c91 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIAL 1.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/UIElements/Fonts/ARIAL 1.TTF -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIAL 1.TTF.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1752ed15dbce3cb4d8ea0b03ca5ec494 3 | TrueTypeFontImporter: 4 | serializedVersion: 2 5 | fontSize: 16 6 | forceTextureCase: -2 7 | characterSpacing: 1 8 | characterPadding: 0 9 | includeFontData: 1 10 | use2xBehaviour: 0 11 | fontNames: [] 12 | customCharacters: 13 | fontRenderingMode: 0 14 | userData: 15 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIAL.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/UIElements/Fonts/ARIAL.TTF -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIAL.TTF.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d7b609ac89fc214494f7b51fd0f5805 3 | TrueTypeFontImporter: 4 | serializedVersion: 2 5 | fontSize: 16 6 | forceTextureCase: -2 7 | characterSpacing: 1 8 | characterPadding: 0 9 | includeFontData: 1 10 | use2xBehaviour: 0 11 | fontNames: [] 12 | customCharacters: 13 | fontRenderingMode: 0 14 | userData: 15 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIALBI.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/UIElements/Fonts/ARIALBI.TTF -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIALBI.TTF.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cfaf0d822093e942af784cdf326e05a 3 | TrueTypeFontImporter: 4 | serializedVersion: 2 5 | fontSize: 16 6 | forceTextureCase: -2 7 | characterSpacing: 1 8 | characterPadding: 0 9 | includeFontData: 1 10 | use2xBehaviour: 0 11 | fontNames: [] 12 | customCharacters: 13 | fontRenderingMode: 0 14 | userData: 15 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIALI.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/UIElements/Fonts/ARIALI.TTF -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIALI.TTF.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b25d1439d40db3c47a3b67d3903001cb 3 | TrueTypeFontImporter: 4 | serializedVersion: 2 5 | fontSize: 16 6 | forceTextureCase: -2 7 | characterSpacing: 1 8 | characterPadding: 0 9 | includeFontData: 1 10 | use2xBehaviour: 0 11 | fontNames: [] 12 | customCharacters: 13 | fontRenderingMode: 0 14 | userData: 15 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIALNBI.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/UIElements/Fonts/ARIALNBI.TTF -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIALNBI.TTF.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58fb7887cbfb4604881a60a374d5a12f 3 | TrueTypeFontImporter: 4 | serializedVersion: 2 5 | fontSize: 16 6 | forceTextureCase: -2 7 | characterSpacing: 1 8 | characterPadding: 0 9 | includeFontData: 1 10 | use2xBehaviour: 0 11 | fontNames: [] 12 | customCharacters: 13 | fontRenderingMode: 0 14 | userData: 15 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIALNI.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/UIElements/Fonts/ARIALNI.TTF -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIALNI.TTF.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26fe3fe5efd500e48b8ed783657d3187 3 | TrueTypeFontImporter: 4 | serializedVersion: 2 5 | fontSize: 16 6 | forceTextureCase: -2 7 | characterSpacing: 1 8 | characterPadding: 0 9 | includeFontData: 1 10 | use2xBehaviour: 0 11 | fontNames: [] 12 | customCharacters: 13 | fontRenderingMode: 0 14 | userData: 15 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIBLK.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/UIElements/Fonts/ARIBLK.TTF -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/ARIBLK.TTF.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 571f224a2570ca148ad42371514c5a54 3 | TrueTypeFontImporter: 4 | serializedVersion: 2 5 | fontSize: 16 6 | forceTextureCase: -2 7 | characterSpacing: 1 8 | characterPadding: 0 9 | includeFontData: 1 10 | use2xBehaviour: 0 11 | fontNames: [] 12 | customCharacters: 13 | fontRenderingMode: 0 14 | userData: 15 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/UIElements/Fonts/FontSwitcher.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18a87b15c1c95b344a175182c0d97c1a 3 | timeCreated: 1534587283 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 730223d63b0ae99489a6a0da3d356433 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b95396d565a2a7f478b12f8b9648ed8f 3 | folderAsset: yes 4 | timeCreated: 1467468503 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/AccordionElementEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8882b502b0c65b24ba4623d6a383815b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/BezierLineRendererEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ef6a0d3c3259384982ae3974fe7e618 3 | timeCreated: 1492258093 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/BoxSliderEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8701e045b26e51f4eb345f2ccb3c13f5 3 | timeCreated: 1426804458 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/CUIBezierCurveEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40e01e4fb1e006b46a0f127c8a9907b3 3 | timeCreated: 1485671367 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/CUIGraphicEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7b84624f1ba7bd49b6cfc63b25f4b7c 3 | timeCreated: 1485671367 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/CUIImageEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8445204f2ee16e0408274b8400deef53 3 | timeCreated: 1485929052 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/CUITextEditor.cs: -------------------------------------------------------------------------------- 1 | /// Credit Titinious (https://github.com/Titinious) 2 | /// Sourced from - https://github.com/Titinious/CurlyUI 3 | 4 | using UnityEditor; 5 | 6 | namespace UnityEngine.UI.Extensions 7 | { 8 | [CustomEditor(typeof(CUIText))] 9 | public class CUITextEditor : CUIGraphicEditor { } 10 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/CUITextEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 041976c43b8439747a030b45a4712b77 3 | timeCreated: 1485929052 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/CanvasGroupActivator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f60a419e63d329f43ba1bf57e98b34bf 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/NonDrawingGraphicEditor.cs: -------------------------------------------------------------------------------- 1 | /// Credit Slipp Douglas Thompson 2 | /// Sourced from - https://gist.github.com/capnslipp/349c18283f2fea316369 3 | /// 4 | using UnityEditor; 5 | using UnityEditor.UI; 6 | 7 | namespace UnityEngine.UI.Extensions 8 | { 9 | [CanEditMultipleObjects, CustomEditor(typeof(NonDrawingGraphic), false)] 10 | public class NonDrawingGraphicEditor : GraphicEditor 11 | { 12 | public override void OnInspectorGUI() 13 | { 14 | base.serializedObject.Update(); 15 | EditorGUILayout.PropertyField(base.m_Script, new GUILayoutOption[0]); 16 | // skipping AppearanceControlsGUI 17 | base.RaycastControlsGUI(); 18 | base.serializedObject.ApplyModifiedProperties(); 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/NonDrawingGraphicEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee2802949feca4c4c934331b6a0dc379 3 | timeCreated: 1483566748 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/ReadOnlyDrawer.cs: -------------------------------------------------------------------------------- 1 | /// Credit tanoshimi 2 | /// Sourced from - https://forum.unity3d.com/threads/read-only-fields.68976/ 3 | /// 4 | using UnityEditor; 5 | 6 | namespace UnityEngine.UI.Extensions 7 | { 8 | [CustomPropertyDrawer(typeof(ReadOnlyAttribute))] 9 | public class ReadOnlyDrawer : PropertyDrawer 10 | { 11 | 12 | public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) 13 | { 14 | GUI.enabled = false; 15 | EditorGUI.PropertyField(position, property, label, true); 16 | GUI.enabled = true; 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/ReadOnlyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33c90f5149877a242981372f6cde9a35 3 | timeCreated: 1498392707 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/TextPicEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fe8e67609bbee14d8ad0805aac72799 3 | timeCreated: 1468515486 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/UIExtensionsMenuOptions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cac6d35505037446b512aea22d40688 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Editor/uGUITools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b896154a8dbdc524092e78923478d27a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a0b1710131366b4f82f636d29814556 3 | folderAsset: yes 4 | timeCreated: 1467468503 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ColorPicker.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a45157cd1cb5ccd439f3cf178dd2c359 3 | folderAsset: yes 4 | timeCreated: 1480012406 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ColorPicker/Picker 2.0.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53b194f66900add419869c57ffbe7b85 3 | timeCreated: 1480025159 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ColorPicker/PickerTest.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2365a7a72fdea14f9eaba13cf14f570 3 | timeCreated: 1480025159 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ComboBox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0be9e32438568548bd3693bd1b330bc 3 | folderAsset: yes 4 | timeCreated: 1494955283 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ComboBox/ComboBox.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2b77282ad285f34dacea481a4ec44c4 3 | timeCreated: 1494955300 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ComboBox/ComboBoxChanged.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4dde8b689b437f468ee7005636aa60c 3 | timeCreated: 1494955552 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e144d5ae849c2574ebe61b323b01d41d 3 | folderAsset: yes 4 | timeCreated: 1498408611 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/CooldownEffect_Image.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ca6e387bb13bff4d90528c055130c44 3 | timeCreated: 1498409243 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/CooldownEffect_SAUIM.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee97fdcaa3f5e8447a6bebb781fbe830 3 | timeCreated: 1498393575 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/CooldownExamples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3dc06f5aa2fbb624fbec6c044cbcaa03 3 | timeCreated: 1498408627 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/box.png -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/fadeUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/fadeUp.png -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/sphere.png -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/swipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/Cooldown/swipe.png -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/CurlyUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d426546e1b1bdb346a4f1b7ead452375 3 | folderAsset: yes 4 | timeCreated: 1501406849 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/CurlyUI/CurlyUIDemo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fcaf2574bec7db4db33947995886a8c 3 | timeCreated: 1501406849 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4715bcc5adadca46ac601c64bd58681 3 | folderAsset: yes 4 | timeCreated: 1501610666 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e019a51b207adf4dbc65576e8a03ed9 3 | folderAsset: yes 4 | timeCreated: 1501610675 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/01_BasicScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5666b6c719a9b544ab322e1066aef5f 3 | timeCreated: 1487186707 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f8e29708d324ea48ba2af889fea2c5a 3 | folderAsset: yes 4 | timeCreated: 1487186581 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Animations/01_Basic_Animation.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e6e4c5500df9dc439749ba892b2995c 3 | timeCreated: 1487186596 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Animations/01_Basic_CellScroll.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bbdb068c73989c438aef167096a86cb 3 | timeCreated: 1487186612 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Example01CellDto.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class Example01CellDto 4 | { 5 | public string Message; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Example01CellDto.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e14503efd7a60d54db0d148e00aa2169 3 | timeCreated: 1487508481 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Example01Scene.cs: -------------------------------------------------------------------------------- 1 | using System.Linq; 2 | 3 | namespace UnityEngine.UI.Extensions.Examples 4 | { 5 | public class Example01Scene : MonoBehaviour 6 | { 7 | [SerializeField] 8 | Example01ScrollView scrollView; 9 | 10 | void Start() 11 | { 12 | var cellData = Enumerable.Range(0, 20) 13 | .Select(i => new Example01CellDto { Message = "Cell " + i }) 14 | .ToList(); 15 | 16 | scrollView.UpdateData(cellData); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Example01Scene.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69123a589054bf041ba5ead99364646f 3 | timeCreated: 1487186233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Example01ScrollView.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | 3 | namespace UnityEngine.UI.Extensions.Examples 4 | { 5 | public class Example01ScrollView : FancyScrollView 6 | { 7 | [SerializeField] 8 | ScrollPositionController scrollPositionController; 9 | 10 | new void Awake() 11 | { 12 | base.Awake(); 13 | scrollPositionController.OnUpdatePosition.AddListener(UpdatePosition); 14 | } 15 | 16 | public void UpdateData(List data) 17 | { 18 | cellData = data; 19 | scrollPositionController.SetDataCount(cellData.Count); 20 | UpdateContents(); 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Example01ScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7e0222f92bdad84c9ee57a127efe088 3 | timeCreated: 1487262733 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/01_Basic/Example01ScrollViewCell.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b77a04c729f174c478baf21a47c16620 3 | timeCreated: 1487184978 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 577dcbd98667cbb47ba8c97b564802d2 3 | folderAsset: yes 4 | timeCreated: 1501610675 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling/02_CellEventHandling.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22d1be941599faf45b04ab4c6a2def09 3 | timeCreated: 1487505810 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling/Example02CellDto.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class Example02CellDto 4 | { 5 | public string Message; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling/Example02CellDto.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf9eb20bd16f1aa448580b085861a75b 3 | timeCreated: 1487505929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling/Example02Scene.cs: -------------------------------------------------------------------------------- 1 | using System.Linq; 2 | 3 | namespace UnityEngine.UI.Extensions.Examples 4 | { 5 | public class Example02Scene : MonoBehaviour 6 | { 7 | [SerializeField] 8 | Example02ScrollView scrollView; 9 | 10 | void Start() 11 | { 12 | var cellData = Enumerable.Range(0, 20) 13 | .Select(i => new Example02CellDto { Message = "Cell " + i }) 14 | .ToList(); 15 | 16 | scrollView.UpdateData(cellData); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling/Example02Scene.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b945ba693af0d824989e76c183a47fb3 3 | timeCreated: 1487506430 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling/Example02ScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b1ee62a075132e49b6fc82cd114e89d 3 | timeCreated: 1487505830 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling/Example02ScrollViewCell.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9409f360a0deeb949a3635126edf8000 3 | timeCreated: 1487505842 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling/Example02ScrollViewContext.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class Example02ScrollViewContext 4 | { 5 | public System.Action OnPressedCell; 6 | public int SelectedIndex; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/02_CellEventHandling/Example02ScrollViewContext.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82429dd602c927c4faab5b80397e65a3 3 | timeCreated: 1487505870 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d648997d940777f41b77d17ab29f5cea 3 | folderAsset: yes 4 | timeCreated: 1501610675 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/03_InfiniteScroll.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f93c60c8aa572040a751a20a626451f 3 | timeCreated: 1487505810 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94b9a5282934b8c43b2aeb7a25815a99 3 | folderAsset: yes 4 | timeCreated: 1488028867 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Animations/03_InfiniteScroll_Animation.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: add491cbb06317b48a88a94b0081db1d 3 | timeCreated: 1487186596 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Animations/03_InfiniteScroll_CellScroll.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1a16bf117472bf47b662d4bc2647177 3 | timeCreated: 1487186612 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Example03CellDto.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class Example03CellDto 4 | { 5 | public string Message; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Example03CellDto.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f620c6407f9b6c74390ab02bfa99d777 3 | timeCreated: 1487505929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Example03Scene.cs: -------------------------------------------------------------------------------- 1 | using System.Linq; 2 | 3 | namespace UnityEngine.UI.Extensions.Examples 4 | { 5 | public class Example03Scene : MonoBehaviour 6 | { 7 | [SerializeField] 8 | Example03ScrollView scrollView; 9 | 10 | void Start() 11 | { 12 | var cellData = Enumerable.Range(0, 20) 13 | .Select(i => new Example03CellDto { Message = "Cell " + i }) 14 | .ToList(); 15 | 16 | scrollView.UpdateData(cellData); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Example03Scene.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45018617dd0e7cf4d8b8800224ac5d40 3 | timeCreated: 1487506430 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Example03ScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7454b91158ad32e49ab5d3cdac132574 3 | timeCreated: 1487505830 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Example03ScrollViewCell.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 173c545de5ff4e048bcc3642f8392e4e 3 | timeCreated: 1487505842 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Example03ScrollViewContext.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class Example03ScrollViewContext 4 | { 5 | public System.Action OnPressedCell; 6 | public int SelectedIndex; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/03_InfiniteScroll/Example03ScrollViewContext.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90b3672ca30312045afd42deb38c2f6e 3 | timeCreated: 1487505870 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 583ffd54340754c459d1e7bd81e90246 3 | folderAsset: yes 4 | timeCreated: 1501932884 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/infiniteScrollSettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/infiniteScrollSettings.png -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/inspector.png -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/screencast1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/screencast1.gif -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/screencast2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/screencast2.gif -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/screencast3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/Document/screencast3.gif -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/FancyScrollView/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 435a8014e0736334d8dcddbf7a20d01a 3 | timeCreated: 1501932884 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14c651cefda8ba648866e2f033a321a5 3 | folderAsset: yes 4 | timeCreated: 1493999814 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/FullScreenScrollSnap.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a44f420de3ef6654b8605358fb94901d 3 | timeCreated: 1499887078 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/GameObject (1).prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cff6ddbad6d91384d9e5cc079064bcff 3 | timeCreated: 1481827080 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/Horizontal Scroll Snap.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01b7a44c798a89c40a32385b0fd06de6 3 | timeCreated: 1499888222 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 9100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/Horizontal_page_prefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0537c94867b99f4b975a024066f29a0 3 | timeCreated: 1463936976 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/Image.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dff33128ff490641b8e89a0ca210447 3 | timeCreated: 1481827060 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/ItemAnimationClip.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0749a4928b1d06d4faccd624c75bcdb2 3 | timeCreated: 1499888222 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 7400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/PaginationManagerExample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a457ff2aa045adc4896083aaa023a67b 3 | timeCreated: 1502303044 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/PaginationScript.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine.EventSystems; 2 | 3 | namespace UnityEngine.UI.Extensions.Examples 4 | { 5 | public class PaginationScript : MonoBehaviour, IPointerClickHandler 6 | { 7 | public HorizontalScrollSnap hss; 8 | public int Page; 9 | 10 | public void OnPointerClick(PointerEventData eventData) 11 | { 12 | if (hss != null) 13 | { 14 | hss.GoToScreen(Page); 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/PaginationScript.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ea46c3573b42624aa573f2d6b091ed1 3 | timeCreated: 1501404313 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/ScrollSnapManagedTests.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76a920c191abd8a4f9351c7f17c2cdef 3 | timeCreated: 1481843068 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/UpdateScrollSnap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea8b6678b91baa44eb4de7f20e6684a3 3 | timeCreated: 1463936517 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/HSS-VSS-ScrollSnap/Vertical_Page_Prefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54c712c6efbe07d459d10a305f17b746 3 | timeCreated: 1463946266 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ec6f22d638db2344971c34b5c34ed59 3 | folderAsset: yes 4 | timeCreated: 1501669812 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/MainScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f831abe2c3eec65428a460277a21a1cc 3 | timeCreated: 1501669837 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 026f0e79d105a7d48be98279781275ed 3 | folderAsset: yes 4 | timeCreated: 1501669837 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Prefabs/MenuSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8b966d608f92415db1cd34c3bb28350 3 | folderAsset: yes 4 | timeCreated: 1498565987 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Prefabs/MenuSystem/MenuManager.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0f89c3fccbfa4bddbac45ae1effe466 3 | timeCreated: 1498565979 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Prefabs/Menus.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85fc92ec845a749cd9ddd6d6d9f8bbd9 3 | folderAsset: yes 4 | timeCreated: 1498565991 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Prefabs/Menus/AwesomeMenu.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5617592ee912047459b98264a09ddb8a 3 | timeCreated: 1498565443 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Prefabs/Menus/GameMenu.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85d45cc7dbcc7490b91c0aa61f4e73c2 3 | timeCreated: 1498563199 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Prefabs/Menus/MainMenu.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9be8b59801ec4bbe829f57f7b2b9d88 3 | timeCreated: 1492689740 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Prefabs/Menus/OptionsMenu.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11104fd9ff8884a49b96b0d3d0accb5c 3 | timeCreated: 1492689765 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Prefabs/Menus/PauseMenu.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f7dc93bebf1e41e280baafd8eaa59ec 3 | timeCreated: 1498565735 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 870b511481ed1da41a45a75eed9c0657 3 | folderAsset: yes 4 | timeCreated: 1501669837 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 160ea0982342c4a0bbb267223478c461 3 | folderAsset: yes 4 | timeCreated: 1498563380 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/AwesomeMenu.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class AwesomeMenu : Menu 4 | { 5 | public Image Background; 6 | public Text Title; 7 | 8 | public static void Show(float awesomeness) 9 | { 10 | Open(); 11 | 12 | Instance.Background.color = new Color32((byte)(129 * awesomeness), (byte)(197 * awesomeness), (byte)(34 * awesomeness), 255); 13 | Instance.Title.text = string.Format("This menu is {0:P} awesome", awesomeness); 14 | } 15 | 16 | public static void Hide() 17 | { 18 | Close(); 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/AwesomeMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6e15980f191049aea70c0c93594887b 3 | timeCreated: 1492693949 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/GameMenu.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class GameMenu : SimpleMenu 4 | { 5 | public override void OnBackPressed() 6 | { 7 | PauseMenu.Show(); 8 | } 9 | } 10 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/GameMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88abd442995e349778e1d164d50af64d 3 | timeCreated: 1498563208 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/MainMenu.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class MainMenu : SimpleMenu 4 | { 5 | public void OnPlayPressed() 6 | { 7 | GameMenu.Show(); 8 | } 9 | 10 | public void OnOptionsPressed() 11 | { 12 | OptionsMenu.Show(); 13 | } 14 | 15 | public override void OnBackPressed() 16 | { 17 | Application.Quit(); 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/MainMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36b6ee4bee83c498e935eebb6778babb 3 | timeCreated: 1492688474 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/OptionsMenu.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class OptionsMenu : SimpleMenu 4 | { 5 | public Slider Slider; 6 | 7 | public void OnMagicButtonPressed() 8 | { 9 | AwesomeMenu.Show(Slider.value); 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/OptionsMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b01016ffd900480386cb61341f3269f 3 | timeCreated: 1492688962 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/PauseMenu.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class PauseMenu : SimpleMenu 4 | { 5 | public void OnQuitPressed() 6 | { 7 | Hide(); 8 | Destroy(this.gameObject); // This menu does not automatically destroy itself 9 | 10 | GameMenu.Hide(); 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/MenuExample/Scripts/Menus/PauseMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d6228c7c19194b999f9b95fa4711b67 3 | timeCreated: 1498563349 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/RadialSlider.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06c6e9a20a01e2348acb20c103a628f2 3 | folderAsset: yes 4 | timeCreated: 1501105181 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/RadialSlider/UpdateRadialValue.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEngine.UI.Extensions.Examples 2 | { 3 | public class UpdateRadialValue : MonoBehaviour 4 | { 5 | public InputField input; 6 | public RadialSlider slider; 7 | 8 | // Use this for initialization 9 | void Start() 10 | { 11 | 12 | } 13 | 14 | // Update is called once per frame 15 | public void UpdateSliderValue() 16 | { 17 | float value; 18 | float.TryParse(input.text, out value); 19 | slider.Value = value; 20 | } 21 | 22 | public void UpdateSliderAndle() 23 | { 24 | int value; 25 | int.TryParse(input.text, out value); 26 | slider.Angle = value; 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/RadialSlider/UpdateRadialValue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5921b909b28e7f4f9a57906c667c9ce 3 | timeCreated: 1501345599 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/RadialSlider/radial_slider.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84f742a1c72d4f5479bc951e9fd76fae 3 | timeCreated: 1501350786 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/RadialSlider/radial_sprite.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/RadialSlider/radial_sprite.psd -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ReorderableList.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51472598576671e4891516bfafc2459f 3 | folderAsset: yes 4 | timeCreated: 1500103716 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ReorderableList/ReorderableList.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b8d590979bc3264ab9a7df11a0e8c3c 3 | timeCreated: 1446061891 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ScrollRectConflictManager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5eba6a393546ae446a70a9133008fc8b 3 | folderAsset: yes 4 | timeCreated: 1493999416 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/ScrollRectConflictManager/ScrollrectConflictManagerDemo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73d92df095c9b454eaa4b74bc3c559c2 3 | timeCreated: 1464634768 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/SelectionBox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c717c8d5ba8118f4a83df7b7a702395f 3 | folderAsset: yes 4 | timeCreated: 1500103765 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/SelectionBox/Selection Box Test.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0944d7e4f0234f3fabb9b2f33fe073e 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/TextEffects.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afd482c1b3a787a47be2acc874c4fc44 3 | folderAsset: yes 4 | timeCreated: 1490183285 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/TextEffects/AnimateEffects.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1dc69a45cd2765d4db3933346112431a 3 | timeCreated: 1496665065 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/TextEffects/TextEffects.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4410a34295ab4eb43bb12fd6758d69c9 3 | timeCreated: 1490183498 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/TextEffects/swirl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/TextEffects/swirl.png -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/TextEffects/testHref.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87d264f28a3959240b775c19c0d11013 3 | timeCreated: 1468515487 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UILineRenderer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76cbd968a0a25fe49a0df29493ae7d2c 3 | folderAsset: yes 4 | timeCreated: 1493999071 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UILineRenderer/LineRendererOrbit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 544c2baa26170b34fb34c19cb04b1fb1 3 | timeCreated: 1498381316 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UILineRenderer/TestAddingPoints.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f7b10baa6c50634a979160a8c4f142c 3 | timeCreated: 1463340207 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UILineRenderer/UILineRendererDemo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b01f9e610467c714c9077cf2622eb7b2 3 | timeCreated: 1464634788 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d80c37ed1c91b6f4c87ea91bb292f8c1 3 | folderAsset: yes 4 | timeCreated: 1467468503 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a0cecb173b794c3bb33e379defdeeb0 3 | folderAsset: yes 4 | timeCreated: 1449409914 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Prefabs/DaysVertical.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec6f9b1230e4a4896b7be2e60d3be758 3 | timeCreated: 1448815288 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Prefabs/MonthsVertical.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d45e8f0aa19044ffb3553ca52febef2 3 | timeCreated: 1448814882 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Prefabs/YearsVertical.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65ce75600991941569988ab4538a21a6 3 | timeCreated: 1448814778 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 573635efe02d54e20a59cd3023afa514 3 | folderAsset: yes 4 | timeCreated: 1449409946 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Scenes/VerticalCalendar.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc87f62a4e5c94019904b8b6037818b5 3 | timeCreated: 1449409834 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1caec3cabf7c4eaaa5b2ad30cf018a9 3 | folderAsset: yes 4 | timeCreated: 1449409928 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Scripts/ScrollingCalendar.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0185937f87604a7497a35019c125107 3 | timeCreated: 1449409849 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ffd04bf6a590424fb623c185d6f6ec5 3 | folderAsset: yes 4 | timeCreated: 1450208395 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Sprites/MrsYakaYochaMedium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/Assets/theGrahCreator/unity-ui-extensions/Examples/UIVerticalScrollerDemo/Sprites/MrsYakaYochaMedium.png -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/LICENSE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9a81748fac51154f8688d2e3c46fd56 3 | timeCreated: 1438724032 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6cbd6c26357c6a40947224e172bfdf6 3 | timeCreated: 1438724032 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/RELEASENOTES.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 295bdc5c9df74e146bd5fa63aa5aeaf8 3 | timeCreated: 1463598733 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d40233b1c5add641bb2f4f7f12af05e 3 | folderAsset: yes 4 | timeCreated: 1438724032 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fab8c1b6e538fad489513f03e0418451 3 | folderAsset: yes 4 | timeCreated: 1468775610 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/Accordion.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82ea50ac9a6ea8940a71f86ea8d13bf0 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/Accordion/Accordion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4387cc9950f37044c92f9d144a2b1002 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/Accordion/AccordionElement.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c9d341c4bc7de548937508e6f837144 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/Accordion/Tweening.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9115417252d4cd42a5e167bdc1c2d3b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/Accordion/Tweening/FloatTween.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e28e1e9e18f7daa4db5d1ac279d6ce66 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/Accordion/Tweening/ITweenValue.cs: -------------------------------------------------------------------------------- 1 | ///Credit ChoMPHi 2 | ///Sourced from - http://forum.unity3d.com/threads/accordion-type-layout.271818/ 3 | 4 | 5 | namespace UnityEngine.UI.Extensions.Tweens 6 | { 7 | internal interface ITweenValue 8 | { 9 | void TweenValue(float floatPercentage); 10 | bool ignoreTimeScale { get; } 11 | float duration { get; } 12 | bool ValidTarget(); 13 | void Finished(); 14 | } 15 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/Accordion/Tweening/ITweenValue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9edf9da4c14ad2843879a2331b00f738 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/Accordion/Tweening/TweenRunner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d00ab96853b24074cb837ee70f07dddc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/BoxSlider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3fd655d1aa9c684d88cdfdd0da9aa34 3 | timeCreated: 1480011174 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ab63fe1b000c254ebed3937038bb01b 3 | folderAsset: yes 4 | timeCreated: 1480011199 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorImage.cs: -------------------------------------------------------------------------------- 1 | ///Credit judah4 2 | ///Sourced from - http://forum.unity3d.com/threads/color-picker.267043/ 3 | 4 | 5 | namespace UnityEngine.UI.Extensions.ColorPicker 6 | { 7 | [RequireComponent(typeof(Image))] 8 | public class ColorImage : MonoBehaviour 9 | { 10 | public ColorPickerControl picker; 11 | 12 | private Image image; 13 | 14 | private void Awake() 15 | { 16 | image = GetComponent(); 17 | picker.onValueChanged.AddListener(ColorChanged); 18 | } 19 | 20 | private void OnDestroy() 21 | { 22 | picker.onValueChanged.RemoveListener(ColorChanged); 23 | } 24 | 25 | private void ColorChanged(Color newColor) 26 | { 27 | image.color = newColor; 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorImage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4210a64d2ce72e9488cf2ad174e9df5b 3 | timeCreated: 1480011173 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorLabel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b32edf53f1ae84f479c9439b4b5f5b91 3 | timeCreated: 1480011174 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorPickerControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e448480810b55843aefa91c1ab74cd2 3 | timeCreated: 1483197306 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorPickerPresets.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 502205da447ca7a479ce5ae45e5c19d2 3 | timeCreated: 1480011173 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorPickerTester.cs: -------------------------------------------------------------------------------- 1 | ///Credit judah4 2 | ///Sourced from - http://forum.unity3d.com/threads/color-picker.267043/ 3 | 4 | namespace UnityEngine.UI.Extensions.ColorPicker 5 | { 6 | public class ColorPickerTester : MonoBehaviour 7 | { 8 | public Renderer pickerRenderer; 9 | public ColorPickerControl picker; 10 | 11 | void Awake() 12 | { 13 | pickerRenderer = GetComponent(); 14 | } 15 | // Use this for initialization 16 | void Start() 17 | { 18 | picker.onValueChanged.AddListener(color => 19 | { 20 | pickerRenderer.material.color = color; 21 | }); 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorPickerTester.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06851a815227e5044b0e3c1bf9b3a282 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorSlider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91558da930270ac4a960ba03b81c836a 3 | timeCreated: 1480011173 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorSliderImage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd3cce5a27f2db94fa394c4719bddecd 3 | timeCreated: 1480011174 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorValues.cs: -------------------------------------------------------------------------------- 1 | ///Credit judah4 2 | ///Sourced from - http://forum.unity3d.com/threads/color-picker.267043/ 3 | 4 | namespace UnityEngine.UI.Extensions.ColorPicker 5 | { 6 | public enum ColorValues 7 | { 8 | R, 9 | G, 10 | B, 11 | A, 12 | 13 | Hue, 14 | Saturation, 15 | Value 16 | } 17 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/ColorValues.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f473590aed5e3f4ab5a0157b2a53dbd 3 | timeCreated: 1480011173 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/Events.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbbc689694061e6439664eda55449513 3 | folderAsset: yes 4 | timeCreated: 1480011173 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/Events/ColorChangedEvent.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Events; 4 | 5 | [Serializable] 6 | public class ColorChangedEvent : UnityEvent 7 | { 8 | 9 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/Events/ColorChangedEvent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff46fbecea7739f4690e4285c88f53c5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/Events/HSVChangedEvent.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine.Events; 2 | 3 | public class HSVChangedEvent : UnityEvent 4 | { 5 | 6 | } 7 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/Events/HSVChangedEvent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d95ce8fba3dbbf4eb14411412169b88 3 | timeCreated: 1442747317 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/HSVUtil.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f3189246d7fc204faba7a1e9c08e0af 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/HexColorField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7343402602909bd4f928d58433c5c87f 3 | timeCreated: 1480011173 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/SVBoxSlider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a0647785ed421e449239dbd6512e156 3 | timeCreated: 1480011173 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ColorPicker/TiltWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7be5109ea5b91e4b856621023b15168 3 | timeCreated: 1480011174 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ComboBox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 726a11b8d64fa0143b34f417f5453f80 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ComboBox/AutoCompleteComboBox.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef22b091ebae52c47aa3e86ad9040c05 3 | timeCreated: 1492278993 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ComboBox/ComboBox.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd26acd32e1be2747b9e5f3587b2b1d5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ComboBox/DropDownList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a00cad80d8a47b438b394bebe77d0d2 3 | timeCreated: 1492278993 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ComboBox/DropDownListButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 491c635e1f309294187ff24b5c71e8cb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ComboBox/DropDownListItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1dd512d0ed874740902b01df530b2dc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/CooldownButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74a62d95b3be0fe47871dd48fca58b7d 3 | timeCreated: 1498387990 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/InputFocus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a18c7c81729dadf40aee407a0cff0462 3 | timeCreated: 1440843410 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/MultiTouchScrollRect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f2bebd34aaa76541b97e61752a7d262 3 | timeCreated: 1492273203 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/RadialSlider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 803cebee00d5c504e930205383017dc1 3 | timeCreated: 1432062988 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ReorderableList.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 281614f4c0e3b7a4d9056bd377134172 3 | folderAsset: yes 4 | timeCreated: 1446117980 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ReorderableList/ReorderableList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b333d67eb08d464d823874f6a1666c2 3 | timeCreated: 1492560112 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ReorderableList/ReorderableListContent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 252dd148b2c1dbe40b7d938a553e3caf 3 | timeCreated: 1446062045 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ReorderableList/ReorderableListDebug.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86c224aef3e999140b78d1d7135ba33f 3 | timeCreated: 1446072313 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/ReorderableList/ReorderableListElement.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 916e98f1b982a9a4082fcc45c87b66c5 3 | timeCreated: 1492560112 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/RescalingPanels.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4c2c5317e2b50f42b0302414577a62d 3 | folderAsset: yes 4 | timeCreated: 1440843775 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/RescalingPanels/RescaleDragPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c210a6e68020b4349a4020e7da57826e 3 | timeCreated: 1440843816 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/RescalingPanels/RescalePanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff46b67332ade77459ea86ba20638d24 3 | timeCreated: 1440843795 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/RescalingPanels/ResizePanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db83442065d59344c9bf6ffa63a23777 3 | timeCreated: 1440843837 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/SegmentedControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 439b3dcc2b7714c1e91776a9d161f6ee 3 | timeCreated: 1498517608 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/SelectionBox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e656d866043cab4fb676dba90e3734c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/SelectionBox/ExampleSelectable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0644987412a04edd8105e64bdd008b2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/SelectionBox/IBoxSelectable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72b70b31ccbda4bae8dd5cda36d2e02d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/SelectionBox/SelectionBox.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f143353fa45b4df79a3722ad82431d5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/Stepper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1867f0d5b751404f86b0e562a3d783b 3 | timeCreated: 1501004355 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/TextPic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b41c7c4761612e4419bd8a5d44c35a6c 3 | timeCreated: 1468515487 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Controls/UI_Knob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d41844f60d3b21840a3ce64f958bd235 3 | timeCreated: 1468775570 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbbc72115bdf3fe4a93d8566634c6e61 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/BestFitOutline.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b30dd83a12669d4f973ff5a79ca9842 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CurlyUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8f8c7784bd14f146a01bb324949f7cb 3 | folderAsset: yes 4 | timeCreated: 1501406849 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CurlyUI/CUIBezierCurve.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 983a3e151cd916d4faf111dc86266574 3 | timeCreated: 1485671878 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CurlyUI/CUIGraphic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e011f2cb554f96547bbfc22e5f001c17 3 | timeCreated: 1485600090 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CurlyUI/CUIImage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ab7726a352b5004cbf5f8e153868637 3 | timeCreated: 1485600090 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CurlyUI/CUIMisc.cs: -------------------------------------------------------------------------------- 1 | /// Credit Titinious (https://github.com/Titinious) 2 | /// Sourced from - https://github.com/Titinious/CurlyUI 3 | 4 | namespace UnityEngine.UI.Extensions 5 | { 6 | [System.Serializable] 7 | public struct Vector3_Array2D 8 | { 9 | [SerializeField] 10 | public Vector3[] array; 11 | 12 | public Vector3 this[int _idx] 13 | { 14 | get 15 | { 16 | return array[_idx]; 17 | } 18 | set 19 | { 20 | array[_idx] = value; 21 | } 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CurlyUI/CUIMisc.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e82bd2b2afc435438d5d8d7d3459dd0 3 | timeCreated: 1485704814 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CurlyUI/CUIText.cs: -------------------------------------------------------------------------------- 1 | /// Credit Titinious (https://github.com/Titinious) 2 | /// Sourced from - https://github.com/Titinious/CurlyUI 3 | 4 | namespace UnityEngine.UI.Extensions 5 | { 6 | [RequireComponent(typeof(RectTransform))] 7 | [RequireComponent(typeof(Text))] 8 | [AddComponentMenu("UI/Effects/Extensions/Curly UI Text")] 9 | public class CUIText : CUIGraphic 10 | { 11 | public override void ReportSet() 12 | { 13 | if (uiGraphic == null) 14 | uiGraphic = GetComponent(); 15 | 16 | base.ReportSet(); 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CurlyUI/CUIText.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64c40f35eca5d5d4da4eefac2a627005 3 | timeCreated: 1485600090 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CurvedText.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c38666cb4d43a304588cf0b7e5f86db6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/CylinderText.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ec526a95e7733b4396be80d3e1df80e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/Gradient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0671953a9c649e5438e4d961d1983915 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/Gradient2.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45facfdc6a639f041b007c036dc527b8 3 | timeCreated: 1479244798 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/LetterSpacing.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ee10f5b9a0e16c40b25e079c03a17a2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/MonoSpacing.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97a58789aa01843488ef44dc747ee8e8 3 | timeCreated: 1490183235 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/NicerOutline.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db125c7de00668f4e98849d0aaf366d7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/RaycastMask.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22757922dd9d4064d8186fbef72b0772 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/ShaderEffects.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9656bd8c19a5a74c90babab7228f771 3 | folderAsset: yes 4 | timeCreated: 1467468503 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/ShaderEffects/UIAdditiveEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a29c8587a101744ea9e6198d89cb2df 3 | timeCreated: 1464643709 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/ShaderEffects/UIImageCrop.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 022c3983095dce44c9504739a8ed7324 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/ShaderEffects/UILinearDodgeEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4fbdc2185cba1c42ad07e43eea19561 3 | timeCreated: 1464643896 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/ShaderEffects/UIMultiplyEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a1216dfb98544e44afb7fb3abc093f2 3 | timeCreated: 1464643921 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/ShaderEffects/UIScreenEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07afba72913387d488019cbb35ec1965 3 | timeCreated: 1464643319 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/ShaderEffects/UISoftAdditiveEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 692867a1eddc7df419ec15b05b4084ec 3 | timeCreated: 1464643947 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/ShineEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 453baf32313c0bc41a532c409ec25177 3 | timeCreated: 1464388954 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/ShineEffector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ced63edd65f3aed41a6c4125a5f54217 3 | timeCreated: 1464388991 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/SoftMaskScript.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8ee60af491978345bc197ed4e1316bc 3 | timeCreated: 1448034177 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/UIFlippable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67f304b9bd84e9848bcfb79f47790081 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Effects/UIParticleSystem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5f85388e938d9e4599afc6d9441ed57 3 | timeCreated: 1464383716 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/InputModules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0789c2f62bad6b4c800a3dc502fa18e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/InputModules/AimerInputModule.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08b9f423b73fdfb47b59e7de89863600 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/InputModules/GamePadInputModule.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26158f38115d49a4a915f46c7eced4ab 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 759c961dc0e85a348ab9cd1278319ca0 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/CurvedLayout.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8de815c5a2c592d4da033da3146168c5 3 | timeCreated: 1463330156 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/FancyScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51a6dd27af9048f45a7fc0019884d41e 3 | timeCreated: 1501610618 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/FancyScrollViewCell.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73c54b1a82a56fb4f906ab8c75f7a030 3 | timeCreated: 1501610618 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/FlowLayoutGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 558b109da67a27b4686138b955f3a7e8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/HorizontalScrollSnap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 609dcc22aadcc16418bfac22716ee9a6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/IScrollSnap.cs: -------------------------------------------------------------------------------- 1 | /// Credit SimonDarksideJ 2 | /// Required for scrollbar support to work across ALL scroll snaps 3 | 4 | 5 | namespace UnityEngine.UI.Extensions 6 | { 7 | internal interface IScrollSnap 8 | { 9 | void ChangePage(int page); 10 | void SetLerp(bool value); 11 | int CurrentPage(); 12 | void StartScreenChange(); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/IScrollSnap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08ba470d8c8dc384e9d5828136742452 3 | timeCreated: 1498921617 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/RadialLayout.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ebce7906e5d20a4fb26d8b510b81926 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/ScrollPositionController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc9ad31350b1b6348b57c626195a562d 3 | timeCreated: 1501610618 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/ScrollSnap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c598b387777d96643991be3f0b6c98c2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/ScrollSnapBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2a77c45e5354bf40bbd63bd817dee47 3 | timeCreated: 1480931407 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/ScrollSnapScrollbarHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ec759101f5786b4b89aae8a1b47ca4b 3 | timeCreated: 1498919960 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/TableLayoutGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6cee1f3bb43ca9c4c9e00b54a998d9ce 3 | timeCreated: 1483117134 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/TileSizeFitter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 614c629b8dffdb548b9bef9189606bb9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/UIVerticalScroller.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9f902652954d44beb3a916831d27435 3 | timeCreated: 1449409849 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Layout/VerticalScrollSnap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9dccd2761b104249a8eb0636b550188 3 | timeCreated: 1440928417 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/MenuSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b089525e921a3e0488ae1496edc49167 3 | folderAsset: yes 4 | timeCreated: 1501667572 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/MenuSystem/Menu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9653e8a2f35df4e42b53f383913554af 3 | timeCreated: 1492685806 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/MenuSystem/MenuManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: adf0efbc9d5b148979111e50bec1893f 3 | timeCreated: 1492685806 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/MenuSystem/SimpleMenu.cs: -------------------------------------------------------------------------------- 1 | /// Credit Adam Kapos (Nezz) - http://www.songarc.net 2 | /// Sourced from - https://github.com/YousicianGit/UnityMenuSystem 3 | /// Updated by SimonDarksideJ - Refactored to be a more generic component 4 | 5 | namespace UnityEngine.UI.Extensions 6 | { 7 | /// 8 | /// A base menu class that implements parameterless Show and Hide methods 9 | /// 10 | public abstract class SimpleMenu : Menu where T : SimpleMenu 11 | { 12 | public static void Show() 13 | { 14 | Open(); 15 | } 16 | 17 | public static void Hide() 18 | { 19 | Close(); 20 | } 21 | } 22 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/MenuSystem/SimpleMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fdf3dae987a8d44fa2e065bc4edaf3a 3 | timeCreated: 1501668792 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Primitives.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b6b8774345aa954fb85ec83184b9095 3 | folderAsset: yes 4 | timeCreated: 1445521682 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Primitives/DiamondGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 891530df3841c0041ab9982359e02e0f 3 | timeCreated: 1442708993 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Primitives/UICircle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8185cad1aa202d04ebb9e14ffa533a87 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Primitives/UICornerCut.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a6e620ffa5a4e64b8875761130d0139 3 | timeCreated: 1444419848 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Primitives/UIGridRenderer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35ff6e8800018654d9558db07c4cd080 3 | timeCreated: 1487335372 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Primitives/UILineRenderer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b33b2e663e78774c9f0c9af55018725 3 | timeCreated: 1440845580 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Primitives/UILineTextureRenderer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b801876ddb189f94f905cd1646564fbf 3 | timeCreated: 1440845581 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Primitives/UIPolygon.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fcd1b8078a416f844b695454a4358409 3 | timeCreated: 1450200166 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Primitives/UIPrimitiveBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65af11d29c6cb8c45b3d78d97d98440d 3 | timeCreated: 1464131942 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/TabNavigationHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62e5af56445f0d24fb5140ef754aebaf 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/ToolTips.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3941688ec5107f5479d09d503b6376c5 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/ToolTips/BoundTooltip.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcabbd73a79cd8c4a966e44d7f276790 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/ToolTips/BoundTooltip/BoundTooltipItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d6f5ec6d595a31459e6942110d86aaa 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/ToolTips/BoundTooltip/BoundTooltipTrigger.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4d7c934af453a9469701b72267593ec 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/ToolTips/HoverTooltip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87cd933870c6506418344281b3cb86fc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/ToolTips/ToolTip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a649d0fc284fb7458094a7a02315f07 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/UIWindowBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8803d62703eac8a44a3e9884c71009da 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ed31929d883df147b53ffeddcb4f25c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/BezierPath.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89b61e0416e1256469165fca78d5ed21 3 | timeCreated: 1463598733 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/CLFZ2-CompressionHelper-ReadME.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 125e21ede8cf31746b15797b86e6a479 3 | timeCreated: 1464945707 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/CLZF2.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f69e6f88ce470d742adfcbaf0bcbd001 3 | timeCreated: 1464877682 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/CableCurve.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2444f085ab49ff24b888b175f46b55c7 3 | timeCreated: 1501871616 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/Circle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f11f61a6960d26445a760da7dae63cf2 3 | timeCreated: 1498154251 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/DragCorrector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af1c809ef037025409983d19f9b0baac 3 | timeCreated: 1464969622 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ExtensionsToggle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc733ccacdce62148ac1f46d1dd84ff6 3 | timeCreated: 1450456340 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ExtensionsToggleGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf31acdd4bba9fc45b8a5cc6de985aee 3 | timeCreated: 1450454546 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/InputFieldEnterSubmit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfc77d7b04a86f845b59fb0979e8ec53 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/NonDrawingGraphic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51db53697a53f7a479b8570674dae649 3 | timeCreated: 1483541456 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/PPIViewer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0f2698294b9b524bb75cb394378eb6e 3 | timeCreated: 1464969622 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/PaginationManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cff19ba98ef11d4ebf2e8cbeb6a4342 3 | timeCreated: 1502291570 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ReadOnlyAttribute.cs: -------------------------------------------------------------------------------- 1 | /// Credit tanoshimi 2 | /// Sourced from - https://forum.unity3d.com/threads/read-only-fields.68976/ 3 | 4 | namespace UnityEngine.UI.Extensions 5 | { 6 | public class ReadOnlyAttribute : PropertyAttribute { } 7 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ReadOnlyAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 244394c76ae0d484d83567b74f4332cd 3 | timeCreated: 1498392707 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ReturnKeyTriggersButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f08f1bd2c562a474c99ff9d746d3c99b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ScrollConflictManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cee880d45d4659540ada44c73f95a947 3 | timeCreated: 1463521238 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ScrollRectEx.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a7b69ea2282ad240824a4bce7a65a46 3 | timeCreated: 1440844492 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ScrollRectExtensions.cs: -------------------------------------------------------------------------------- 1 | /// Credit Feaver1968 2 | /// Sourced from - http://forum.unity3d.com/threads/scroll-to-the-bottom-of-a-scrollrect-in-code.310919/ 3 | 4 | namespace UnityEngine.UI.Extensions 5 | { 6 | public static class ScrollRectExtensions 7 | { 8 | public static void ScrollToTop(this ScrollRect scrollRect) 9 | { 10 | scrollRect.normalizedPosition = new Vector2(0, 1); 11 | } 12 | public static void ScrollToBottom(this ScrollRect scrollRect) 13 | { 14 | scrollRect.normalizedPosition = new Vector2(0, 0); 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ScrollRectExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9abaa5d90896b4d4a937574b6b3878ab 3 | timeCreated: 1440845965 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ScrollRectLinker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f1f9a7e297738d47b8c6286a737406f 3 | timeCreated: 1440840782 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/ScrollRectTweener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37838caa3fcff7f46a5e1418b35173c2 3 | timeCreated: 1440840781 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/SelectableScaler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65fce2c84ce1eff4383c094d715a7e1b 3 | timeCreated: 1492258094 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/SetPropertyUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d373cce4b1f361a40a126bd74d26ebc9 3 | timeCreated: 1440851864 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/TestCompression.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class TestCompression : MonoBehaviour { 4 | 5 | // Use this for initialization 6 | void Start () { 7 | 8 | } 9 | 10 | // Update is called once per frame 11 | void Update () { 12 | 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/TestCompression.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 585e75d4a56389b4690b3506f37751bc 3 | timeCreated: 1464883584 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/UIExtensionMethods.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08fd87e2db0639a4caf7a053f227a470 3 | timeCreated: 1498086098 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/UIHighlightable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d51a356e057c54d48abe97aa2cee2291 3 | timeCreated: 1499808539 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/UILineConnector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b52ee3a4491f3742bb35fa3eec798d3 3 | timeCreated: 1498085244 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/UIScrollToSelection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b35bd2ce6e015bb4f840cf9267dbe421 3 | timeCreated: 1438721836 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/UIScrollToSelectionXY.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6580683838fcc12479150dd5e76e6b2e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/UISelectableExtension.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bb501adc62c7394fae41ae7a6032eb3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/UI_InfiniteScroll.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61fe0f6272fa94d4eb3dafc6aecd50ff 3 | timeCreated: 1467462282 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/UI_ScrollRectOcclusion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1bb7fb3155d62546a876bd63cdcd81f 3 | timeCreated: 1467462085 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/UI_TweenScale.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61bf9d6fa29ed164e8a1df46e0d40835 3 | timeCreated: 1467462200 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/Utilities/switchToRectTransform.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 977482c1b88728145ba612c0fdec3b92 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/VR Extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c84a253080bc0ec4995041aa5a6656ae 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/VR Extensions/VRCursor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d7a94ee2faf9f04696882b3a2cbf035 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Scripts/VR Extensions/VRInputModule.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 303ab8dad3437bf46814373cfb86cc5d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0873351fdb3a65f43901b3ec088375b0 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/SoftMaskShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 947afae4d36f1274ea2e4098262ceef6 3 | timeCreated: 1444851202 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UI Particle Add.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e064104788d94b349ab13141a30b5660 3 | timeCreated: 1502443970 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UI Particle AddMultiply.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 088bbfd9222ee044cb4e4699336e9ff1 3 | timeCreated: 1502443969 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UI Particle AddSmooth.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c2211b120168e44db4a3a8417013615 3 | timeCreated: 1502443969 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UI Particle Alpha Blend.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3d7d8d71a91071469ad7019e77864d6 3 | timeCreated: 1502443970 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UI Particle Blend.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98fed5ba500a9a04a80325266b9911bb 3 | timeCreated: 1502443970 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UI Particle Multiply.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 320f6bb7bde369b4a85c9d89a9ba5268 3 | timeCreated: 1502443969 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UI Particle MultiplyDouble.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0765ecef58833c3429346a1fee45e4e0 3 | timeCreated: 1502443969 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UI Particle Premultiply Blend.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0596a6838d78f624397b642817cf20bc 3 | timeCreated: 1502443969 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UI Particle VertexLit Blended.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65bbb789ada58ab44aaedbe09687f089 3 | timeCreated: 1502443969 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UIAdditive.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20fb5fa09d4675a4e94314a228763c23 3 | timeCreated: 1464629199 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UIImageCrop.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccf5a0c8f87d3c547aff3daecb3164a4 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UILinearDodge.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3c3af59790cf3749ba49fe1c838c94e 3 | timeCreated: 1464629199 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UIMultiply.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d287872ca8fd776418c28d332df585c3 3 | timeCreated: 1464629200 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UIParticleHidden.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf73a0a4b5ea8994f916cd18a97c564b 3 | timeCreated: 1464476220 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UIScreen.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 227ac21f7763c00489cc458e3938e326 3 | timeCreated: 1464629199 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/Shaders/UISoftAdditive.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb2e16a3d1280334a9e05394e1890f09 3 | timeCreated: 1464629200 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "unity ui extensions", 3 | "version": "2.0.0.0", 4 | "description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community", 5 | "author": "Simon darkside Jackson <@SimonDarksideJ>", 6 | "contributors": [{ 7 | "name": "SimonDarksideJ", 8 | "twitter": "@SimonDarksideJ" 9 | }], 10 | "repository": { 11 | "type": "hg", 12 | "url": "https://ddreaper@bitbucket.org/ddreaper/unity-ui-extensions" 13 | }, 14 | "bugs": { 15 | "url": "https://bitbucket.org/ddreaper/unity-ui-extensions/issues" 16 | }, 17 | "keywords": [ 18 | "Unity3D", 19 | "Unity", 20 | "Unity UI", 21 | "UI Extensions" 22 | ], 23 | "license": "BSD" 24 | } -------------------------------------------------------------------------------- /Assets/theGrahCreator/unity-ui-extensions/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1dbb3faeb54e2a4498b2472b8760548b 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Volume: 1 8 | Rolloff Scale: 1 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_SampleRate: 0 12 | m_DSPBufferSize: 1024 13 | m_VirtualVoiceCount: 512 14 | m_RealVoiceCount: 32 15 | m_EnableOutputSuspension: 1 16 | m_SpatializerPlugin: 17 | m_AmbisonicDecoderPlugin: 18 | m_DisableAudio: 0 19 | m_VirtualizeEffects: 1 20 | m_RequestedDSPBufferSize: 0 21 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | m_configObjects: 9 | com.unity.adaptiveperformance.simulator.provider_settings: {fileID: 11400000, guid: d90ec680e87d308408042a501c23ead5, type: 2} 10 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2021.3.16f1 2 | m_EditorVersionWithRevision: 2021.3.16f1 (4016570cf34f) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: a287be6c49135cd4f9b2b8666c39d999, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | assetDefaultFramerate: 60 16 | m_DefaultFrameRate: 60 17 | -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_StripUpdateShader: {fileID: 0} 10 | m_RenderPipeSettingsPath: 11 | m_FixedTimeStep: 0.016666668 12 | m_MaxDeltaTime: 0.05 13 | m_CompiledVersion: 0 14 | m_RuntimeVersion: 0 15 | m_RuntimeResources: {fileID: 0} 16 | -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /ProjectSettings/boot.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/ff90bd4b7577781d24f043f817a085f503af017e/ProjectSettings/boot.config -------------------------------------------------------------------------------- /UserSettings/Search.settings: -------------------------------------------------------------------------------- 1 | {} --------------------------------------------------------------------------------