├── .gitignore ├── Editor.meta ├── Editor ├── 0 - Basics.colors ├── 0 - Basics.colors.meta ├── 01 - Red.colors ├── 01 - Red.colors.meta ├── 02 - Pink.colors ├── 02 - Pink.colors.meta ├── 03 - Purple.colors ├── 03 - Purple.colors.meta ├── 04 - Deep Purple.colors ├── 04 - Deep Purple.colors.meta ├── 05 - Indigo.colors ├── 05 - Indigo.colors.meta ├── 06 - Blue.colors ├── 06 - Blue.colors.meta ├── 07 - Light Blue.colors ├── 07 - Light Blue.colors.meta ├── 08 - Cyan.colors ├── 08 - Cyan.colors.meta ├── 09 - Teal.colors ├── 09 - Teal.colors.meta ├── 10 - Green.colors ├── 10 - Green.colors.meta ├── 11 - Light Green.colors ├── 11 - Light Green.colors.meta ├── 12 - Lime.colors ├── 12 - Lime.colors.meta ├── 13 - Yellow.colors ├── 13 - Yellow.colors.meta ├── 14 - Amber.colors ├── 14 - Amber.colors.meta ├── 15 - Orange.colors ├── 15 - Orange.colors.meta ├── 16 - Deep Orange.colors ├── 16 - Deep Orange.colors.meta ├── 17 - Brown.colors ├── 17 - Brown.colors.meta ├── 18 - Blue Grey.colors ├── 18 - Blue Grey.colors.meta ├── 19 - Grey.colors ├── 19 - Grey.colors.meta ├── 20 - Text and Detail.colors ├── 20 - Text and Detail.colors.meta ├── CheckboxConfigEditor.cs ├── CheckboxConfigEditor.cs.meta ├── EZAnimEditor.cs ├── EZAnimEditor.cs.meta ├── MaterialUI.Editor.asmdef ├── MaterialUI.Editor.asmdef.meta ├── MaterialUIEditorTools.cs ├── MaterialUIEditorTools.cs.meta ├── RectTransformSnapEditor.cs ├── RectTransformSnapEditor.cs.meta ├── RippleConfigEditor.cs ├── RippleConfigEditor.cs.meta ├── ScreenConfigEditor.cs ├── ScreenConfigEditor.cs.meta ├── ShadowGenEditor.cs ├── ShadowGenEditor.cs.meta ├── SnapButtonToTextEditor.cs ├── SnapButtonToTextEditor.cs.meta ├── TexturePostProcessor.cs └── TexturePostProcessor.cs.meta ├── LICENSE ├── LICENSE.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime ├── ComponentPrefabs.meta ├── ComponentPrefabs │ ├── App Bar.prefab │ ├── App Bar.prefab.meta │ ├── Background.prefab │ ├── Background.prefab.meta │ ├── Button - Flat.prefab │ ├── Button - Flat.prefab.meta │ ├── Button - Raised.prefab │ ├── Button - Raised.prefab.meta │ ├── Canvas.prefab │ ├── Canvas.prefab.meta │ ├── Checkbox.prefab │ ├── Checkbox.prefab.meta │ ├── DialogBox - Normal.prefab │ ├── DialogBox - Normal.prefab.meta │ ├── DialogBox - Scroll.prefab │ ├── DialogBox - Scroll.prefab.meta │ ├── DialogBox - Simple.prefab │ ├── DialogBox - Simple.prefab.meta │ ├── Divider - Dark.prefab │ ├── Divider - Dark.prefab.meta │ ├── Divider - Light.prefab │ ├── Divider - Light.prefab.meta │ ├── EventSystem.prefab │ ├── EventSystem.prefab.meta │ ├── List Item.meta │ ├── List Item │ │ ├── List Item Double Avatar.prefab │ │ ├── List Item Double Avatar.prefab.meta │ │ ├── List Item Double Icon Avatar.prefab │ │ ├── List Item Double Icon Avatar.prefab.meta │ │ ├── List Item Double Icon.prefab │ │ ├── List Item Double Icon.prefab.meta │ │ ├── List Item Double.prefab │ │ ├── List Item Double.prefab.meta │ │ ├── List Item Single Avatar.prefab │ │ ├── List Item Single Avatar.prefab.meta │ │ ├── List Item Single Icon Avatar.prefab │ │ ├── List Item Single Icon Avatar.prefab.meta │ │ ├── List Item Single Icon.prefab │ │ ├── List Item Single Icon.prefab.meta │ │ ├── List Item Single.prefab │ │ ├── List Item Single.prefab.meta │ │ ├── List Item Triple Avatar.prefab │ │ ├── List Item Triple Avatar.prefab.meta │ │ ├── List Item Triple Icon Avatar.prefab │ │ ├── List Item Triple Icon Avatar.prefab.meta │ │ ├── List Item Triple Icon.prefab │ │ ├── List Item Triple Icon.prefab.meta │ │ ├── List Item Triple.prefab │ │ ├── List Item Triple.prefab.meta │ │ ├── ListView.prefab │ │ ├── ListView.prefab.meta │ │ ├── Subheader.prefab │ │ ├── Subheader.prefab.meta │ │ ├── UnderShadow.prefab │ │ └── UnderShadow.prefab.meta │ ├── Nav Drawer.prefab │ ├── Nav Drawer.prefab.meta │ ├── Panel.prefab │ ├── Panel.prefab.meta │ ├── RadioGroup.prefab │ ├── RadioGroup.prefab.meta │ ├── Round Button - Flat.prefab │ ├── Round Button - Flat.prefab.meta │ ├── Round Button - Raised.prefab │ ├── Round Button - Raised.prefab.meta │ ├── Round Button - Small - Flat.prefab │ ├── Round Button - Small - Flat.prefab.meta │ ├── Round Button - Small - Raised.prefab │ ├── Round Button - Small - Raised.prefab.meta │ ├── Screen.prefab │ ├── Screen.prefab.meta │ ├── ScreenManager.prefab │ ├── ScreenManager.prefab.meta │ ├── SelectionBox - Flat.prefab │ ├── SelectionBox - Flat.prefab.meta │ ├── SelectionBox.prefab │ ├── SelectionBox.prefab.meta │ ├── Slider.prefab │ ├── Slider.prefab.meta │ ├── Slider_label.prefab │ ├── Slider_label.prefab.meta │ ├── Slider_label_value.prefab │ ├── Slider_label_value.prefab.meta │ ├── SpinnyArrow Button.prefab │ ├── SpinnyArrow Button.prefab.meta │ ├── Switch.prefab │ ├── Switch.prefab.meta │ ├── Text.prefab │ ├── Text.prefab.meta │ ├── TextInput.prefab │ └── TextInput.prefab.meta ├── Fonts.meta ├── Fonts │ ├── NOTICE.txt │ ├── NOTICE.txt.meta │ ├── Roboto-Black.ttf │ ├── Roboto-Black.ttf.meta │ ├── Roboto-BlackItalic.ttf │ ├── Roboto-BlackItalic.ttf.meta │ ├── Roboto-Bold.ttf │ ├── Roboto-Bold.ttf.meta │ ├── Roboto-BoldCondensed.ttf │ ├── Roboto-BoldCondensed.ttf.meta │ ├── Roboto-BoldCondensedItalic.ttf │ ├── Roboto-BoldCondensedItalic.ttf.meta │ ├── Roboto-BoldItalic.ttf │ ├── Roboto-BoldItalic.ttf.meta │ ├── Roboto-Condensed.ttf │ ├── Roboto-Condensed.ttf.meta │ ├── Roboto-CondensedItalic.ttf │ ├── Roboto-CondensedItalic.ttf.meta │ ├── Roboto-Italic.ttf │ ├── Roboto-Italic.ttf.meta │ ├── Roboto-Light.ttf │ ├── Roboto-Light.ttf.meta │ ├── Roboto-LightItalic.ttf │ ├── Roboto-LightItalic.ttf.meta │ ├── Roboto-Medium.ttf │ ├── Roboto-Medium.ttf.meta │ ├── Roboto-MediumItalic.ttf │ ├── Roboto-MediumItalic.ttf.meta │ ├── Roboto-Regular.ttf │ ├── Roboto-Regular.ttf.meta │ ├── Roboto-Thin.ttf │ ├── Roboto-Thin.ttf.meta │ ├── Roboto-ThinItalic.ttf │ ├── Roboto-ThinItalic.ttf.meta │ ├── RobotoCondensed-Bold.ttf │ ├── RobotoCondensed-Bold.ttf.meta │ ├── RobotoCondensed-BoldItalic.ttf │ ├── RobotoCondensed-BoldItalic.ttf.meta │ ├── RobotoCondensed-Italic.ttf │ ├── RobotoCondensed-Italic.ttf.meta │ ├── RobotoCondensed-Light.ttf │ ├── RobotoCondensed-Light.ttf.meta │ ├── RobotoCondensed-LightItalic.ttf │ ├── RobotoCondensed-LightItalic.ttf.meta │ ├── RobotoCondensed-Regular.ttf │ └── RobotoCondensed-Regular.ttf.meta ├── Images.meta ├── Images │ ├── Checkbox.meta │ ├── Checkbox │ │ ├── Checkbox_Border_100%.png │ │ ├── Checkbox_Border_100%.png.meta │ │ ├── Checkbox_Border_200%.png │ │ ├── Checkbox_Border_200%.png.meta │ │ ├── Checkbox_Border_400%.png │ │ ├── Checkbox_Border_400%.png.meta │ │ ├── Checkbox_Check_100%.png │ │ ├── Checkbox_Check_100%.png.meta │ │ ├── Checkbox_Check_200%.png │ │ ├── Checkbox_Check_200%.png.meta │ │ ├── Checkbox_Check_400%.png │ │ ├── Checkbox_Check_400%.png.meta │ │ ├── checkbox_100%.png │ │ ├── checkbox_100%.png.meta │ │ ├── checkbox_200%.png │ │ ├── checkbox_200%.png.meta │ │ ├── checkbox_400%.png │ │ ├── checkbox_400%.png.meta │ │ ├── checkboxchecked_100%.png │ │ ├── checkboxchecked_100%.png.meta │ │ ├── checkboxchecked_200%.png │ │ ├── checkboxchecked_200%.png.meta │ │ ├── checkboxchecked_400%.png │ │ ├── checkboxchecked_400%.png.meta │ │ ├── checkboxframe_thin_100%.png │ │ ├── checkboxframe_thin_100%.png.meta │ │ ├── checkboxframe_thin_200%.png │ │ ├── checkboxframe_thin_200%.png.meta │ │ ├── checkboxframe_thin_400%.png │ │ └── checkboxframe_thin_400%.png.meta │ ├── Circle.meta │ ├── Circle │ │ ├── 18px.meta │ │ ├── 18px │ │ │ ├── circle_18px_100%.png │ │ │ ├── circle_18px_100%.png.meta │ │ │ ├── circle_18px_200%.png │ │ │ ├── circle_18px_200%.png.meta │ │ │ ├── circle_18px_400%.png │ │ │ └── circle_18px_400%.png.meta │ │ ├── 40px.meta │ │ ├── 40px │ │ │ ├── circle_40px_100%.png │ │ │ ├── circle_40px_100%.png.meta │ │ │ ├── circle_40px_200%.png │ │ │ ├── circle_40px_200%.png.meta │ │ │ ├── circle_40px_400%.png │ │ │ └── circle_40px_400%.png.meta │ │ ├── 56px.meta │ │ └── 56px │ │ │ ├── circle_56px_100%.png │ │ │ ├── circle_56px_100%.png.meta │ │ │ ├── circle_56px_200%.png │ │ │ ├── circle_56px_200%.png.meta │ │ │ ├── circle_56px_400%.png │ │ │ └── circle_56px_400%.png.meta │ ├── Circle_Stroke.meta │ ├── Circle_Stroke │ │ ├── 20px.meta │ │ ├── 20px │ │ │ ├── circle_stroke_20px_100%.png │ │ │ ├── circle_stroke_20px_100%.png.meta │ │ │ ├── circle_stroke_20px_200%.png │ │ │ ├── circle_stroke_20px_200%.png.meta │ │ │ ├── circle_stroke_20px_400%.png │ │ │ └── circle_stroke_20px_400%.png.meta │ │ ├── 40px.meta │ │ ├── 40px │ │ │ ├── circle_stroke_40px_100%.png │ │ │ ├── circle_stroke_40px_100%.png.meta │ │ │ ├── circle_stroke_40px_200%.png │ │ │ ├── circle_stroke_40px_200%.png.meta │ │ │ ├── circle_stroke_40px_400%.png │ │ │ └── circle_stroke_40px_400%.png.meta │ │ ├── 56px.meta │ │ └── 56px │ │ │ ├── circle_stroke_56px_100%.png │ │ │ ├── circle_stroke_56px_100%.png.meta │ │ │ ├── circle_stroke_56px_200%.png │ │ │ ├── circle_stroke_56px_200%.png.meta │ │ │ ├── circle_stroke_56px_400%.png │ │ │ └── circle_stroke_56px_400%.png.meta │ ├── Drawer Image.psd │ ├── Drawer Image.psd.meta │ ├── Icon_Add.meta │ ├── Icon_Add │ │ ├── icon_add_100%.png │ │ ├── icon_add_100%.png.meta │ │ ├── icon_add_200%.png │ │ ├── icon_add_200%.png.meta │ │ ├── icon_add_400%.png │ │ └── icon_add_400%.png.meta │ ├── Icon_Arrow.meta │ ├── Icon_Arrow │ │ ├── ic_arrow_back_24px-100%.png │ │ ├── ic_arrow_back_24px-100%.png.meta │ │ ├── ic_arrow_back_24px-200%.png │ │ ├── ic_arrow_back_24px-200%.png.meta │ │ ├── ic_arrow_back_24px-400%.png │ │ └── ic_arrow_back_24px-400%.png.meta │ ├── InkBlotCircle.meta │ ├── InkBlotCircle │ │ ├── inkblotcircle_100%.png │ │ ├── inkblotcircle_100%.png.meta │ │ ├── inkblotcircle_150%.png │ │ ├── inkblotcircle_150%.png.meta │ │ ├── inkblotcircle_200%.png │ │ ├── inkblotcircle_200%.png.meta │ │ ├── inkblotcircle_25%.png │ │ ├── inkblotcircle_25%.png.meta │ │ ├── inkblotcircle_250%.png │ │ ├── inkblotcircle_250%.png.meta │ │ ├── inkblotcircle_300%.png │ │ ├── inkblotcircle_300%.png.meta │ │ ├── inkblotcircle_350%.png │ │ ├── inkblotcircle_350%.png.meta │ │ ├── inkblotcircle_400%.png │ │ ├── inkblotcircle_400%.png.meta │ │ ├── inkblotcircle_50%.png │ │ └── inkblotcircle_50%.png.meta │ ├── List.meta │ ├── List │ │ ├── list_dropdown_100%.png │ │ ├── list_dropdown_100%.png.meta │ │ ├── list_dropdown_200%.png │ │ ├── list_dropdown_200%.png.meta │ │ ├── list_dropdown_400%.png │ │ └── list_dropdown_400%.png.meta │ ├── Radio.meta │ ├── Radio │ │ ├── radio_dot_100%.png │ │ ├── radio_dot_100%.png.meta │ │ ├── radio_dot_200%.png │ │ ├── radio_dot_200%.png.meta │ │ ├── radio_dot_400%.png │ │ ├── radio_dot_400%.png.meta │ │ ├── radio_ring_100%.png │ │ ├── radio_ring_100%.png.meta │ │ ├── radio_ring_200%.png │ │ ├── radio_ring_200%.png.meta │ │ ├── radio_ring_400%.png │ │ └── radio_ring_400%.png.meta │ ├── RoundedSquare.meta │ ├── RoundedSquare │ │ ├── roundedsquare_100%.png │ │ ├── roundedsquare_100%.png.meta │ │ ├── roundedsquare_200%.png │ │ ├── roundedsquare_200%.png.meta │ │ ├── roundedsquare_400%.png │ │ └── roundedsquare_400%.png.meta │ ├── RoundedSquare_Stroke.meta │ ├── RoundedSquare_Stroke │ │ ├── roundedsquare_stroke_100%.png │ │ ├── roundedsquare_stroke_100%.png.meta │ │ ├── roundedsquare_stroke_200%.png │ │ ├── roundedsquare_stroke_200%.png.meta │ │ ├── roundedsquare_stroke_400%.png │ │ └── roundedsquare_stroke_400%.png.meta │ ├── ShadowLine_Large.psd │ ├── ShadowLine_Large.psd.meta │ ├── ShadowLine_Small.psd │ ├── ShadowLine_Small.psd.meta │ ├── Shadow_Circle.meta │ ├── Shadow_Circle │ │ ├── circle_shadow_1_20px.png │ │ ├── circle_shadow_1_20px.png.meta │ │ ├── circle_shadow_1_40px.png │ │ ├── circle_shadow_1_40px.png.meta │ │ ├── circle_shadow_1_56px.png │ │ ├── circle_shadow_1_56px.png.meta │ │ ├── circle_shadow_2_20px.png │ │ ├── circle_shadow_2_20px.png.meta │ │ ├── circle_shadow_2_40px.png │ │ ├── circle_shadow_2_40px.png.meta │ │ ├── circle_shadow_2_56px.png │ │ ├── circle_shadow_2_56px.png.meta │ │ ├── circle_shadow_3_20px.png │ │ ├── circle_shadow_3_20px.png.meta │ │ ├── circle_shadow_3_40px.png │ │ ├── circle_shadow_3_40px.png.meta │ │ ├── circle_shadow_3_56px.png │ │ └── circle_shadow_3_56px.png.meta │ ├── Shadow_RoundedSquare.meta │ ├── Shadow_RoundedSquare │ │ ├── roundedsquare_shadow_1.png │ │ ├── roundedsquare_shadow_1.png.meta │ │ ├── roundedsquare_shadow_2.png │ │ ├── roundedsquare_shadow_2.png.meta │ │ ├── roundedsquare_shadow_3.png │ │ ├── roundedsquare_shadow_3.png.meta │ │ ├── roundedsquare_shadow_4.psd │ │ └── roundedsquare_shadow_4.psd.meta │ ├── Slider.meta │ ├── Slider │ │ ├── slider_popup_100%.png │ │ ├── slider_popup_100%.png.meta │ │ ├── slider_popup_200%.png │ │ ├── slider_popup_200%.png.meta │ │ ├── slider_popup_400%.png │ │ └── slider_popup_400%.png.meta │ ├── Square_Stroke.meta │ ├── Square_Stroke │ │ ├── square_stroke_100%.png │ │ └── square_stroke_100%.png.meta │ ├── Switch.meta │ ├── Switch │ │ ├── switch_back_100%.png │ │ ├── switch_back_100%.png.meta │ │ ├── switch_back_200%.png │ │ ├── switch_back_200%.png.meta │ │ ├── switch_back_400%.png │ │ └── switch_back_400%.png.meta │ ├── Toast.meta │ └── Toast │ │ ├── toast_100%.png │ │ ├── toast_100%.png.meta │ │ ├── toast_200%.png │ │ ├── toast_200%.png.meta │ │ ├── toast_400%.png │ │ └── toast_400%.png.meta ├── Resources.meta ├── Resources │ ├── InkBlot.prefab │ ├── InkBlot.prefab.meta │ ├── SelectionListItem.prefab │ ├── SelectionListItem.prefab.meta │ ├── Toast.prefab │ └── Toast.prefab.meta ├── Scripts.meta ├── Scripts │ ├── Anim.cs │ ├── Anim.cs.meta │ ├── ButtonInteractableControl.cs │ ├── ButtonInteractableControl.cs.meta │ ├── CheckBoxToggler.cs │ ├── CheckBoxToggler.cs.meta │ ├── CheckboxConfig.cs │ ├── CheckboxConfig.cs.meta │ ├── CheckboxFillerControl.cs │ ├── CheckboxFillerControl.cs.meta │ ├── ColorCopier.cs │ ├── ColorCopier.cs.meta │ ├── DialogBoxConfig.cs │ ├── DialogBoxConfig.cs.meta │ ├── EZAnim.cs │ ├── EZAnim.cs.meta │ ├── FPSCounter.cs │ ├── FPSCounter.cs.meta │ ├── HSBColor.cs │ ├── HSBColor.cs.meta │ ├── InputFieldConfig.cs │ ├── InputFieldConfig.cs.meta │ ├── MaterialGlobals.cs │ ├── MaterialGlobals.cs.meta │ ├── MaterialUIScaler.cs │ ├── MaterialUIScaler.cs.meta │ ├── MaterialUIVersion.cs │ ├── MaterialUIVersion.cs.meta │ ├── MenuArrowAnim.cs │ ├── MenuArrowAnim.cs.meta │ ├── NavDrawerConfig.cs │ ├── NavDrawerConfig.cs.meta │ ├── RadioConfig.cs │ ├── RadioConfig.cs.meta │ ├── RectTransformSnap.cs │ ├── RectTransformSnap.cs.meta │ ├── RippleAnim.cs │ ├── RippleAnim.cs.meta │ ├── RippleConfig.cs │ ├── RippleConfig.cs.meta │ ├── RippleControl.cs │ ├── RippleControl.cs.meta │ ├── ScreenConfig.cs │ ├── ScreenConfig.cs.meta │ ├── ScreenManager.cs │ ├── ScreenManager.cs.meta │ ├── SelectionBoxConfig.cs │ ├── SelectionBoxConfig.cs.meta │ ├── SelectionBoxSubscriber.cs │ ├── SelectionBoxSubscriber.cs.meta │ ├── SelectionListItemConfig.cs │ ├── SelectionListItemConfig.cs.meta │ ├── ShadowAnim.cs │ ├── ShadowAnim.cs.meta │ ├── ShadowConfig.cs │ ├── ShadowConfig.cs.meta │ ├── ShadowGen.cs │ ├── ShadowGen.cs.meta │ ├── ShadowSnap.cs │ ├── ShadowSnap.cs.meta │ ├── SliderConfig.cs │ ├── SliderConfig.cs.meta │ ├── SnapButtonToText.cs │ ├── SnapButtonToText.cs.meta │ ├── SpriteSwapper.cs │ ├── SpriteSwapper.cs.meta │ ├── SwitchConfig.cs │ ├── SwitchConfig.cs.meta │ ├── TextInputLine.cs │ ├── TextInputLine.cs.meta │ ├── ToastAnim.cs │ ├── ToastAnim.cs.meta │ ├── ToastControl.cs │ ├── ToastControl.cs.meta │ ├── Toaster.cs │ ├── Toaster.cs.meta │ ├── ToggleConfig.cs │ ├── ToggleConfig.cs.meta │ ├── ToggleTextChanger.cs │ └── ToggleTextChanger.cs.meta ├── StarterScene.unity └── StarterScene.unity.meta ├── Samples~ ├── Examples.meta └── Examples │ ├── 00 - Empty.unity │ ├── 00 - Empty.unity.meta │ ├── 01 - Buttons.unity │ ├── 01 - Buttons.unity.meta │ ├── 02 - Checkboxes.unity │ ├── 02 - Checkboxes.unity.meta │ ├── 03 - Switches.unity │ ├── 03 - Switches.unity.meta │ ├── 04 - RadioButtons.unity │ ├── 04 - RadioButtons.unity.meta │ ├── 05 - Sliders.unity │ ├── 05 - Sliders.unity.meta │ ├── Images.meta │ ├── Images │ ├── Icon_Cake_100%.png │ ├── Icon_Cake_100%.png.meta │ ├── Icon_Cake_200%.png │ ├── Icon_Cake_200%.png.meta │ ├── Icon_Cake_400%.png │ ├── Icon_Cake_400%.png.meta │ ├── ic_account_box_24px-100%.png │ ├── ic_account_box_24px-100%.png.meta │ ├── ic_account_box_24px-200%.png │ ├── ic_account_box_24px-200%.png.meta │ ├── ic_account_box_24px-400%.png │ └── ic_account_box_24px-400%.png.meta │ ├── Prefabs.meta │ ├── Prefabs │ ├── 04 - RadioButton.meta │ └── 04 - RadioButton │ │ ├── RadioButtonDraft.prefab │ │ └── RadioButtonDraft.prefab.meta │ ├── Scripts.meta │ ├── Scripts │ ├── 04 - RadioButton.meta │ ├── 04 - RadioButton │ │ ├── Example04.cs │ │ └── Example04.cs.meta │ ├── 05 - Sliders.meta │ ├── 05 - Sliders │ │ ├── Example05.cs │ │ └── Example05.cs.meta │ ├── xx - SelectionBoxes.meta │ └── xx - SelectionBoxes │ │ ├── RefreshSelectionBox.cs │ │ └── RefreshSelectionBox.cs.meta │ ├── xx - SelectionBoxes.unity │ └── xx - SelectionBoxes.unity.meta ├── UIMaterialElements.asmdef ├── UIMaterialElements.asmdef.meta ├── package.json └── package.json.meta /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/.gitignore -------------------------------------------------------------------------------- /Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor.meta -------------------------------------------------------------------------------- /Editor/0 - Basics.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/0 - Basics.colors -------------------------------------------------------------------------------- /Editor/0 - Basics.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/0 - Basics.colors.meta -------------------------------------------------------------------------------- /Editor/01 - Red.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/01 - Red.colors -------------------------------------------------------------------------------- /Editor/01 - Red.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/01 - Red.colors.meta -------------------------------------------------------------------------------- /Editor/02 - Pink.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/02 - Pink.colors -------------------------------------------------------------------------------- /Editor/02 - Pink.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/02 - Pink.colors.meta -------------------------------------------------------------------------------- /Editor/03 - Purple.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/03 - Purple.colors -------------------------------------------------------------------------------- /Editor/03 - Purple.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/03 - Purple.colors.meta -------------------------------------------------------------------------------- /Editor/04 - Deep Purple.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/04 - Deep Purple.colors -------------------------------------------------------------------------------- /Editor/04 - Deep Purple.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/04 - Deep Purple.colors.meta -------------------------------------------------------------------------------- /Editor/05 - Indigo.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/05 - Indigo.colors -------------------------------------------------------------------------------- /Editor/05 - Indigo.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/05 - Indigo.colors.meta -------------------------------------------------------------------------------- /Editor/06 - Blue.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/06 - Blue.colors -------------------------------------------------------------------------------- /Editor/06 - Blue.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/06 - Blue.colors.meta -------------------------------------------------------------------------------- /Editor/07 - Light Blue.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/07 - Light Blue.colors -------------------------------------------------------------------------------- /Editor/07 - Light Blue.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/07 - Light Blue.colors.meta -------------------------------------------------------------------------------- /Editor/08 - Cyan.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/08 - Cyan.colors -------------------------------------------------------------------------------- /Editor/08 - Cyan.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/08 - Cyan.colors.meta -------------------------------------------------------------------------------- /Editor/09 - Teal.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/09 - Teal.colors -------------------------------------------------------------------------------- /Editor/09 - Teal.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/09 - Teal.colors.meta -------------------------------------------------------------------------------- /Editor/10 - Green.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/10 - Green.colors -------------------------------------------------------------------------------- /Editor/10 - Green.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/10 - Green.colors.meta -------------------------------------------------------------------------------- /Editor/11 - Light Green.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/11 - Light Green.colors -------------------------------------------------------------------------------- /Editor/11 - Light Green.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/11 - Light Green.colors.meta -------------------------------------------------------------------------------- /Editor/12 - Lime.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/12 - Lime.colors -------------------------------------------------------------------------------- /Editor/12 - Lime.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/12 - Lime.colors.meta -------------------------------------------------------------------------------- /Editor/13 - Yellow.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/13 - Yellow.colors -------------------------------------------------------------------------------- /Editor/13 - Yellow.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/13 - Yellow.colors.meta -------------------------------------------------------------------------------- /Editor/14 - Amber.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/14 - Amber.colors -------------------------------------------------------------------------------- /Editor/14 - Amber.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/14 - Amber.colors.meta -------------------------------------------------------------------------------- /Editor/15 - Orange.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/15 - Orange.colors -------------------------------------------------------------------------------- /Editor/15 - Orange.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/15 - Orange.colors.meta -------------------------------------------------------------------------------- /Editor/16 - Deep Orange.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/16 - Deep Orange.colors -------------------------------------------------------------------------------- /Editor/16 - Deep Orange.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/16 - Deep Orange.colors.meta -------------------------------------------------------------------------------- /Editor/17 - Brown.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/17 - Brown.colors -------------------------------------------------------------------------------- /Editor/17 - Brown.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/17 - Brown.colors.meta -------------------------------------------------------------------------------- /Editor/18 - Blue Grey.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/18 - Blue Grey.colors -------------------------------------------------------------------------------- /Editor/18 - Blue Grey.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/18 - Blue Grey.colors.meta -------------------------------------------------------------------------------- /Editor/19 - Grey.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/19 - Grey.colors -------------------------------------------------------------------------------- /Editor/19 - Grey.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/19 - Grey.colors.meta -------------------------------------------------------------------------------- /Editor/20 - Text and Detail.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/20 - Text and Detail.colors -------------------------------------------------------------------------------- /Editor/20 - Text and Detail.colors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/20 - Text and Detail.colors.meta -------------------------------------------------------------------------------- /Editor/CheckboxConfigEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/CheckboxConfigEditor.cs -------------------------------------------------------------------------------- /Editor/CheckboxConfigEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/CheckboxConfigEditor.cs.meta -------------------------------------------------------------------------------- /Editor/EZAnimEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/EZAnimEditor.cs -------------------------------------------------------------------------------- /Editor/EZAnimEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/EZAnimEditor.cs.meta -------------------------------------------------------------------------------- /Editor/MaterialUI.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/MaterialUI.Editor.asmdef -------------------------------------------------------------------------------- /Editor/MaterialUI.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/MaterialUI.Editor.asmdef.meta -------------------------------------------------------------------------------- /Editor/MaterialUIEditorTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/MaterialUIEditorTools.cs -------------------------------------------------------------------------------- /Editor/MaterialUIEditorTools.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/MaterialUIEditorTools.cs.meta -------------------------------------------------------------------------------- /Editor/RectTransformSnapEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/RectTransformSnapEditor.cs -------------------------------------------------------------------------------- /Editor/RectTransformSnapEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/RectTransformSnapEditor.cs.meta -------------------------------------------------------------------------------- /Editor/RippleConfigEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/RippleConfigEditor.cs -------------------------------------------------------------------------------- /Editor/RippleConfigEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/RippleConfigEditor.cs.meta -------------------------------------------------------------------------------- /Editor/ScreenConfigEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/ScreenConfigEditor.cs -------------------------------------------------------------------------------- /Editor/ScreenConfigEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/ScreenConfigEditor.cs.meta -------------------------------------------------------------------------------- /Editor/ShadowGenEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/ShadowGenEditor.cs -------------------------------------------------------------------------------- /Editor/ShadowGenEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/ShadowGenEditor.cs.meta -------------------------------------------------------------------------------- /Editor/SnapButtonToTextEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/SnapButtonToTextEditor.cs -------------------------------------------------------------------------------- /Editor/SnapButtonToTextEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/SnapButtonToTextEditor.cs.meta -------------------------------------------------------------------------------- /Editor/TexturePostProcessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/TexturePostProcessor.cs -------------------------------------------------------------------------------- /Editor/TexturePostProcessor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Editor/TexturePostProcessor.cs.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/LICENSE.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/README.md.meta -------------------------------------------------------------------------------- /Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/App Bar.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/App Bar.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/App Bar.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/App Bar.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Background.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Background.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Background.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Background.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Button - Flat.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Button - Flat.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Button - Flat.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Button - Flat.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Button - Raised.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Button - Raised.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Button - Raised.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Button - Raised.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Canvas.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Canvas.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Canvas.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Canvas.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Checkbox.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Checkbox.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Checkbox.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Checkbox.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/DialogBox - Normal.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/DialogBox - Normal.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/DialogBox - Normal.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/DialogBox - Normal.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/DialogBox - Scroll.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/DialogBox - Scroll.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/DialogBox - Scroll.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/DialogBox - Scroll.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/DialogBox - Simple.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/DialogBox - Simple.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/DialogBox - Simple.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/DialogBox - Simple.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Divider - Dark.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Divider - Dark.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Divider - Dark.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Divider - Dark.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Divider - Light.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Divider - Light.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Divider - Light.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Divider - Light.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/EventSystem.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/EventSystem.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/EventSystem.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/EventSystem.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Double Avatar.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Double Avatar.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Double Avatar.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Double Avatar.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Double Icon Avatar.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Double Icon Avatar.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Double Icon Avatar.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Double Icon Avatar.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Double Icon.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Double Icon.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Double Icon.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Double Icon.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Double.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Double.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Double.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Double.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Single Avatar.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Single Avatar.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Single Avatar.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Single Avatar.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Single Icon Avatar.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Single Icon Avatar.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Single Icon Avatar.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Single Icon Avatar.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Single Icon.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Single Icon.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Single Icon.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Single Icon.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Single.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Single.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Single.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Single.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Triple Avatar.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Triple Avatar.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Triple Avatar.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Triple Avatar.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Triple Icon Avatar.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Triple Icon Avatar.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Triple Icon Avatar.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Triple Icon Avatar.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Triple Icon.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Triple Icon.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Triple Icon.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Triple Icon.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Triple.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Triple.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/List Item Triple.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/List Item Triple.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/ListView.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/ListView.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/ListView.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/ListView.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/Subheader.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/Subheader.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/Subheader.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/Subheader.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/UnderShadow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/UnderShadow.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/List Item/UnderShadow.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/List Item/UnderShadow.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Nav Drawer.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Nav Drawer.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Nav Drawer.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Nav Drawer.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Panel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Panel.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Panel.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Panel.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/RadioGroup.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/RadioGroup.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/RadioGroup.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/RadioGroup.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Round Button - Flat.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Round Button - Flat.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Round Button - Flat.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Round Button - Flat.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Round Button - Raised.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Round Button - Raised.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Round Button - Raised.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Round Button - Raised.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Round Button - Small - Flat.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Round Button - Small - Flat.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Round Button - Small - Flat.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Round Button - Small - Flat.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Round Button - Small - Raised.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Round Button - Small - Raised.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Round Button - Small - Raised.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Round Button - Small - Raised.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Screen.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Screen.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Screen.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Screen.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/ScreenManager.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/ScreenManager.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/ScreenManager.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/ScreenManager.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/SelectionBox - Flat.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/SelectionBox - Flat.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/SelectionBox - Flat.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/SelectionBox - Flat.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/SelectionBox.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/SelectionBox.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/SelectionBox.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/SelectionBox.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Slider.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Slider.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Slider.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Slider.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Slider_label.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Slider_label.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Slider_label.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Slider_label.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Slider_label_value.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Slider_label_value.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Slider_label_value.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Slider_label_value.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/SpinnyArrow Button.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/SpinnyArrow Button.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/SpinnyArrow Button.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/SpinnyArrow Button.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Switch.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Switch.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Switch.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Switch.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Text.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/Text.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/Text.prefab.meta -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/TextInput.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/TextInput.prefab -------------------------------------------------------------------------------- /Runtime/ComponentPrefabs/TextInput.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/ComponentPrefabs/TextInput.prefab.meta -------------------------------------------------------------------------------- /Runtime/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts.meta -------------------------------------------------------------------------------- /Runtime/Fonts/NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/NOTICE.txt -------------------------------------------------------------------------------- /Runtime/Fonts/NOTICE.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/NOTICE.txt.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Black.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Black.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Black.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-BlackItalic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-BlackItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-BlackItalic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Bold.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Bold.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-BoldCondensed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-BoldCondensed.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-BoldCondensed.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-BoldCondensed.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-BoldCondensedItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-BoldCondensedItalic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-BoldCondensedItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-BoldCondensedItalic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-BoldItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-BoldItalic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Condensed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Condensed.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Condensed.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Condensed.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-CondensedItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-CondensedItalic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-CondensedItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-CondensedItalic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Italic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Italic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Italic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Light.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Light.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Light.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-LightItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-LightItalic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Medium.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Medium.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-MediumItalic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-MediumItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-MediumItalic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Regular.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Regular.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Thin.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-Thin.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-Thin.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-ThinItalic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/Roboto-ThinItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/Roboto-ThinItalic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-Bold.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-Bold.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-Bold.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-BoldItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-BoldItalic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-Italic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-Italic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-Italic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-Light.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-Light.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-Light.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-LightItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-LightItalic.ttf.meta -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-Regular.ttf -------------------------------------------------------------------------------- /Runtime/Fonts/RobotoCondensed-Regular.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Fonts/RobotoCondensed-Regular.ttf.meta -------------------------------------------------------------------------------- /Runtime/Images.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Border_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Border_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Border_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Border_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Border_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Border_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Border_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Border_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Border_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Border_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Border_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Border_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Check_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Check_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Check_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Check_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Check_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Check_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Check_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Check_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Check_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Check_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/Checkbox_Check_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/Checkbox_Check_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkbox_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkbox_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkbox_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkbox_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkbox_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkbox_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkbox_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkbox_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkbox_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkbox_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkbox_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkbox_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxchecked_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxchecked_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxchecked_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxchecked_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxchecked_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxchecked_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxchecked_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxchecked_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxchecked_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxchecked_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxchecked_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxchecked_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxframe_thin_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxframe_thin_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxframe_thin_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxframe_thin_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxframe_thin_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxframe_thin_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxframe_thin_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxframe_thin_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxframe_thin_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxframe_thin_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Checkbox/checkboxframe_thin_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Checkbox/checkboxframe_thin_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/18px.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/18px.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/18px/circle_18px_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/18px/circle_18px_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle/18px/circle_18px_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/18px/circle_18px_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/18px/circle_18px_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/18px/circle_18px_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle/18px/circle_18px_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/18px/circle_18px_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/18px/circle_18px_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/18px/circle_18px_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle/18px/circle_18px_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/18px/circle_18px_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/40px.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/40px.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/40px/circle_40px_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/40px/circle_40px_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle/40px/circle_40px_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/40px/circle_40px_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/40px/circle_40px_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/40px/circle_40px_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle/40px/circle_40px_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/40px/circle_40px_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/40px/circle_40px_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/40px/circle_40px_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle/40px/circle_40px_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/40px/circle_40px_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/56px.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/56px.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/56px/circle_56px_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/56px/circle_56px_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle/56px/circle_56px_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/56px/circle_56px_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/56px/circle_56px_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/56px/circle_56px_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle/56px/circle_56px_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/56px/circle_56px_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle/56px/circle_56px_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/56px/circle_56px_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle/56px/circle_56px_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle/56px/circle_56px_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/20px.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/20px.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/20px/circle_stroke_20px_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/40px.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/40px.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/40px/circle_stroke_40px_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/56px.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/56px.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Circle_Stroke/56px/circle_stroke_56px_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Drawer Image.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Drawer Image.psd -------------------------------------------------------------------------------- /Runtime/Images/Drawer Image.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Drawer Image.psd.meta -------------------------------------------------------------------------------- /Runtime/Images/Icon_Add.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Add.meta -------------------------------------------------------------------------------- /Runtime/Images/Icon_Add/icon_add_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Add/icon_add_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Icon_Add/icon_add_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Add/icon_add_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Icon_Add/icon_add_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Add/icon_add_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Icon_Add/icon_add_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Add/icon_add_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Icon_Add/icon_add_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Add/icon_add_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Icon_Add/icon_add_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Add/icon_add_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Icon_Arrow.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Arrow.meta -------------------------------------------------------------------------------- /Runtime/Images/Icon_Arrow/ic_arrow_back_24px-100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Arrow/ic_arrow_back_24px-100%.png -------------------------------------------------------------------------------- /Runtime/Images/Icon_Arrow/ic_arrow_back_24px-100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Arrow/ic_arrow_back_24px-100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Icon_Arrow/ic_arrow_back_24px-200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Arrow/ic_arrow_back_24px-200%.png -------------------------------------------------------------------------------- /Runtime/Images/Icon_Arrow/ic_arrow_back_24px-200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Arrow/ic_arrow_back_24px-200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Icon_Arrow/ic_arrow_back_24px-400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Arrow/ic_arrow_back_24px-400%.png -------------------------------------------------------------------------------- /Runtime/Images/Icon_Arrow/ic_arrow_back_24px-400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Icon_Arrow/ic_arrow_back_24px-400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_100%.png -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_150%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_150%.png -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_150%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_150%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_200%.png -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_25%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_25%.png -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_25%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_25%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_250%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_250%.png -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_250%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_250%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_300%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_300%.png -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_300%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_300%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_350%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_350%.png -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_350%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_350%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_400%.png -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_50%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_50%.png -------------------------------------------------------------------------------- /Runtime/Images/InkBlotCircle/inkblotcircle_50%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/InkBlotCircle/inkblotcircle_50%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/List.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/List.meta -------------------------------------------------------------------------------- /Runtime/Images/List/list_dropdown_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/List/list_dropdown_100%.png -------------------------------------------------------------------------------- /Runtime/Images/List/list_dropdown_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/List/list_dropdown_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/List/list_dropdown_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/List/list_dropdown_200%.png -------------------------------------------------------------------------------- /Runtime/Images/List/list_dropdown_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/List/list_dropdown_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/List/list_dropdown_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/List/list_dropdown_400%.png -------------------------------------------------------------------------------- /Runtime/Images/List/list_dropdown_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/List/list_dropdown_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Radio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio.meta -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_dot_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_dot_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_dot_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_dot_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_dot_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_dot_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_dot_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_dot_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_dot_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_dot_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_dot_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_dot_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_ring_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_ring_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_ring_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_ring_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_ring_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_ring_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_ring_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_ring_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_ring_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_ring_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Radio/radio_ring_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Radio/radio_ring_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare.meta -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare/roundedsquare_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare/roundedsquare_100%.png -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare/roundedsquare_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare/roundedsquare_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare/roundedsquare_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare/roundedsquare_200%.png -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare/roundedsquare_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare/roundedsquare_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare/roundedsquare_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare/roundedsquare_400%.png -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare/roundedsquare_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare/roundedsquare_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare_Stroke.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare_Stroke.meta -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_100%.png -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_200%.png -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_400%.png -------------------------------------------------------------------------------- /Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/RoundedSquare_Stroke/roundedsquare_stroke_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/ShadowLine_Large.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/ShadowLine_Large.psd -------------------------------------------------------------------------------- /Runtime/Images/ShadowLine_Large.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/ShadowLine_Large.psd.meta -------------------------------------------------------------------------------- /Runtime/Images/ShadowLine_Small.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/ShadowLine_Small.psd -------------------------------------------------------------------------------- /Runtime/Images/ShadowLine_Small.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/ShadowLine_Small.psd.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_1_20px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_1_20px.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_1_20px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_1_20px.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_1_40px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_1_40px.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_1_40px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_1_40px.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_1_56px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_1_56px.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_1_56px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_1_56px.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_2_20px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_2_20px.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_2_20px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_2_20px.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_2_40px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_2_40px.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_2_40px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_2_40px.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_2_56px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_2_56px.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_2_56px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_2_56px.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_3_20px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_3_20px.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_3_20px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_3_20px.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_3_40px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_3_40px.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_3_40px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_3_40px.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_3_56px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_3_56px.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_Circle/circle_shadow_3_56px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_Circle/circle_shadow_3_56px.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_RoundedSquare.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_RoundedSquare.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_1.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_1.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_2.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_2.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_3.png -------------------------------------------------------------------------------- /Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_3.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_4.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_4.psd -------------------------------------------------------------------------------- /Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_4.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Shadow_RoundedSquare/roundedsquare_shadow_4.psd.meta -------------------------------------------------------------------------------- /Runtime/Images/Slider.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Slider.meta -------------------------------------------------------------------------------- /Runtime/Images/Slider/slider_popup_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Slider/slider_popup_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Slider/slider_popup_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Slider/slider_popup_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Slider/slider_popup_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Slider/slider_popup_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Slider/slider_popup_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Slider/slider_popup_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Slider/slider_popup_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Slider/slider_popup_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Slider/slider_popup_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Slider/slider_popup_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Square_Stroke.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Square_Stroke.meta -------------------------------------------------------------------------------- /Runtime/Images/Square_Stroke/square_stroke_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Square_Stroke/square_stroke_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Square_Stroke/square_stroke_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Square_Stroke/square_stroke_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Switch.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Switch.meta -------------------------------------------------------------------------------- /Runtime/Images/Switch/switch_back_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Switch/switch_back_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Switch/switch_back_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Switch/switch_back_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Switch/switch_back_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Switch/switch_back_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Switch/switch_back_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Switch/switch_back_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Switch/switch_back_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Switch/switch_back_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Switch/switch_back_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Switch/switch_back_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Toast.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Toast.meta -------------------------------------------------------------------------------- /Runtime/Images/Toast/toast_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Toast/toast_100%.png -------------------------------------------------------------------------------- /Runtime/Images/Toast/toast_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Toast/toast_100%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Toast/toast_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Toast/toast_200%.png -------------------------------------------------------------------------------- /Runtime/Images/Toast/toast_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Toast/toast_200%.png.meta -------------------------------------------------------------------------------- /Runtime/Images/Toast/toast_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Toast/toast_400%.png -------------------------------------------------------------------------------- /Runtime/Images/Toast/toast_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Images/Toast/toast_400%.png.meta -------------------------------------------------------------------------------- /Runtime/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Resources.meta -------------------------------------------------------------------------------- /Runtime/Resources/InkBlot.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Resources/InkBlot.prefab -------------------------------------------------------------------------------- /Runtime/Resources/InkBlot.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Resources/InkBlot.prefab.meta -------------------------------------------------------------------------------- /Runtime/Resources/SelectionListItem.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Resources/SelectionListItem.prefab -------------------------------------------------------------------------------- /Runtime/Resources/SelectionListItem.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Resources/SelectionListItem.prefab.meta -------------------------------------------------------------------------------- /Runtime/Resources/Toast.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Resources/Toast.prefab -------------------------------------------------------------------------------- /Runtime/Resources/Toast.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Resources/Toast.prefab.meta -------------------------------------------------------------------------------- /Runtime/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts.meta -------------------------------------------------------------------------------- /Runtime/Scripts/Anim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/Anim.cs -------------------------------------------------------------------------------- /Runtime/Scripts/Anim.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/Anim.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ButtonInteractableControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ButtonInteractableControl.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ButtonInteractableControl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ButtonInteractableControl.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/CheckBoxToggler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/CheckBoxToggler.cs -------------------------------------------------------------------------------- /Runtime/Scripts/CheckBoxToggler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/CheckBoxToggler.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/CheckboxConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/CheckboxConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/CheckboxConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/CheckboxConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/CheckboxFillerControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/CheckboxFillerControl.cs -------------------------------------------------------------------------------- /Runtime/Scripts/CheckboxFillerControl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/CheckboxFillerControl.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ColorCopier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ColorCopier.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ColorCopier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ColorCopier.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/DialogBoxConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/DialogBoxConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/DialogBoxConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/DialogBoxConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/EZAnim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/EZAnim.cs -------------------------------------------------------------------------------- /Runtime/Scripts/EZAnim.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/EZAnim.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/FPSCounter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/FPSCounter.cs -------------------------------------------------------------------------------- /Runtime/Scripts/FPSCounter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/FPSCounter.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/HSBColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/HSBColor.cs -------------------------------------------------------------------------------- /Runtime/Scripts/HSBColor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/HSBColor.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/InputFieldConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/InputFieldConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/InputFieldConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/InputFieldConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/MaterialGlobals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/MaterialGlobals.cs -------------------------------------------------------------------------------- /Runtime/Scripts/MaterialGlobals.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/MaterialGlobals.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/MaterialUIScaler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/MaterialUIScaler.cs -------------------------------------------------------------------------------- /Runtime/Scripts/MaterialUIScaler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/MaterialUIScaler.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/MaterialUIVersion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/MaterialUIVersion.cs -------------------------------------------------------------------------------- /Runtime/Scripts/MaterialUIVersion.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/MaterialUIVersion.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/MenuArrowAnim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/MenuArrowAnim.cs -------------------------------------------------------------------------------- /Runtime/Scripts/MenuArrowAnim.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/MenuArrowAnim.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/NavDrawerConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/NavDrawerConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/NavDrawerConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/NavDrawerConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/RadioConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RadioConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/RadioConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RadioConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/RectTransformSnap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RectTransformSnap.cs -------------------------------------------------------------------------------- /Runtime/Scripts/RectTransformSnap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RectTransformSnap.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/RippleAnim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RippleAnim.cs -------------------------------------------------------------------------------- /Runtime/Scripts/RippleAnim.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RippleAnim.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/RippleConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RippleConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/RippleConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RippleConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/RippleControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RippleControl.cs -------------------------------------------------------------------------------- /Runtime/Scripts/RippleControl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/RippleControl.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ScreenConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ScreenConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ScreenConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ScreenConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ScreenManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ScreenManager.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ScreenManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ScreenManager.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/SelectionBoxConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SelectionBoxConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/SelectionBoxConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SelectionBoxConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/SelectionBoxSubscriber.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SelectionBoxSubscriber.cs -------------------------------------------------------------------------------- /Runtime/Scripts/SelectionBoxSubscriber.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SelectionBoxSubscriber.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/SelectionListItemConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SelectionListItemConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/SelectionListItemConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SelectionListItemConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ShadowAnim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ShadowAnim.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ShadowAnim.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ShadowAnim.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ShadowConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ShadowConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ShadowConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ShadowConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ShadowGen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ShadowGen.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ShadowGen.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ShadowGen.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ShadowSnap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ShadowSnap.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ShadowSnap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ShadowSnap.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/SliderConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SliderConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/SliderConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SliderConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/SnapButtonToText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SnapButtonToText.cs -------------------------------------------------------------------------------- /Runtime/Scripts/SnapButtonToText.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SnapButtonToText.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/SpriteSwapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SpriteSwapper.cs -------------------------------------------------------------------------------- /Runtime/Scripts/SpriteSwapper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SpriteSwapper.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/SwitchConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SwitchConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/SwitchConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/SwitchConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/TextInputLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/TextInputLine.cs -------------------------------------------------------------------------------- /Runtime/Scripts/TextInputLine.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/TextInputLine.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ToastAnim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ToastAnim.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ToastAnim.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ToastAnim.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ToastControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ToastControl.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ToastControl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ToastControl.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/Toaster.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/Toaster.cs -------------------------------------------------------------------------------- /Runtime/Scripts/Toaster.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/Toaster.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ToggleConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ToggleConfig.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ToggleConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ToggleConfig.cs.meta -------------------------------------------------------------------------------- /Runtime/Scripts/ToggleTextChanger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ToggleTextChanger.cs -------------------------------------------------------------------------------- /Runtime/Scripts/ToggleTextChanger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/Scripts/ToggleTextChanger.cs.meta -------------------------------------------------------------------------------- /Runtime/StarterScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/StarterScene.unity -------------------------------------------------------------------------------- /Runtime/StarterScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Runtime/StarterScene.unity.meta -------------------------------------------------------------------------------- /Samples~/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples.meta -------------------------------------------------------------------------------- /Samples~/Examples/00 - Empty.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/00 - Empty.unity -------------------------------------------------------------------------------- /Samples~/Examples/00 - Empty.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/00 - Empty.unity.meta -------------------------------------------------------------------------------- /Samples~/Examples/01 - Buttons.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/01 - Buttons.unity -------------------------------------------------------------------------------- /Samples~/Examples/01 - Buttons.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/01 - Buttons.unity.meta -------------------------------------------------------------------------------- /Samples~/Examples/02 - Checkboxes.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/02 - Checkboxes.unity -------------------------------------------------------------------------------- /Samples~/Examples/02 - Checkboxes.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/02 - Checkboxes.unity.meta -------------------------------------------------------------------------------- /Samples~/Examples/03 - Switches.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/03 - Switches.unity -------------------------------------------------------------------------------- /Samples~/Examples/03 - Switches.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/03 - Switches.unity.meta -------------------------------------------------------------------------------- /Samples~/Examples/04 - RadioButtons.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/04 - RadioButtons.unity -------------------------------------------------------------------------------- /Samples~/Examples/04 - RadioButtons.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/04 - RadioButtons.unity.meta -------------------------------------------------------------------------------- /Samples~/Examples/05 - Sliders.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/05 - Sliders.unity -------------------------------------------------------------------------------- /Samples~/Examples/05 - Sliders.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/05 - Sliders.unity.meta -------------------------------------------------------------------------------- /Samples~/Examples/Images.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images.meta -------------------------------------------------------------------------------- /Samples~/Examples/Images/Icon_Cake_100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/Icon_Cake_100%.png -------------------------------------------------------------------------------- /Samples~/Examples/Images/Icon_Cake_100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/Icon_Cake_100%.png.meta -------------------------------------------------------------------------------- /Samples~/Examples/Images/Icon_Cake_200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/Icon_Cake_200%.png -------------------------------------------------------------------------------- /Samples~/Examples/Images/Icon_Cake_200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/Icon_Cake_200%.png.meta -------------------------------------------------------------------------------- /Samples~/Examples/Images/Icon_Cake_400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/Icon_Cake_400%.png -------------------------------------------------------------------------------- /Samples~/Examples/Images/Icon_Cake_400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/Icon_Cake_400%.png.meta -------------------------------------------------------------------------------- /Samples~/Examples/Images/ic_account_box_24px-100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/ic_account_box_24px-100%.png -------------------------------------------------------------------------------- /Samples~/Examples/Images/ic_account_box_24px-100%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/ic_account_box_24px-100%.png.meta -------------------------------------------------------------------------------- /Samples~/Examples/Images/ic_account_box_24px-200%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/ic_account_box_24px-200%.png -------------------------------------------------------------------------------- /Samples~/Examples/Images/ic_account_box_24px-200%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/ic_account_box_24px-200%.png.meta -------------------------------------------------------------------------------- /Samples~/Examples/Images/ic_account_box_24px-400%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/ic_account_box_24px-400%.png -------------------------------------------------------------------------------- /Samples~/Examples/Images/ic_account_box_24px-400%.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Images/ic_account_box_24px-400%.png.meta -------------------------------------------------------------------------------- /Samples~/Examples/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Prefabs.meta -------------------------------------------------------------------------------- /Samples~/Examples/Prefabs/04 - RadioButton.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Prefabs/04 - RadioButton.meta -------------------------------------------------------------------------------- /Samples~/Examples/Prefabs/04 - RadioButton/RadioButtonDraft.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Prefabs/04 - RadioButton/RadioButtonDraft.prefab -------------------------------------------------------------------------------- /Samples~/Examples/Prefabs/04 - RadioButton/RadioButtonDraft.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Prefabs/04 - RadioButton/RadioButtonDraft.prefab.meta -------------------------------------------------------------------------------- /Samples~/Examples/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts.meta -------------------------------------------------------------------------------- /Samples~/Examples/Scripts/04 - RadioButton.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts/04 - RadioButton.meta -------------------------------------------------------------------------------- /Samples~/Examples/Scripts/04 - RadioButton/Example04.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts/04 - RadioButton/Example04.cs -------------------------------------------------------------------------------- /Samples~/Examples/Scripts/04 - RadioButton/Example04.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts/04 - RadioButton/Example04.cs.meta -------------------------------------------------------------------------------- /Samples~/Examples/Scripts/05 - Sliders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts/05 - Sliders.meta -------------------------------------------------------------------------------- /Samples~/Examples/Scripts/05 - Sliders/Example05.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts/05 - Sliders/Example05.cs -------------------------------------------------------------------------------- /Samples~/Examples/Scripts/05 - Sliders/Example05.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts/05 - Sliders/Example05.cs.meta -------------------------------------------------------------------------------- /Samples~/Examples/Scripts/xx - SelectionBoxes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts/xx - SelectionBoxes.meta -------------------------------------------------------------------------------- /Samples~/Examples/Scripts/xx - SelectionBoxes/RefreshSelectionBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts/xx - SelectionBoxes/RefreshSelectionBox.cs -------------------------------------------------------------------------------- /Samples~/Examples/Scripts/xx - SelectionBoxes/RefreshSelectionBox.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/Scripts/xx - SelectionBoxes/RefreshSelectionBox.cs.meta -------------------------------------------------------------------------------- /Samples~/Examples/xx - SelectionBoxes.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/xx - SelectionBoxes.unity -------------------------------------------------------------------------------- /Samples~/Examples/xx - SelectionBoxes.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/Samples~/Examples/xx - SelectionBoxes.unity.meta -------------------------------------------------------------------------------- /UIMaterialElements.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/UIMaterialElements.asmdef -------------------------------------------------------------------------------- /UIMaterialElements.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/UIMaterialElements.asmdef.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BattlefieldNoob/UIMaterialElements/HEAD/package.json.meta --------------------------------------------------------------------------------