├── .gitattributes ├── .gitignore ├── Assets ├── 2d.meta ├── 2d │ ├── Blur.meta │ ├── Blur │ │ ├── Blur.mat │ │ ├── Blur.mat.meta │ │ ├── Blur.unity │ │ ├── Blur.unity.meta │ │ ├── BlurManager.cs │ │ ├── BlurManager.cs.meta │ │ ├── Normal.mat │ │ └── Normal.mat.meta │ ├── BlurSharpen.meta │ ├── BlurSharpen │ │ ├── BlurSharpen.unity │ │ ├── BlurSharpen.unity.meta │ │ ├── BoxBlur.mat │ │ ├── BoxBlur.mat.meta │ │ ├── GaussBlur.mat │ │ ├── GaussBlur.mat.meta │ │ ├── Sharpen.mat │ │ └── Sharpen.mat.meta │ ├── Circle.meta │ ├── Circle │ │ ├── Black.mat │ │ ├── Black.mat.meta │ │ ├── Circle.unity │ │ └── Circle.unity.meta │ ├── Earth.meta │ ├── Earth │ │ ├── Earth.mat │ │ ├── Earth.mat.meta │ │ ├── Earth.unity │ │ ├── Earth.unity.meta │ │ ├── Earth2.mat │ │ ├── Earth2.mat.meta │ │ ├── SkyBox.mat │ │ ├── SkyBox.mat.meta │ │ ├── StarSkyBox.mat │ │ └── StarSkyBox.mat.meta │ ├── Emboss.meta │ ├── Emboss │ │ ├── Emboss.mat │ │ ├── Emboss.mat.meta │ │ ├── Emboss.unity │ │ └── Emboss.unity.meta │ ├── Fade.meta │ ├── Fade │ │ ├── Fade.mat │ │ ├── Fade.mat.meta │ │ ├── Fade.unity │ │ ├── Fade.unity.meta │ │ ├── FadeTest.cs │ │ └── FadeTest.cs.meta │ ├── Flash.meta │ ├── Flash │ │ ├── Flash.mat │ │ ├── Flash.mat.meta │ │ ├── Flash.unity │ │ ├── Flash.unity.meta │ │ ├── FlashUI.unity │ │ └── FlashUI.unity.meta │ ├── Glow.meta │ ├── Glow │ │ ├── Glow.unity │ │ ├── Glow.unity.meta │ │ ├── Inner1.mat │ │ ├── Inner1.mat.meta │ │ ├── Inner2.mat │ │ ├── Inner2.mat.meta │ │ ├── Otter1.mat │ │ ├── Otter1.mat.meta │ │ ├── Otter2.mat │ │ └── Otter2.mat.meta │ ├── Gray.meta │ ├── Gray │ │ ├── Gray.mat │ │ ├── Gray.mat.meta │ │ ├── Gray.unity │ │ └── Gray.unity.meta │ ├── HDR.meta │ ├── HDR │ │ ├── BlurRenderTexture.renderTexture │ │ ├── BlurRenderTexture.renderTexture.meta │ │ ├── GaussBlur.mat │ │ ├── GaussBlur.mat.meta │ │ ├── HDR.mat │ │ ├── HDR.mat.meta │ │ ├── HDR.unity │ │ ├── HDR.unity.meta │ │ ├── HDR2.mat │ │ └── HDR2.mat.meta │ ├── HexagonClip.meta │ ├── HexagonClip │ │ ├── HexagonClip.mat │ │ ├── HexagonClip.mat.meta │ │ ├── HexagonClip.unity │ │ └── HexagonClip.unity.meta │ ├── Mosaic.meta │ ├── Mosaic │ │ ├── Mosaic.mat │ │ ├── Mosaic.mat.meta │ │ ├── Mosaic.unity │ │ └── Mosaic.unity.meta │ ├── OldPhoto.meta │ ├── OldPhoto │ │ ├── OldPhoto.mat │ │ ├── OldPhoto.mat.meta │ │ ├── OldPhoto.unity │ │ └── OldPhoto.unity.meta │ ├── OldTV.meta │ ├── OldTV │ │ ├── OldTV.mat │ │ ├── OldTV.mat.meta │ │ ├── OldTV.unity │ │ └── OldTV.unity.meta │ ├── Pencil.meta │ ├── Pencil │ │ ├── Pencil.mat │ │ ├── Pencil.mat.meta │ │ ├── Pencil.unity │ │ └── Pencil.unity.meta │ ├── RadialBlur.meta │ ├── RadialBlur │ │ ├── Normal.mat │ │ ├── Normal.mat.meta │ │ ├── RadialBlur.mat │ │ ├── RadialBlur.mat.meta │ │ ├── RadialBlur.unity │ │ └── RadialBlur.unity.meta │ ├── RenderTexture.meta │ ├── RenderTexture │ │ ├── AreaRenderTexture.renderTexture │ │ ├── AreaRenderTexture.renderTexture.meta │ │ ├── RenderTexture.unity │ │ ├── RenderTexture.unity.meta │ │ ├── area.mat │ │ └── area.mat.meta │ ├── RoundRect.meta │ ├── RoundRect │ │ ├── RoundCorner.mat │ │ ├── RoundCorner.mat.meta │ │ ├── RoundRect.mat │ │ ├── RoundRect.mat.meta │ │ ├── RoundRect.unity │ │ └── RoundRect.unity.meta │ ├── Saturation.meta │ ├── Saturation │ │ ├── Saturation.mat │ │ ├── Saturation.mat.meta │ │ ├── Saturation.unity │ │ └── Saturation.unity.meta │ ├── SectorWarp.meta │ ├── SectorWarp │ │ ├── SectorWarp.mat │ │ ├── SectorWarp.mat.meta │ │ ├── SectorWarp.unity │ │ └── SectorWarp.unity.meta │ ├── SeqAnimate.meta │ ├── SeqAnimate │ │ ├── SeqAnimate.unity │ │ ├── SeqAnimate.unity.meta │ │ ├── action.mat │ │ └── action.mat.meta │ ├── Shutter.meta │ ├── Shutter │ │ ├── Shutter.mat │ │ ├── Shutter.mat.meta │ │ ├── Shutter.unity │ │ └── Shutter.unity.meta │ ├── Twist.meta │ ├── Twist │ │ ├── TwirlEffect.cs │ │ ├── TwirlEffect.cs.meta │ │ ├── Twist.mat │ │ ├── Twist.mat.meta │ │ ├── Twist.unity │ │ ├── Twist.unity.meta │ │ ├── TwistUI.mat │ │ ├── TwistUI.mat.meta │ │ ├── TwistUI.unity │ │ └── TwistUI.unity.meta │ ├── Vortex.meta │ ├── Vortex │ │ ├── Vortex.mat │ │ ├── Vortex.mat.meta │ │ ├── Vortex.unity │ │ └── Vortex.unity.meta │ ├── WaterColor.meta │ ├── WaterColor │ │ ├── BlurRenderTexture.renderTexture │ │ ├── BlurRenderTexture.renderTexture.meta │ │ ├── GaussBlur.mat │ │ ├── GaussBlur.mat.meta │ │ ├── WaterColor.mat │ │ ├── WaterColor.mat.meta │ │ ├── WaterColor.unity │ │ ├── WaterColor.unity.meta │ │ ├── WaterColor2.mat │ │ └── WaterColor2.mat.meta │ ├── WaterRipple.meta │ ├── WaterRipple │ │ ├── WaterRipple.mat │ │ ├── WaterRipple.mat.meta │ │ ├── WaterRipple.unity │ │ └── WaterRipple.unity.meta │ ├── Wave.meta │ └── Wave │ │ ├── Wave.mat │ │ ├── Wave.mat.meta │ │ ├── Wave.unity │ │ └── Wave.unity.meta ├── 3rd.meta ├── 3rd │ ├── NGUI.meta │ └── NGUI │ │ ├── Examples.meta │ │ ├── Examples │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── InventorySystem.meta │ │ │ ├── InventorySystem │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── InvDatabaseInspector.cs │ │ │ │ ├── InvDatabaseInspector.cs.meta │ │ │ │ ├── InvFindItem.cs │ │ │ │ └── InvFindItem.cs.meta │ │ │ ├── Game.meta │ │ │ ├── Game │ │ │ │ ├── EquipItems.cs │ │ │ │ ├── EquipItems.cs.meta │ │ │ │ ├── EquipRandomItem.cs │ │ │ │ ├── EquipRandomItem.cs.meta │ │ │ │ ├── UICursor.cs │ │ │ │ ├── UICursor.cs.meta │ │ │ │ ├── UIEquipmentSlot.cs │ │ │ │ ├── UIEquipmentSlot.cs.meta │ │ │ │ ├── UIItemSlot.cs │ │ │ │ ├── UIItemSlot.cs.meta │ │ │ │ ├── UIItemStorage.cs │ │ │ │ ├── UIItemStorage.cs.meta │ │ │ │ ├── UIStorageSlot.cs │ │ │ │ └── UIStorageSlot.cs.meta │ │ │ ├── System.meta │ │ │ └── System │ │ │ │ ├── InvAttachmentPoint.cs │ │ │ │ ├── InvAttachmentPoint.cs.meta │ │ │ │ ├── InvBaseItem.cs │ │ │ │ ├── InvBaseItem.cs.meta │ │ │ │ ├── InvDatabase.cs │ │ │ │ ├── InvDatabase.cs.meta │ │ │ │ ├── InvEquipment.cs │ │ │ │ ├── InvEquipment.cs.meta │ │ │ │ ├── InvGameItem.cs │ │ │ │ ├── InvGameItem.cs.meta │ │ │ │ ├── InvStat.cs │ │ │ │ └── InvStat.cs.meta │ │ │ ├── Other.meta │ │ │ └── Other │ │ │ ├── ChatInput.cs │ │ │ ├── ChatInput.cs.meta │ │ │ ├── DownloadTexture.cs │ │ │ ├── DownloadTexture.cs.meta │ │ │ ├── ExampleDragDropItem.cs │ │ │ ├── ExampleDragDropItem.cs.meta │ │ │ ├── ExampleDragDropSurface.cs │ │ │ ├── ExampleDragDropSurface.cs.meta │ │ │ ├── LagPosition.cs │ │ │ ├── LagPosition.cs.meta │ │ │ ├── LagRotation.cs │ │ │ ├── LagRotation.cs.meta │ │ │ ├── LoadLevelOnClick.cs │ │ │ ├── LoadLevelOnClick.cs.meta │ │ │ ├── LookAtTarget.cs │ │ │ ├── LookAtTarget.cs.meta │ │ │ ├── OpenURLOnClick.cs │ │ │ ├── OpenURLOnClick.cs.meta │ │ │ ├── PanWithMouse.cs │ │ │ ├── PanWithMouse.cs.meta │ │ │ ├── PlayIdleAnimations.cs │ │ │ ├── PlayIdleAnimations.cs.meta │ │ │ ├── SetColorPickerColor.cs │ │ │ ├── SetColorPickerColor.cs.meta │ │ │ ├── Spin.cs │ │ │ ├── Spin.cs.meta │ │ │ ├── SpinWithMouse.cs │ │ │ ├── SpinWithMouse.cs.meta │ │ │ ├── Tutorial5.cs │ │ │ ├── Tutorial5.cs.meta │ │ │ ├── UISliderColors.cs │ │ │ ├── UISliderColors.cs.meta │ │ │ ├── WindowAutoYaw.cs │ │ │ ├── WindowAutoYaw.cs.meta │ │ │ ├── WindowDragTilt.cs │ │ │ └── WindowDragTilt.cs.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── Unlit - Transparent Colored.shader │ │ │ └── Unlit - Transparent Colored.shader.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── ActiveAnimationEditor.cs │ │ ├── ActiveAnimationEditor.cs.meta │ │ ├── BMFontReader.cs │ │ ├── BMFontReader.cs.meta │ │ ├── ComponentSelector.cs │ │ ├── ComponentSelector.cs.meta │ │ ├── EventDelegateDrawer.cs │ │ ├── EventDelegateDrawer.cs.meta │ │ ├── EventDelegateEditor.cs │ │ ├── EventDelegateEditor.cs.meta │ │ ├── FreeType.cs │ │ ├── FreeType.cs.meta │ │ ├── NGUIContextMenu.cs │ │ ├── NGUIContextMenu.cs.meta │ │ ├── NGUIEditorExtensions.cs │ │ ├── NGUIEditorExtensions.cs.meta │ │ ├── NGUIEditorTools.cs │ │ ├── NGUIEditorTools.cs.meta │ │ ├── NGUIHandles.cs │ │ ├── NGUIHandles.cs.meta │ │ ├── NGUIHelp.cs │ │ ├── NGUIHelp.cs.meta │ │ ├── NGUIJson.cs │ │ ├── NGUIJson.cs.meta │ │ ├── NGUIMenu.cs │ │ ├── NGUIMenu.cs.meta │ │ ├── NGUISelectionTools.cs │ │ ├── NGUISelectionTools.cs.meta │ │ ├── NGUISettings.cs │ │ ├── NGUISettings.cs.meta │ │ ├── NGUISnap.cs │ │ ├── NGUISnap.cs.meta │ │ ├── NGUITransformInspector.cs │ │ ├── NGUITransformInspector.cs.meta │ │ ├── PropertyBindingEditor.cs │ │ ├── PropertyBindingEditor.cs.meta │ │ ├── PropertyReferenceDrawer.cs │ │ ├── PropertyReferenceDrawer.cs.meta │ │ ├── SpriteSelector.cs │ │ ├── SpriteSelector.cs.meta │ │ ├── TweenAlphaEditor.cs │ │ ├── TweenAlphaEditor.cs.meta │ │ ├── TweenColorEditor.cs │ │ ├── TweenColorEditor.cs.meta │ │ ├── TweenFOVEditor.cs │ │ ├── TweenFOVEditor.cs.meta │ │ ├── TweenHeightEditor.cs │ │ ├── TweenHeightEditor.cs.meta │ │ ├── TweenOrthoSizeEditor.cs │ │ ├── TweenOrthoSizeEditor.cs.meta │ │ ├── TweenPositionEditor.cs │ │ ├── TweenPositionEditor.cs.meta │ │ ├── TweenRotationEditor.cs │ │ ├── TweenRotationEditor.cs.meta │ │ ├── TweenScaleEditor.cs │ │ ├── TweenScaleEditor.cs.meta │ │ ├── TweenTransformEditor.cs │ │ ├── TweenTransformEditor.cs.meta │ │ ├── TweenVolumeEditor.cs │ │ ├── TweenVolumeEditor.cs.meta │ │ ├── TweenWidthEditor.cs │ │ ├── TweenWidthEditor.cs.meta │ │ ├── TypewriterEffectEditor.cs │ │ ├── TypewriterEffectEditor.cs.meta │ │ ├── UI2DSpriteEditor.cs │ │ ├── UI2DSpriteEditor.cs.meta │ │ ├── UIAnchorEditor.cs │ │ ├── UIAnchorEditor.cs.meta │ │ ├── UIAtlasInspector.cs │ │ ├── UIAtlasInspector.cs.meta │ │ ├── UIAtlasMaker.cs │ │ ├── UIAtlasMaker.cs.meta │ │ ├── UIBasicSpriteEditor.cs │ │ ├── UIBasicSpriteEditor.cs.meta │ │ ├── UIButtonColorEditor.cs │ │ ├── UIButtonColorEditor.cs.meta │ │ ├── UIButtonEditor.cs │ │ ├── UIButtonEditor.cs.meta │ │ ├── UIButtonKeysEditor.cs │ │ ├── UIButtonKeysEditor.cs.meta │ │ ├── UIButtonMessageEditor.cs │ │ ├── UIButtonMessageEditor.cs.meta │ │ ├── UICameraEditor.cs │ │ ├── UICameraEditor.cs.meta │ │ ├── UICameraTool.cs │ │ ├── UICameraTool.cs.meta │ │ ├── UIColorPickerEditor.cs │ │ ├── UIColorPickerEditor.cs.meta │ │ ├── UICreateNewUIWizard.cs │ │ ├── UICreateNewUIWizard.cs.meta │ │ ├── UICreateWidgetWizard.cs │ │ ├── UICreateWidgetWizard.cs.meta │ │ ├── UIDragObjectEditor.cs │ │ ├── UIDragObjectEditor.cs.meta │ │ ├── UIDrawCallInspector.cs │ │ ├── UIDrawCallInspector.cs.meta │ │ ├── UIDrawCallViewer.cs │ │ ├── UIDrawCallViewer.cs.meta │ │ ├── UIEventTriggerEditor.cs │ │ ├── UIEventTriggerEditor.cs.meta │ │ ├── UIFontInspector.cs │ │ ├── UIFontInspector.cs.meta │ │ ├── UIFontMaker.cs │ │ ├── UIFontMaker.cs.meta │ │ ├── UIForwardEventsEditor.cs │ │ ├── UIForwardEventsEditor.cs.meta │ │ ├── UIGridEditor.cs │ │ ├── UIGridEditor.cs.meta │ │ ├── UIImageButtonInspector.cs │ │ ├── UIImageButtonInspector.cs.meta │ │ ├── UIInputEditor.cs │ │ ├── UIInputEditor.cs.meta │ │ ├── UIKeyNavigationEditor.cs │ │ ├── UIKeyNavigationEditor.cs.meta │ │ ├── UILabelInspector.cs │ │ ├── UILabelInspector.cs.meta │ │ ├── UILocalizeEditor.cs │ │ ├── UILocalizeEditor.cs.meta │ │ ├── UIPanelInspector.cs │ │ ├── UIPanelInspector.cs.meta │ │ ├── UIPanelTool.cs │ │ ├── UIPanelTool.cs.meta │ │ ├── UIPlayAnimationEditor.cs │ │ ├── UIPlayAnimationEditor.cs.meta │ │ ├── UIPlayTweenEditor.cs │ │ ├── UIPlayTweenEditor.cs.meta │ │ ├── UIPopupListInspector.cs │ │ ├── UIPopupListInspector.cs.meta │ │ ├── UIPrefabTool.cs │ │ ├── UIPrefabTool.cs.meta │ │ ├── UIProgressBarEditor.cs │ │ ├── UIProgressBarEditor.cs.meta │ │ ├── UIRectEditor.cs │ │ ├── UIRectEditor.cs.meta │ │ ├── UIRootEditor.cs │ │ ├── UIRootEditor.cs.meta │ │ ├── UIScrollBarEditor.cs │ │ ├── UIScrollBarEditor.cs.meta │ │ ├── UIScrollViewEditor.cs │ │ ├── UIScrollViewEditor.cs.meta │ │ ├── UISliderEditor.cs │ │ ├── UISliderEditor.cs.meta │ │ ├── UISnapshotPointEditor.cs │ │ ├── UISnapshotPointEditor.cs.meta │ │ ├── UISpriteAnimationInspector.cs │ │ ├── UISpriteAnimationInspector.cs.meta │ │ ├── UISpriteInspector.cs │ │ ├── UISpriteInspector.cs.meta │ │ ├── UIStretchEditor.cs │ │ ├── UIStretchEditor.cs.meta │ │ ├── UITableEditor.cs │ │ ├── UITableEditor.cs.meta │ │ ├── UITextureInspector.cs │ │ ├── UITextureInspector.cs.meta │ │ ├── UITexturePacker.cs │ │ ├── UITexturePacker.cs.meta │ │ ├── UIToggleInspector.cs │ │ ├── UIToggleInspector.cs.meta │ │ ├── UITweenerEditor.cs │ │ ├── UITweenerEditor.cs.meta │ │ ├── UIWidgetContainerEditor.cs │ │ ├── UIWidgetContainerEditor.cs.meta │ │ ├── UIWidgetInspector.cs │ │ ├── UIWidgetInspector.cs.meta │ │ ├── UIWrapContentEditor.cs │ │ └── UIWrapContentEditor.cs.meta │ │ ├── Interaction.meta │ │ ├── Interaction │ │ ├── EnvelopContent.cs │ │ ├── EnvelopContent.cs.meta │ │ ├── LanguageSelection.cs │ │ ├── LanguageSelection.cs.meta │ │ ├── TypewriterEffect.cs │ │ ├── TypewriterEffect.cs.meta │ │ ├── UIButton.cs │ │ ├── UIButton.cs.meta │ │ ├── UIButtonActivate.cs │ │ ├── UIButtonActivate.cs.meta │ │ ├── UIButtonColor.cs │ │ ├── UIButtonColor.cs.meta │ │ ├── UIButtonKeys.cs │ │ ├── UIButtonKeys.cs.meta │ │ ├── UIButtonMessage.cs │ │ ├── UIButtonMessage.cs.meta │ │ ├── UIButtonOffset.cs │ │ ├── UIButtonOffset.cs.meta │ │ ├── UIButtonRotation.cs │ │ ├── UIButtonRotation.cs.meta │ │ ├── UIButtonScale.cs │ │ ├── UIButtonScale.cs.meta │ │ ├── UICenterOnChild.cs │ │ ├── UICenterOnChild.cs.meta │ │ ├── UICenterOnClick.cs │ │ ├── UICenterOnClick.cs.meta │ │ ├── UIDragCamera.cs │ │ ├── UIDragCamera.cs.meta │ │ ├── UIDragDropContainer.cs │ │ ├── UIDragDropContainer.cs.meta │ │ ├── UIDragDropItem.cs │ │ ├── UIDragDropItem.cs.meta │ │ ├── UIDragDropRoot.cs │ │ ├── UIDragDropRoot.cs.meta │ │ ├── UIDragObject.cs │ │ ├── UIDragObject.cs.meta │ │ ├── UIDragResize.cs │ │ ├── UIDragResize.cs.meta │ │ ├── UIDragScrollView.cs │ │ ├── UIDragScrollView.cs.meta │ │ ├── UIDraggableCamera.cs │ │ ├── UIDraggableCamera.cs.meta │ │ ├── UIEventTrigger.cs │ │ ├── UIEventTrigger.cs.meta │ │ ├── UIForwardEvents.cs │ │ ├── UIForwardEvents.cs.meta │ │ ├── UIGrid.cs │ │ ├── UIGrid.cs.meta │ │ ├── UIImageButton.cs │ │ ├── UIImageButton.cs.meta │ │ ├── UIKeyBinding.cs │ │ ├── UIKeyBinding.cs.meta │ │ ├── UIKeyNavigation.cs │ │ ├── UIKeyNavigation.cs.meta │ │ ├── UIPlayAnimation.cs │ │ ├── UIPlayAnimation.cs.meta │ │ ├── UIPlaySound.cs │ │ ├── UIPlaySound.cs.meta │ │ ├── UIPlayTween.cs │ │ ├── UIPlayTween.cs.meta │ │ ├── UIPopupList.cs │ │ ├── UIPopupList.cs.meta │ │ ├── UIProgressBar.cs │ │ ├── UIProgressBar.cs.meta │ │ ├── UISavedOption.cs │ │ ├── UISavedOption.cs.meta │ │ ├── UIScrollBar.cs │ │ ├── UIScrollBar.cs.meta │ │ ├── UIScrollView.cs │ │ ├── UIScrollView.cs.meta │ │ ├── UIShowControlScheme.cs │ │ ├── UIShowControlScheme.cs.meta │ │ ├── UISlider.cs │ │ ├── UISlider.cs.meta │ │ ├── UISoundVolume.cs │ │ ├── UISoundVolume.cs.meta │ │ ├── UITable.cs │ │ ├── UITable.cs.meta │ │ ├── UIToggle.cs │ │ ├── UIToggle.cs.meta │ │ ├── UIToggledComponents.cs │ │ ├── UIToggledComponents.cs.meta │ │ ├── UIToggledObjects.cs │ │ ├── UIToggledObjects.cs.meta │ │ ├── UIWidgetContainer.cs │ │ ├── UIWidgetContainer.cs.meta │ │ ├── UIWrapContent.cs │ │ └── UIWrapContent.cs.meta │ │ ├── Internal.meta │ │ ├── Internal │ │ ├── ActiveAnimation.cs │ │ ├── ActiveAnimation.cs.meta │ │ ├── AnimationOrTween.cs │ │ ├── AnimationOrTween.cs.meta │ │ ├── BMFont.cs │ │ ├── BMFont.cs.meta │ │ ├── BMGlyph.cs │ │ ├── BMGlyph.cs.meta │ │ ├── BMSymbol.cs │ │ ├── BMSymbol.cs.meta │ │ ├── BetterList.cs │ │ ├── BetterList.cs.meta │ │ ├── ByteReader.cs │ │ ├── ByteReader.cs.meta │ │ ├── EventDelegate.cs │ │ ├── EventDelegate.cs.meta │ │ ├── Localization.cs │ │ ├── Localization.cs.meta │ │ ├── NGUIDebug.cs │ │ ├── NGUIDebug.cs.meta │ │ ├── NGUIMath.cs │ │ ├── NGUIMath.cs.meta │ │ ├── NGUIText.cs │ │ ├── NGUIText.cs.meta │ │ ├── NGUITools.cs │ │ ├── NGUITools.cs.meta │ │ ├── PropertyBinding.cs │ │ ├── PropertyBinding.cs.meta │ │ ├── PropertyReference.cs │ │ ├── PropertyReference.cs.meta │ │ ├── RealTime.cs │ │ ├── RealTime.cs.meta │ │ ├── SpringPanel.cs │ │ ├── SpringPanel.cs.meta │ │ ├── UIBasicSprite.cs │ │ ├── UIBasicSprite.cs.meta │ │ ├── UIDrawCall.cs │ │ ├── UIDrawCall.cs.meta │ │ ├── UIEventListener.cs │ │ ├── UIEventListener.cs.meta │ │ ├── UIGeometry.cs │ │ ├── UIGeometry.cs.meta │ │ ├── UIRect.cs │ │ ├── UIRect.cs.meta │ │ ├── UISnapshotPoint.cs │ │ ├── UISnapshotPoint.cs.meta │ │ ├── UIWidget.cs │ │ └── UIWidget.cs.meta │ │ ├── Tweening.meta │ │ ├── Tweening │ │ ├── AnimatedAlpha.cs │ │ ├── AnimatedAlpha.cs.meta │ │ ├── AnimatedColor.cs │ │ ├── AnimatedColor.cs.meta │ │ ├── AnimatedWidget.cs │ │ ├── AnimatedWidget.cs.meta │ │ ├── SpringPosition.cs │ │ ├── SpringPosition.cs.meta │ │ ├── TweenAlpha.cs │ │ ├── TweenAlpha.cs.meta │ │ ├── TweenColor.cs │ │ ├── TweenColor.cs.meta │ │ ├── TweenFOV.cs │ │ ├── TweenFOV.cs.meta │ │ ├── TweenFill.cs │ │ ├── TweenFill.cs.meta │ │ ├── TweenHeight.cs │ │ ├── TweenHeight.cs.meta │ │ ├── TweenOrthoSize.cs │ │ ├── TweenOrthoSize.cs.meta │ │ ├── TweenPosition.cs │ │ ├── TweenPosition.cs.meta │ │ ├── TweenRotation.cs │ │ ├── TweenRotation.cs.meta │ │ ├── TweenScale.cs │ │ ├── TweenScale.cs.meta │ │ ├── TweenTransform.cs │ │ ├── TweenTransform.cs.meta │ │ ├── TweenVolume.cs │ │ ├── TweenVolume.cs.meta │ │ ├── TweenWidth.cs │ │ ├── TweenWidth.cs.meta │ │ ├── UITweener.cs │ │ └── UITweener.cs.meta │ │ ├── UI.meta │ │ └── UI │ │ ├── UI2DSprite.cs │ │ ├── UI2DSprite.cs.meta │ │ ├── UI2DSpriteAnimation.cs │ │ ├── UI2DSpriteAnimation.cs.meta │ │ ├── UIAnchor.cs │ │ ├── UIAnchor.cs.meta │ │ ├── UIAtlas.cs │ │ ├── UIAtlas.cs.meta │ │ ├── UICamera.cs │ │ ├── UICamera.cs.meta │ │ ├── UIColorPicker.cs │ │ ├── UIColorPicker.cs.meta │ │ ├── UIFont.cs │ │ ├── UIFont.cs.meta │ │ ├── UIInput.cs │ │ ├── UIInput.cs.meta │ │ ├── UIInputOnGUI.cs │ │ ├── UIInputOnGUI.cs.meta │ │ ├── UILabel.cs │ │ ├── UILabel.cs.meta │ │ ├── UILocalize.cs │ │ ├── UILocalize.cs.meta │ │ ├── UIOrthoCamera.cs │ │ ├── UIOrthoCamera.cs.meta │ │ ├── UIPanel.cs │ │ ├── UIPanel.cs.meta │ │ ├── UIRoot.cs │ │ ├── UIRoot.cs.meta │ │ ├── UISprite.cs │ │ ├── UISprite.cs.meta │ │ ├── UISpriteAnimation.cs │ │ ├── UISpriteAnimation.cs.meta │ │ ├── UISpriteData.cs │ │ ├── UISpriteData.cs.meta │ │ ├── UIStretch.cs │ │ ├── UIStretch.cs.meta │ │ ├── UITextList.cs │ │ ├── UITextList.cs.meta │ │ ├── UITexture.cs │ │ ├── UITexture.cs.meta │ │ ├── UITooltip.cs │ │ ├── UITooltip.cs.meta │ │ ├── UIViewport.cs │ │ └── UIViewport.cs.meta ├── Shaders.meta ├── Shaders │ ├── Blur.shader │ ├── Blur.shader.meta │ ├── BlurBox.shader │ ├── BlurBox.shader.meta │ ├── BlurGauss.shader │ ├── BlurGauss.shader.meta │ ├── CircleHole.shader │ ├── CircleHole.shader.meta │ ├── EarthRotate.shader │ ├── EarthRotate.shader.meta │ ├── Emboss.shader │ ├── Emboss.shader.meta │ ├── Fade.shader │ ├── Fade.shader.meta │ ├── Flash.shader │ ├── Flash.shader.meta │ ├── Gray.shader │ ├── Gray.shader.meta │ ├── HDR.shader │ ├── HDR.shader.meta │ ├── HexagonClip.shader │ ├── HexagonClip.shader.meta │ ├── InnerGlow.shader │ ├── InnerGlow.shader.meta │ ├── Mosaic.shader │ ├── Mosaic.shader.meta │ ├── OldPhoto.shader │ ├── OldPhoto.shader.meta │ ├── OldTV.shader │ ├── OldTV.shader.meta │ ├── OutterGlow.shader │ ├── OutterGlow.shader.meta │ ├── Pencil.shader │ ├── Pencil.shader.meta │ ├── RadialBlur.shader │ ├── RadialBlur.shader.meta │ ├── RoundCorner.shader │ ├── RoundCorner.shader.meta │ ├── RoundRect.shader │ ├── RoundRect.shader.meta │ ├── Saturation.shader │ ├── Saturation.shader.meta │ ├── SectorWarp.shader │ ├── SectorWarp.shader.meta │ ├── SeqAnimate.shader │ ├── SeqAnimate.shader.meta │ ├── Sharpen.shader │ ├── Sharpen.shader.meta │ ├── Shutter.shader │ ├── Shutter.shader.meta │ ├── Twirl.shader │ ├── Twirl.shader.meta │ ├── TwirlEffect.shader │ ├── TwirlEffect.shader.meta │ ├── Vortex.shader │ ├── Vortex.shader.meta │ ├── WaterColor.shader │ ├── WaterColor.shader.meta │ ├── WaterRipple.shader │ ├── WaterRipple.shader.meta │ ├── Wave.shader │ └── Wave.shader.meta ├── Textures.meta └── Textures │ ├── action.png │ ├── action.png.meta │ ├── area.png │ ├── area.png.meta │ ├── black.png │ ├── black.png.meta │ ├── btn_phone.png │ ├── btn_phone.png.meta │ ├── btn_phone_h.png │ ├── btn_phone_h.png.meta │ ├── earth.meta │ ├── earth │ ├── clouds.jpg │ ├── clouds.jpg.meta │ ├── earth.jpg │ ├── earth.jpg.meta │ ├── skybox_back6.png │ ├── skybox_back6.png.meta │ ├── skybox_bottom4.png │ ├── skybox_bottom4.png.meta │ ├── skybox_front5.png │ ├── skybox_front5.png.meta │ ├── skybox_left2.png │ ├── skybox_left2.png.meta │ ├── skybox_right1.png │ ├── skybox_right1.png.meta │ ├── skybox_top3.png │ └── skybox_top3.png.meta │ ├── head2.png │ ├── head2.png.meta │ ├── lotus.png │ ├── lotus.png.meta │ ├── noise.png │ ├── noise.png.meta │ ├── temple.png │ ├── temple.png.meta │ ├── tulip.png │ ├── tulip.png.meta │ ├── water.jpg │ └── water.jpg.meta ├── Packages └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset └── VFXManager.asset ├── README.md └── Snapshot ├── Blur.png ├── BlurSharpen.png ├── Circle.gif ├── Earth.gif ├── Emboss.png ├── Fade.gif ├── Flash.gif ├── Glow.png ├── Gray.png ├── HDR.png ├── HexagonClip.png ├── Mosaic.png ├── OldPhoto.png ├── Pencil.png ├── RoundRect.png ├── Saturation.png ├── SectorWarp.png ├── SeqAnimate.gif ├── Shutter.gif ├── Twist.png ├── Vortex.png ├── WaterColor.png ├── WaterRipple.png └── Wave.gif /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | Library/ 2 | Temp/ 3 | Logs/ 4 | obj/ 5 | .vs/ 6 | 7 | .vsconfig 8 | Assembly-CSharp-Editor.csproj 9 | Assembly-CSharp.csproj 10 | Shader2D.sln -------------------------------------------------------------------------------- /Assets/2d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48055d247a298394a8290af29e36fb48 3 | folderAsset: yes 4 | timeCreated: 1489842163 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Blur.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ed316f9b454d6746be0d5016d5dfb7c 3 | folderAsset: yes 4 | timeCreated: 1461899680 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Blur/Blur.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Blur/Blur.mat -------------------------------------------------------------------------------- /Assets/2d/Blur/Blur.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02ea6ad1aee106b459fc7a7616ef10a1 3 | timeCreated: 1461899310 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Blur/Blur.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Blur/Blur.unity -------------------------------------------------------------------------------- /Assets/2d/Blur/Blur.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4cd166bc8205dd045af1e2005eec6170 3 | timeCreated: 1461899680 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Blur/BlurManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cec07960fb75a3946a20ba94588df626 3 | timeCreated: 1461899266 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/2d/Blur/Normal.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Blur/Normal.mat -------------------------------------------------------------------------------- /Assets/2d/Blur/Normal.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fb40812d26cf1341a00b832865371c0 3 | timeCreated: 1491703255 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/BlurSharpen.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: faeef868a1c5ff947b605fad02a5a76b 3 | folderAsset: yes 4 | timeCreated: 1489937291 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/BlurSharpen/BlurSharpen.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/BlurSharpen/BlurSharpen.unity -------------------------------------------------------------------------------- /Assets/2d/BlurSharpen/BlurSharpen.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e75b7ff8d146f54183e4811c9c3eb54 3 | timeCreated: 1489937291 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/BlurSharpen/BoxBlur.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/BlurSharpen/BoxBlur.mat -------------------------------------------------------------------------------- /Assets/2d/BlurSharpen/BoxBlur.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e753713fc4e3d0b46b0a959887b102d0 3 | timeCreated: 1489938418 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/BlurSharpen/GaussBlur.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/BlurSharpen/GaussBlur.mat -------------------------------------------------------------------------------- /Assets/2d/BlurSharpen/GaussBlur.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e1dcad1ce5c6a941a0c2f1f0ca03977 3 | timeCreated: 1489938467 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/BlurSharpen/Sharpen.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/BlurSharpen/Sharpen.mat -------------------------------------------------------------------------------- /Assets/2d/BlurSharpen/Sharpen.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5dbdafa5e2f031e4d96a179bface48f0 3 | timeCreated: 1489937292 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Circle.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2094e57033c047d418d91f0c0b818479 3 | folderAsset: yes 4 | timeCreated: 1461947646 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Circle/Black.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Circle/Black.mat -------------------------------------------------------------------------------- /Assets/2d/Circle/Black.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7175b672ff7aac49a51bb60c419aeb4 3 | timeCreated: 1461948290 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Circle/Circle.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Circle/Circle.unity -------------------------------------------------------------------------------- /Assets/2d/Circle/Circle.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d12ae03ea08a484ebf949dd57103ffc 3 | timeCreated: 1461947696 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Earth.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 284de240e9b728e46a532ce45b7a4664 3 | folderAsset: yes 4 | timeCreated: 1461490137 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Earth/Earth.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Earth/Earth.mat -------------------------------------------------------------------------------- /Assets/2d/Earth/Earth.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75bb86022ad1f4e4da786433f8233471 3 | timeCreated: 1461490251 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Earth/Earth.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Earth/Earth.unity -------------------------------------------------------------------------------- /Assets/2d/Earth/Earth.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05cb610061d696848b8e6a423c673b36 3 | timeCreated: 1461500285 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Earth/Earth2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Earth/Earth2.mat -------------------------------------------------------------------------------- /Assets/2d/Earth/Earth2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e0a3597f4f69b74188a2ccd0574256c 3 | timeCreated: 1462016625 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Earth/SkyBox.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Earth/SkyBox.mat -------------------------------------------------------------------------------- /Assets/2d/Earth/SkyBox.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf3d86de9a464724eb8c75e5f0d1554c 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/2d/Earth/StarSkyBox.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Earth/StarSkyBox.mat -------------------------------------------------------------------------------- /Assets/2d/Earth/StarSkyBox.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36e52d593635a2848ab743d0e8630438 3 | timeCreated: 1461489926 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Emboss.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a103713566858754a9d292ea38711041 3 | folderAsset: yes 4 | timeCreated: 1489933831 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Emboss/Emboss.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Emboss/Emboss.mat -------------------------------------------------------------------------------- /Assets/2d/Emboss/Emboss.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02589ad3b5b128d428460878372c266d 3 | timeCreated: 1489933848 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Emboss/Emboss.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Emboss/Emboss.unity -------------------------------------------------------------------------------- /Assets/2d/Emboss/Emboss.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bad28e3510856a4095747cfaefd8108 3 | timeCreated: 1489933843 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Fade.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b719bfb1fb3f024b90e2de42429f59a 3 | folderAsset: yes 4 | timeCreated: 1461900091 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Fade/Fade.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Fade/Fade.mat -------------------------------------------------------------------------------- /Assets/2d/Fade/Fade.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38461108f58326440bdda3f49689d440 3 | timeCreated: 1461900210 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Fade/Fade.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Fade/Fade.unity -------------------------------------------------------------------------------- /Assets/2d/Fade/Fade.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab66a352038d8404ab9f03f09051c42b 3 | timeCreated: 1461900196 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Fade/FadeTest.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class FadeTest : MonoBehaviour { 5 | public Transform obj; 6 | public float speed = 0.1f; 7 | 8 | public float near = 0.0f; 9 | public float far = 10.0f; 10 | 11 | 12 | // Use this for initialization 13 | void Start () { 14 | 15 | } 16 | 17 | 18 | // Update is called once per frame 19 | void Update () { 20 | Vector3 pos = obj.localPosition; 21 | pos.z += speed; 22 | if (speed > 0 && pos.z > far || speed < 0 && pos.z < near) 23 | speed *= -1; 24 | obj.localPosition = pos; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Assets/2d/Fade/FadeTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f86d343c2c7e4c8438c7d1ad80aa465f 3 | timeCreated: 1489895660 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/2d/Flash.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b936abcb072fd847bc5977d04bf970c 3 | folderAsset: yes 4 | timeCreated: 1461500055 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Flash/Flash.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Flash/Flash.mat -------------------------------------------------------------------------------- /Assets/2d/Flash/Flash.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1950f0e010ccf1149aad5653c7dcee84 3 | timeCreated: 1461500594 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Flash/Flash.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Flash/Flash.unity -------------------------------------------------------------------------------- /Assets/2d/Flash/Flash.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ea35a9992b316f41931053ef117d5ae 3 | timeCreated: 1461501594 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Flash/FlashUI.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Flash/FlashUI.unity -------------------------------------------------------------------------------- /Assets/2d/Flash/FlashUI.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 218632d2fa1261e40819f2af9efc48d8 3 | timeCreated: 1482981017 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Glow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1249050975119fb4a893a19b26661a78 3 | folderAsset: yes 4 | timeCreated: 1489803311 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Glow/Glow.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Glow/Glow.unity -------------------------------------------------------------------------------- /Assets/2d/Glow/Glow.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0179f12ae67c15d43a45163a2b6b86c1 3 | timeCreated: 1489803426 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Glow/Inner1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Glow/Inner1.mat -------------------------------------------------------------------------------- /Assets/2d/Glow/Inner1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c572f57bc2817dc499576128c1e9b2b0 3 | timeCreated: 1489803950 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Glow/Inner2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Glow/Inner2.mat -------------------------------------------------------------------------------- /Assets/2d/Glow/Inner2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb29092b751a93f43b91cb49495d19d3 3 | timeCreated: 1489803402 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Glow/Otter1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Glow/Otter1.mat -------------------------------------------------------------------------------- /Assets/2d/Glow/Otter1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b37aad4e382483245a7f83a07870033a 3 | timeCreated: 1489820502 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Glow/Otter2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Glow/Otter2.mat -------------------------------------------------------------------------------- /Assets/2d/Glow/Otter2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cacd295841351114586c6ac145891436 3 | timeCreated: 1489820615 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Gray.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef3e57eb955992041ae7ce3104bc98df 3 | folderAsset: yes 4 | timeCreated: 1489930428 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Gray/Gray.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Gray/Gray.mat -------------------------------------------------------------------------------- /Assets/2d/Gray/Gray.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ff3fae62caa34a498a50c6589f822aa 3 | timeCreated: 1489930681 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Gray/Gray.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Gray/Gray.unity -------------------------------------------------------------------------------- /Assets/2d/Gray/Gray.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f47521d6b5fcb644a78e14653adc913 3 | timeCreated: 1489930441 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/HDR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3a612fe63bf63c4eb301b2df488c38c 3 | folderAsset: yes 4 | timeCreated: 1490023107 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/HDR/BlurRenderTexture.renderTexture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/HDR/BlurRenderTexture.renderTexture -------------------------------------------------------------------------------- /Assets/2d/HDR/BlurRenderTexture.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 167b589b6350207409a210f35cd1b937 3 | timeCreated: 1490023807 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/HDR/GaussBlur.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/HDR/GaussBlur.mat -------------------------------------------------------------------------------- /Assets/2d/HDR/GaussBlur.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 005a9069e462e3545b39494b3dbfc504 3 | timeCreated: 1489938467 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/HDR/HDR.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/HDR/HDR.mat -------------------------------------------------------------------------------- /Assets/2d/HDR/HDR.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60dda550fcc8fa5459aca4460564f576 3 | timeCreated: 1490023198 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/HDR/HDR.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/HDR/HDR.unity -------------------------------------------------------------------------------- /Assets/2d/HDR/HDR.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89acd6df0c6c7ed43afb926b1c6bdcf9 3 | timeCreated: 1490023198 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/HDR/HDR2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/HDR/HDR2.mat -------------------------------------------------------------------------------- /Assets/2d/HDR/HDR2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33850e1874b414e41903c4a6c6d573b7 3 | timeCreated: 1490024821 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/HexagonClip.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2a5241d51ce65246a814469653149bb 3 | folderAsset: yes 4 | timeCreated: 1491670251 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/HexagonClip/HexagonClip.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/HexagonClip/HexagonClip.mat -------------------------------------------------------------------------------- /Assets/2d/HexagonClip/HexagonClip.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ff61ca9b1128234b88643b0adee6d69 3 | timeCreated: 1491670281 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/HexagonClip/HexagonClip.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/HexagonClip/HexagonClip.unity -------------------------------------------------------------------------------- /Assets/2d/HexagonClip/HexagonClip.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c27bcf862709bd4eaf984ff89cac641 3 | timeCreated: 1491670281 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Mosaic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3718bf5ebed107840ba42acf3afa547e 3 | folderAsset: yes 4 | timeCreated: 1489935583 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Mosaic/Mosaic.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Mosaic/Mosaic.mat -------------------------------------------------------------------------------- /Assets/2d/Mosaic/Mosaic.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01bac578ce87a754a99e645068476789 3 | timeCreated: 1489935583 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Mosaic/Mosaic.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Mosaic/Mosaic.unity -------------------------------------------------------------------------------- /Assets/2d/Mosaic/Mosaic.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28d815a2399988c43bfdda879cc3aef9 3 | timeCreated: 1489935583 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/OldPhoto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6e6a82972ed19a4ebd5015e50394e8f 3 | folderAsset: yes 4 | timeCreated: 1490196347 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/OldPhoto/OldPhoto.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/OldPhoto/OldPhoto.mat -------------------------------------------------------------------------------- /Assets/2d/OldPhoto/OldPhoto.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2639fa5b178997240958e000a7e7edee 3 | timeCreated: 1490196357 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/OldPhoto/OldPhoto.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/OldPhoto/OldPhoto.unity -------------------------------------------------------------------------------- /Assets/2d/OldPhoto/OldPhoto.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5cbe5aeb0a93a840a8778048ff2c7da 3 | timeCreated: 1490196550 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/OldTV.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 346a64772bc8dcf42badb457ec01ead2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/OldTV/OldTV.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/OldTV/OldTV.mat -------------------------------------------------------------------------------- /Assets/2d/OldTV/OldTV.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ece70fa7cf4f9174aafc9885902a3a06 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/OldTV/OldTV.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/OldTV/OldTV.unity -------------------------------------------------------------------------------- /Assets/2d/OldTV/OldTV.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe87476e5dbe8f84fb6206b4e05dc5fb 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/2d/Pencil.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c3c90dfaf0dfd74a9b201a0a3919666 3 | folderAsset: yes 4 | timeCreated: 1489939754 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Pencil/Pencil.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Pencil/Pencil.mat -------------------------------------------------------------------------------- /Assets/2d/Pencil/Pencil.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 436474eb85a44724eb3a1fe8cb965241 3 | timeCreated: 1489939754 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Pencil/Pencil.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Pencil/Pencil.unity -------------------------------------------------------------------------------- /Assets/2d/Pencil/Pencil.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 373c8f7f823ed7748ae67c814e566f04 3 | timeCreated: 1489939754 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/RadialBlur.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56590b37b3ac84443b91d7d39271a141 3 | folderAsset: yes 4 | timeCreated: 1530017875 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/RadialBlur/Normal.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/RadialBlur/Normal.mat -------------------------------------------------------------------------------- /Assets/2d/RadialBlur/Normal.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b72ee9c2754ea354e95125d35b61d486 3 | timeCreated: 1530020799 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/RadialBlur/RadialBlur.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/RadialBlur/RadialBlur.mat -------------------------------------------------------------------------------- /Assets/2d/RadialBlur/RadialBlur.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 288f50f0f2029c34eb0c6bb29e8b1514 3 | timeCreated: 1530020411 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/RadialBlur/RadialBlur.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/RadialBlur/RadialBlur.unity -------------------------------------------------------------------------------- /Assets/2d/RadialBlur/RadialBlur.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f5f820f19d40df44bae6338356f7c36 3 | timeCreated: 1530017944 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/RenderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 413dce392ddd8bd4d94fc331e008d77f 3 | folderAsset: yes 4 | timeCreated: 1465314710 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/RenderTexture/AreaRenderTexture.renderTexture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/RenderTexture/AreaRenderTexture.renderTexture -------------------------------------------------------------------------------- /Assets/2d/RenderTexture/AreaRenderTexture.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 625bc39bd468f514ebbde4230562c63a 3 | timeCreated: 1465315650 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/RenderTexture/RenderTexture.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/RenderTexture/RenderTexture.unity -------------------------------------------------------------------------------- /Assets/2d/RenderTexture/RenderTexture.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3f20ac010b2e2e4a9a915f5c4a8a63f 3 | timeCreated: 1465316118 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/RenderTexture/area.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/RenderTexture/area.mat -------------------------------------------------------------------------------- /Assets/2d/RenderTexture/area.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b07c3c14cdf9074499420ff62a75c45e 3 | timeCreated: 1465315173 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/RoundRect.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8ef44a191b78a74193a0b288c13418b 3 | folderAsset: yes 4 | timeCreated: 1465309297 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/RoundRect/RoundCorner.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/RoundRect/RoundCorner.mat -------------------------------------------------------------------------------- /Assets/2d/RoundRect/RoundCorner.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c2cda4076a526f4683d97ecf0e606f0 3 | timeCreated: 1491669843 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/RoundRect/RoundRect.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/RoundRect/RoundRect.mat -------------------------------------------------------------------------------- /Assets/2d/RoundRect/RoundRect.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f4c12f9d3d75544eb3f899cb7b2567c 3 | timeCreated: 1489823141 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/RoundRect/RoundRect.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/RoundRect/RoundRect.unity -------------------------------------------------------------------------------- /Assets/2d/RoundRect/RoundRect.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dee5ec55f5db94343b45a9633fbb86b6 3 | timeCreated: 1489823114 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Saturation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba331aa068c21504f9832d1b194f3d3a 3 | folderAsset: yes 4 | timeCreated: 1490412593 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Saturation/Saturation.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Saturation/Saturation.mat -------------------------------------------------------------------------------- /Assets/2d/Saturation/Saturation.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3165f45f604139749bf648836cf5b85e 3 | timeCreated: 1490412612 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Saturation/Saturation.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Saturation/Saturation.unity -------------------------------------------------------------------------------- /Assets/2d/Saturation/Saturation.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2980b1ef62b687a4ba0cc31fde2806dd 3 | timeCreated: 1490412711 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/SectorWarp.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18be45d07c650454184dcd6545faacb3 3 | folderAsset: yes 4 | timeCreated: 1491490301 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/SectorWarp/SectorWarp.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/SectorWarp/SectorWarp.mat -------------------------------------------------------------------------------- /Assets/2d/SectorWarp/SectorWarp.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d11e15150853f7d4e8564b24723b674c 3 | timeCreated: 1491490388 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/SectorWarp/SectorWarp.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/SectorWarp/SectorWarp.unity -------------------------------------------------------------------------------- /Assets/2d/SectorWarp/SectorWarp.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51457d1bbc9369b48845b58c0d3f906f 3 | timeCreated: 1491490388 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/SeqAnimate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 022a08d334a30e14c84a43bc516891c7 3 | folderAsset: yes 4 | timeCreated: 1489842819 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/SeqAnimate/SeqAnimate.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/SeqAnimate/SeqAnimate.unity -------------------------------------------------------------------------------- /Assets/2d/SeqAnimate/SeqAnimate.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d63c1f88eb6ca9d43b32b2d21e575ffe 3 | timeCreated: 1489842899 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/SeqAnimate/action.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/SeqAnimate/action.mat -------------------------------------------------------------------------------- /Assets/2d/SeqAnimate/action.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e12455e19bd798b47a9ff2b47dbd3a6f 3 | timeCreated: 1489842859 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Shutter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b4ff99a78b00e8429e29550ecdc8cb5 3 | folderAsset: yes 4 | timeCreated: 1490719350 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Shutter/Shutter.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Shutter/Shutter.mat -------------------------------------------------------------------------------- /Assets/2d/Shutter/Shutter.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b26937f4bae33e2499dcb41e3100555f 3 | timeCreated: 1490719367 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Shutter/Shutter.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Shutter/Shutter.unity -------------------------------------------------------------------------------- /Assets/2d/Shutter/Shutter.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b3c3d602cecae9468f0a9d94e4d726d 3 | timeCreated: 1490719388 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Twist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11a352e8212b37c4198898e2ac97e582 3 | folderAsset: yes 4 | timeCreated: 1461902147 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Twist/TwirlEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f389eee2e67a0134fa5029dc865a4a03 3 | timeCreated: 1461902156 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/2d/Twist/Twist.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Twist/Twist.mat -------------------------------------------------------------------------------- /Assets/2d/Twist/Twist.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7701d6870d501a444b4526cdba4f37b2 3 | timeCreated: 1461902170 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Twist/Twist.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Twist/Twist.unity -------------------------------------------------------------------------------- /Assets/2d/Twist/Twist.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2db85f92a03a574aa79fb9a5e2c6276 3 | timeCreated: 1461902163 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Twist/TwistUI.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Twist/TwistUI.mat -------------------------------------------------------------------------------- /Assets/2d/Twist/TwistUI.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08ee5e73e330a2a4897eca6f0690ba49 3 | timeCreated: 1490534484 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Twist/TwistUI.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Twist/TwistUI.unity -------------------------------------------------------------------------------- /Assets/2d/Twist/TwistUI.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2244763257df75241aa0da46f0870076 3 | timeCreated: 1490534465 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Vortex.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a489148c04f0fd40961d88190ebc410 3 | folderAsset: yes 4 | timeCreated: 1490542726 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Vortex/Vortex.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Vortex/Vortex.mat -------------------------------------------------------------------------------- /Assets/2d/Vortex/Vortex.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b43be4746a3dc804cb4cd4ceb6e20685 3 | timeCreated: 1490542726 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Vortex/Vortex.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Vortex/Vortex.unity -------------------------------------------------------------------------------- /Assets/2d/Vortex/Vortex.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7818065d07343bf4b862de731e73ee38 3 | timeCreated: 1490542726 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/WaterColor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa8bf6064978e2e478a4f450c84f924c 3 | folderAsset: yes 4 | timeCreated: 1490026657 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/WaterColor/BlurRenderTexture.renderTexture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/WaterColor/BlurRenderTexture.renderTexture -------------------------------------------------------------------------------- /Assets/2d/WaterColor/BlurRenderTexture.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c55ebd3e2bcaac64fb04255271228324 3 | timeCreated: 1490023807 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/WaterColor/GaussBlur.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/WaterColor/GaussBlur.mat -------------------------------------------------------------------------------- /Assets/2d/WaterColor/GaussBlur.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e480a6525bb4d9c4fbee0b7784e8282f 3 | timeCreated: 1489938467 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/WaterColor/WaterColor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/WaterColor/WaterColor.mat -------------------------------------------------------------------------------- /Assets/2d/WaterColor/WaterColor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a88d47c3303eb541be1e6693fc1bb5f 3 | timeCreated: 1490026657 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/WaterColor/WaterColor.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/WaterColor/WaterColor.unity -------------------------------------------------------------------------------- /Assets/2d/WaterColor/WaterColor.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68af8dc3ed0ef2644886fce3faa3add0 3 | timeCreated: 1490026657 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/WaterColor/WaterColor2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/WaterColor/WaterColor2.mat -------------------------------------------------------------------------------- /Assets/2d/WaterColor/WaterColor2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 229b0271a0585bf49a4c838780d3da41 3 | timeCreated: 1490028226 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/WaterRipple.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0dfbea296364ae84581e0a03ac1f80df 3 | folderAsset: yes 4 | timeCreated: 1491148266 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/WaterRipple/WaterRipple.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/WaterRipple/WaterRipple.mat -------------------------------------------------------------------------------- /Assets/2d/WaterRipple/WaterRipple.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38ce2d37401bf1245a2c3478ec94bfaf 3 | timeCreated: 1491148308 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/WaterRipple/WaterRipple.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/WaterRipple/WaterRipple.unity -------------------------------------------------------------------------------- /Assets/2d/WaterRipple/WaterRipple.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39c309f8668568b4b904b7bc499c2161 3 | timeCreated: 1491148308 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Wave.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb0c98a3e42cfac43bf264cb92b0fdd3 3 | folderAsset: yes 4 | timeCreated: 1490806077 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/2d/Wave/Wave.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Wave/Wave.mat -------------------------------------------------------------------------------- /Assets/2d/Wave/Wave.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34ce900b0960ac14d91e95b2e7f3476a 3 | timeCreated: 1490806106 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/2d/Wave/Wave.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/2d/Wave/Wave.unity -------------------------------------------------------------------------------- /Assets/2d/Wave/Wave.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be966aaeca7029c41aeec6406d6cf16a 3 | timeCreated: 1490806084 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/3rd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6ffd7afff2ad004b9052437eaa9134e 3 | folderAsset: yes 4 | timeCreated: 1491669340 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a04c0e2a2f200a4988520fd761da745 3 | folderAsset: yes 4 | timeCreated: 1491669340 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e12dd57a43f7af4ba041e1d45252d73 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fea447be575ca0f45b483c17c01b8315 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7ca928dc762b9040b23fe88ef783b4a 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08219ffc5d0a08345a17ed8dc806d213 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Editor/InvDatabaseInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a4e623d2eabebb4e8f6296a5fee1116 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Editor/InvFindItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d433ff63a7db764b8e246e67a296dc8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Game.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ceb57b6e5f2e1a4f8dafbf79bc5e5a9 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Game/EquipItems.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb5a46fe53751ae41980843a556d012e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Game/EquipRandomItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 646fca1f4356ca24e9cee27b0432ab47 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Game/UICursor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a60dfda9b1153fd4ca035013c64cf495 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Game/UIEquipmentSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4672396b9b81a2438d5321c4a24541b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Game/UIItemSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef0e623fb2aaa4f4fbf65633917519a5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Game/UIItemStorage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 849fd93d348255049af49ba16fb8bcb0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/Game/UIStorageSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70841457d1e5b744593d9ffe219188ae 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/System.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5e699942cba5c7408caed9e77294b93 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/System/InvAttachmentPoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a05a718b5cd2ae4eb90743bca9a1032 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/System/InvBaseItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed0e631b209a1b2429fe081e9717671b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/System/InvDatabase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5be182ce83f3ee04b941134953597507 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/System/InvEquipment.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 669bf9dcd99e8c6448f446db4f3c10fc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/System/InvGameItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94ca21840c42aad40b9f5229b16282d4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/InventorySystem/System/InvStat.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82b955af6f248024a8bf6a788bedb6fd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0d8778724629d743a90cef30056a44d 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/ChatInput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c4f0ea813e2aef4588e27970990027a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/DownloadTexture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28e7f0f53a61c6842a620d1114ae614f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/ExampleDragDropItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d331b94ba7bbfa343bb6b9f9282b5c93 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/ExampleDragDropSurface.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c645c85ed4826348b5000ddccd0f936 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/LagPosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e58031db5aeb444da199e06c340c871 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 51 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/LagRotation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2f7cad6a754193478a36b8177641278 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 52 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/LoadLevelOnClick.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | [AddComponentMenu("NGUI/Examples/Load Level On Click")] 4 | public class LoadLevelOnClick : MonoBehaviour 5 | { 6 | public string levelName; 7 | 8 | void OnClick () 9 | { 10 | if (!string.IsNullOrEmpty(levelName)) 11 | { 12 | #if UNITY_4_6 || UNITY_4_7 || UNITY_5_0 || UNITY_5_1 || UNITY_5_2 13 | Application.LoadLevel(levelName); 14 | #else 15 | UnityEngine.SceneManagement.SceneManager.LoadScene(levelName); 16 | #endif 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/LoadLevelOnClick.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4df31385379812441bfc75a419c76729 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/LookAtTarget.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2beca3ab63dabae4782a28898bed8b06 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/OpenURLOnClick.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class OpenURLOnClick : MonoBehaviour 4 | { 5 | void OnClick () 6 | { 7 | UILabel lbl = GetComponent(); 8 | 9 | if (lbl != null) 10 | { 11 | string url = lbl.GetUrlAtPosition(UICamera.lastWorldPosition); 12 | if (!string.IsNullOrEmpty(url)) Application.OpenURL(url); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/OpenURLOnClick.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f4e76ca1e5bd9d41938bc027a0aa6b9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/PanWithMouse.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cef9873bc3783e249b519e15ee14b35a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/PlayIdleAnimations.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7393c14f99274841887c9890b46216d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/SetColorPickerColor.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | [RequireComponent(typeof(UIWidget))] 4 | public class SetColorPickerColor : MonoBehaviour 5 | { 6 | [System.NonSerialized] UIWidget mWidget; 7 | 8 | public void SetToCurrent () 9 | { 10 | if (mWidget == null) mWidget = GetComponent(); 11 | if (UIColorPicker.current != null) 12 | mWidget.color = UIColorPicker.current.value; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/SetColorPickerColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c0c14d2698771846ad203a553cbc444 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/Spin.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf6484591c9cb0e409f5c53c6978a95d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/SpinWithMouse.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | [AddComponentMenu("NGUI/Examples/Spin With Mouse")] 4 | public class SpinWithMouse : MonoBehaviour 5 | { 6 | public Transform target; 7 | public float speed = 1f; 8 | 9 | Transform mTrans; 10 | 11 | void Start () 12 | { 13 | mTrans = transform; 14 | } 15 | 16 | void OnDrag (Vector2 delta) 17 | { 18 | UICamera.currentTouch.clickNotification = UICamera.ClickNotification.None; 19 | 20 | if (target != null) 21 | { 22 | target.localRotation = Quaternion.Euler(0f, -0.5f * delta.x * speed, 0f) * target.localRotation; 23 | } 24 | else 25 | { 26 | mTrans.localRotation = Quaternion.Euler(0f, -0.5f * delta.x * speed, 0f) * mTrans.localRotation; 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/SpinWithMouse.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d335b6026587ad24dbe124fe5dd1cc02 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/Tutorial5.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94cd518a0b2919a42af43f5184cd1c05 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/UISliderColors.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d15ff9fd80670345b53fd7be4f2f295 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/WindowAutoYaw.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b566c1f22015f644a83ceccc0279fc88 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 100 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/WindowDragTilt.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | /// 4 | /// Attach this script to a child of a draggable window to make it tilt as it's dragged. 5 | /// Look at how it's used in Example 6. 6 | /// 7 | 8 | [AddComponentMenu("NGUI/Examples/Window Drag Tilt")] 9 | public class WindowDragTilt : MonoBehaviour 10 | { 11 | public int updateOrder = 0; 12 | public float degrees = 30f; 13 | 14 | Vector3 mLastPos; 15 | Transform mTrans; 16 | float mAngle = 0f; 17 | 18 | void OnEnable () 19 | { 20 | mTrans = transform; 21 | mLastPos = mTrans.position; 22 | } 23 | 24 | void Update () 25 | { 26 | Vector3 deltaPos = mTrans.position - mLastPos; 27 | mLastPos = mTrans.position; 28 | 29 | mAngle += deltaPos.x * degrees; 30 | mAngle = NGUIMath.SpringLerp(mAngle, 0f, 20f, Time.deltaTime); 31 | 32 | mTrans.localRotation = Quaternion.Euler(0f, 0f, -mAngle); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Examples/Scripts/Other/WindowDragTilt.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df649a5c42709b348bc24a4c552ff369 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 200 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2d14d2a1a56c0d4886ded2ffcebc4a0 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Resources/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25ec0e92e7427154086046e127937a0a 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Resources/Shaders/Unlit - Transparent Colored.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e75727d9555d9d14ca51d91908c681bc 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fc5e6e9a44ceba478d1931ff9c2ba3a 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd6cf9341d44f9549b286812d3021d1e 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/ActiveAnimationEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(ActiveAnimation))] 10 | public class ActiveAnimationEditor : Editor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | NGUIEditorTools.SetLabelWidth(80f); 15 | ActiveAnimation aa = target as ActiveAnimation; 16 | GUILayout.Space(3f); 17 | NGUIEditorTools.DrawEvents("On Finished", aa, aa.onFinished); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/ActiveAnimationEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ba9ab789855b274fa543308ac44781b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/BMFontReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e158bb7b8285214086ac67290f0cecd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/ComponentSelector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5a2a079a3e532341bc353243c67d9be 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/EventDelegateDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 919314d918a245a4bb343f8a5dfcaa97 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/EventDelegateEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb8e5b61ab758094e90874901b42da1f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/FreeType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2276a2bded84b474baf9d0cab753c900 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUIContextMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cc4eee160da88443a1fbb257749ca15 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUIEditorExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c4443a8d3d2c6d4ea480a08299aaceb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUIEditorTools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e758c1de6cfd8b498cd2526d5b629df 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUIHandles.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4102545b85744ff4d933400e48405407 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUIHelp.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4be77d5f0fc53034eb1f99be556de17f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUIJson.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d03d26915d3a63542807ee5e560595e0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUIMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e55520451765634c9abb4830c2b53b3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUISelectionTools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34baafa8cf35dfe4b968d22d0e7556e2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUISettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06fab1249a3cb60469c68b2ee2a0701f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUISnap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa846fbc3d8dc874295406a55de7e200 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/NGUITransformInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9997db2c14b24cd4d94a8ebb76fff1f5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/PropertyBindingEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e580c777427c3a64983b83b4858c68e1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/PropertyReferenceDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 788be684805fb7f4bb044f3cdf3206be 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/SpriteSelector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 623be2c02ff0ce24d83ce440e4fa393d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenAlphaEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenAlpha))] 10 | public class TweenAlphaEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenAlpha tw = target as TweenAlpha; 18 | GUI.changed = false; 19 | 20 | float from = EditorGUILayout.Slider("From", tw.from, 0f, 1f); 21 | float to = EditorGUILayout.Slider("To", tw.to, 0f, 1f); 22 | 23 | if (GUI.changed) 24 | { 25 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 26 | tw.from = from; 27 | tw.to = to; 28 | NGUITools.SetDirty(tw); 29 | } 30 | 31 | DrawCommonProperties(); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenAlphaEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ca1a2b070be6f04f9dc2b6756d084ff 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenColorEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenColor))] 10 | public class TweenColorEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenColor tw = target as TweenColor; 18 | GUI.changed = false; 19 | 20 | Color from = EditorGUILayout.ColorField("From", tw.from); 21 | Color to = EditorGUILayout.ColorField("To", tw.to); 22 | 23 | if (GUI.changed) 24 | { 25 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 26 | tw.from = from; 27 | tw.to = to; 28 | NGUITools.SetDirty(tw); 29 | } 30 | 31 | DrawCommonProperties(); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenColorEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7928b5af346eed04ba391047b8b0ddc8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenFOVEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenFOV))] 10 | public class TweenFOVEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenFOV tw = target as TweenFOV; 18 | GUI.changed = false; 19 | 20 | float from = EditorGUILayout.Slider("From", tw.from, 1f, 180f); 21 | float to = EditorGUILayout.Slider("To", tw.to, 1f, 180f); 22 | 23 | if (GUI.changed) 24 | { 25 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 26 | tw.from = from; 27 | tw.to = to; 28 | NGUITools.SetDirty(tw); 29 | } 30 | 31 | DrawCommonProperties(); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenFOVEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11db62d6da2a5f34590f41ebb958bd94 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenHeightEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c135e5506eb921409b47fa6543134ec 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenOrthoSizeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37cda4ddb333a6d469473d36a439d20e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenPositionEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c3ed7d7dc3fe434d8fbe43ba848c7de 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenRotationEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37920e4b9f98bd44fa1250a9d995475c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenScaleEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50b7b0504ae552a42b20841c085dc185 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenTransformEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenTransform))] 10 | public class TweenTransformEditor : UITweenerEditor 11 | { 12 | } 13 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenTransformEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ff6713338f44844c82de82685521dd3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenVolumeEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenVolume))] 10 | public class TweenVolumeEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenVolume tw = target as TweenVolume; 18 | GUI.changed = false; 19 | 20 | float from = EditorGUILayout.Slider("From", tw.from, 0f, 1f); 21 | float to = EditorGUILayout.Slider("To", tw.to, 0f, 1f); 22 | 23 | if (GUI.changed) 24 | { 25 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 26 | tw.from = from; 27 | tw.to = to; 28 | NGUITools.SetDirty(tw); 29 | } 30 | 31 | DrawCommonProperties(); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenVolumeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 023e6404a70e48148b315cf9737211af 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TweenWidthEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d35cd8e39586acb4a842a0c77019d598 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/TypewriterEffectEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d00aad4a2618d0c43b705a5834ec944a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UI2DSpriteEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b58c690fc6247742b470d68991b0b45 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIAnchorEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIAnchor))] 11 | public class UIAnchorEditor : Editor 12 | { 13 | public override void OnInspectorGUI () 14 | { 15 | base.OnInspectorGUI(); 16 | EditorGUILayout.HelpBox("All NGUI widgets have anchoring functionality built-in.", MessageType.Info); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIAnchorEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ea085d118cd5e4419b53cd2a6037c70 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIAtlasInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7163253a2d8b90f4cbdd7b0630b84dcd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIAtlasMaker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6640bfdeeb55c3846ae12d39c4be16c7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIBasicSpriteEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bb84ce4e2503cc4d90712c5e8b16f75 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIButtonColorEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 911094946c3d42444ae2f537f02a998e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIButtonEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5c5298e1d742444a84b57652af46ff8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIButtonKeysEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | #if UNITY_3_5 11 | [CustomEditor(typeof(UIButtonKeys))] 12 | #else 13 | [CustomEditor(typeof(UIButtonKeys), true)] 14 | #endif 15 | public class UIButtonKeysEditor : UIKeyNavigationEditor 16 | { 17 | public override void OnInspectorGUI () 18 | { 19 | base.OnInspectorGUI(); 20 | EditorGUILayout.HelpBox("This component has been replaced by UIKeyNavigation.", MessageType.Warning); 21 | 22 | if (GUILayout.Button("Auto-Upgrade")) 23 | { 24 | NGUIEditorTools.ReplaceClass(serializedObject, typeof(UIKeyNavigation)); 25 | Selection.activeGameObject = null; 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIButtonKeysEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebef6265308ce534dbdb180b5240c568 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIButtonMessageEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIButtonMessage))] 11 | public class UIButtonMessageEditor : Editor 12 | { 13 | public override void OnInspectorGUI () 14 | { 15 | EditorGUILayout.HelpBox("This is a legacy component. Consider using the Event Trigger instead.", MessageType.Warning); 16 | base.OnInspectorGUI(); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIButtonMessageEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c44704a953b80c343a2ed6cd9ea1a77d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UICameraEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0a55f2ca4ffa1b438ee5421182da48a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UICameraTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 395f00539de3dd44e8e1dffd3531a1ae 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIColorPickerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad4bb028f6b2a704bb8a0fc75f6b0652 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UICreateNewUIWizard.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d900a06197aa6b841b6f2ae5d629f2f3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UICreateWidgetWizard.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 245788f199aedac469f04dfc612b041f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIDragObjectEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b214795e1e6ed049b4f9679743d48fe 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIDrawCallInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba9d9afe888570648bcbad1b0d7a3971 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIDrawCallViewer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfd51f6d22e704742bbfa42849ad6d43 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIEventTriggerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8342876081aa9364485fc9d21d5f481f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIFontInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1bf769ed077fac4b821591f35174d8a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIFontMaker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e14f05c1fecce3c489e85a9d53b8c9a5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIForwardEventsEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIForwardEvents))] 11 | public class UIForwardEventsEditor : Editor 12 | { 13 | public override void OnInspectorGUI () 14 | { 15 | EditorGUILayout.HelpBox("This is a legacy component. Consider using the Event Trigger instead.", MessageType.Warning); 16 | base.OnInspectorGUI(); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIForwardEventsEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 852d1257bb24f5548baaa48bb3220ccb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIGridEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25768f77ff311df4280e5930a00c6a2a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIImageButtonInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a405728ee80ddd458732a8e2ac86dff 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIInputEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bb325a2f543b4d46af7efdc8dfac540 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIKeyNavigationEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bd6e95688f06384c9b0c964d1a95dc2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UILabelInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04cb63f7bb5b23f4faa0e2bc480e77c8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UILocalizeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6134566833bb545429829e1abb8bb4ba 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIPanelInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b826b69ae58db24e94e9e2441b5bde8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIPanelTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8ec094592868d540af38cb278cc80ce 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIPlayAnimationEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61efec75045d72f48be7163deac67659 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIPlayTweenEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd2d136a660d64e43b806d6016dd7d31 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIPopupListInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b34b6233cb2c16f46a5c82586eab2960 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIPrefabTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3eb1f93f938c768488aabc5c498e5f86 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIProgressBarEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81229f2f75daa254298ceeba4651fa0d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIRectEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa5b1144562b4be4a839a476a014319c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIRootEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 167e85d0ec2d26c4e9d862a87e678254 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIScrollBarEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20f7848ea19ece0419ac9b5999ff0df5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIScrollViewEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a3b2fb31ed86914a9c7ae6b883de316 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UISliderEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UISlider))] 11 | public class UISliderEditor : UIProgressBarEditor 12 | { 13 | } 14 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UISliderEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a43764fe69e698d40b5024e16213c5cc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UISnapshotPointEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d43571d32669b3f439cff5ea0ee6d6f6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UISpriteAnimationInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0691e062d343d1b41b435e34db5d467f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UISpriteInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 921cc3716d59a904faeee8dec757dea6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIStretchEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIStretch))] 11 | public class UIStretchEditor : Editor 12 | { 13 | public override void OnInspectorGUI () 14 | { 15 | base.OnInspectorGUI(); 16 | EditorGUILayout.HelpBox("UIStretch is a legacy component and should not be used anymore. All widgets have anchoring functionality built-in.", MessageType.Warning); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIStretchEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26aa400b9b7cfb04492304287feb589d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UITableEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | #if UNITY_3_5 7 | using UnityEngine; 8 | using UnityEditor; 9 | 10 | [CanEditMultipleObjects] 11 | [CustomEditor(typeof(UITable))] 12 | public class UITableEditor : UIWidgetContainerEditor 13 | { 14 | } 15 | #endif 16 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UITableEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cf395759d6024f4e953788182f97a84 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UITextureInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e772b2bb85dc225499db07c5206af708 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UITexturePacker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3212969823f62c4f90c010c49b4d816 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIToggleInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cb80309e29808443ae0cd9dc7de36db 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UITweenerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3564c93409a4aaa44a48de1e49be56ba 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIWidgetContainerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74b00d61990c33f4cb5a79a77af61196 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIWidgetInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8a786fe017602a438111c9d297ffcac 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Editor/UIWrapContentEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21e41d478ab977b40b3bf8b95b0cdf6d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27789cd97758fad4d94161f348f4048f 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/EnvelopContent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afc132d2169cbe0478182768b713d882 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/LanguageSelection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c70d290e4a4da804eb63c8b0c528a1b7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/TypewriterEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5e1210a659c71f49b09ec14c4d40e77 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fdca5042b1d12a4890ec1bd4f04290d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIButtonActivate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/3rd/NGUI/Scripts/Interaction/UIButtonActivate.cs -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIButtonActivate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e1a147c24165da4b8936f4a453da17e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIButtonColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15cc9c62605319f4a9b20b15918913fa 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIButtonKeys.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35a096bcfb49b9c409c3875999a2cda9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIButtonMessage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4c4ff40739c7904ca26c14ffbdc4176 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIButtonOffset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10616d4ce51c5994086c006a7c1189e3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIButtonRotation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f23d9cb4e13584439c9f9ddeed5e512 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIButtonScale.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c041f61e4a9fbf4e830210f5d933ece 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UICenterOnChild.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d35d721694fa0ee48a2d14bddfcbf4a4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 10 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UICenterOnClick.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72af25c2a1299f94a86fa9cace6e252a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDragCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6be1c23e94a0ec847bf5784666c3432d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDragDropContainer.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | [AddComponentMenu("NGUI/Interaction/Drag and Drop Container")] 9 | public class UIDragDropContainer : MonoBehaviour 10 | { 11 | public Transform reparentTarget; 12 | 13 | protected virtual void Start () { if (reparentTarget == null) reparentTarget = transform; } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDragDropContainer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c33bc83ab81ec0c44976c6fb1d44e55a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDragDropItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d9ee9adcf574fc42857acfaad9fb89e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDragDropRoot.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// When Drag & Drop event begins in UIDragDropItem, it will re-parent itself to the UIDragDropRoot instead. 10 | /// It's useful when you're dragging something out of a clipped panel: you will want to reparent it before 11 | /// it can be dragged outside. 12 | /// 13 | 14 | [AddComponentMenu("NGUI/Interaction/Drag and Drop Root")] 15 | public class UIDragDropRoot : MonoBehaviour 16 | { 17 | static public Transform root; 18 | 19 | void OnEnable () { root = transform; } 20 | void OnDisable () { if (root == transform) root = null; } 21 | } 22 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDragDropRoot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f58673abf18fa334bbffe3a5b682f103 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDragObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b90fc8427bee38c478f5b2f6f0ae9580 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -200 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDragResize.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e85fff0758f722468e15bd6605b5173 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDragScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f02842fa4878db54f9587ff4de7d9f2d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIDraggableCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b2b2744de0a2904ca960e2d57e1ef56 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIEventTrigger.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e862f287df53bb64db191162f851a296 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIForwardEvents.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48ae3b1123bedc6429fcbcd3f1548030 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIGrid.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07c4de3b4b6fe9045b059ee627c100df 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIImageButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4271d0dec29cc9845a75627e88f762af 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIKeyBinding.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 049a2bcd8df653c4d9cb9d39404363a9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIKeyNavigation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 643ea4bc79b55444d974ddbd31a6cd5d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIPlayAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f093ad5830afe44aba6efa8b8a5d5b9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIPlaySound.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d44bc69c2ca5f943b845318866dc1bd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - audioClip: {fileID: 8300000, guid: 76218f99e7130334bbabc49674f288bd, type: 3} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIPlayTween.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eaee0fa3c7a782f43ac65b3fea68c1d6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIPopupList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57e428c9b6087304da439ec665b56a2d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 3 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIProgressBar.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b202fea542cfac43b87ef5b4ebda358 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UISavedOption.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7fee06681a472243a6427c8b9847475 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIScrollBar.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c8d596c16f05d949922ef16347e4cc9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 21 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d81807633ea807d4c8e3fff7e10c6000 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIShowControlScheme.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbaaa3487adf4a8428d4b5e12a1ca023 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UISlider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c20815eb3063c24290a61b7020a1836 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 23 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UISoundVolume.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// Very simple script that can be attached to a slider and will control the volume of all sounds played via NGUITools.PlaySound, 10 | /// which includes all of UI's sounds. 11 | /// 12 | 13 | [RequireComponent(typeof(UISlider))] 14 | [AddComponentMenu("NGUI/Interaction/Sound Volume")] 15 | public class UISoundVolume : MonoBehaviour 16 | { 17 | void Awake () 18 | { 19 | UISlider slider = GetComponent(); 20 | slider.value = NGUITools.soundVolume; 21 | EventDelegate.Add(slider.onChange, OnChange); 22 | } 23 | 24 | void OnChange () 25 | { 26 | NGUITools.soundVolume = UISlider.current.value; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UISoundVolume.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0ca5f9597ed3ff48aab27234e363f92 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UITable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66ca9c6e5cbd4544ab22016a27d817a4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIToggle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 446d504799d99174383957fca80713c8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 40 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIToggledComponents.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0480f64170b8ebe45812d18656dcfc44 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIToggledObjects.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5f48ecc218d2db49baa9ac1bfe73ba9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIWidgetContainer.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using System.Collections; 8 | 9 | /// 10 | /// Widget container is a generic type class that acts like a non-resizeable widget when selecting things in the scene view. 11 | /// 12 | 13 | [AddComponentMenu("NGUI/Interaction/Widget Container")] 14 | public class UIWidgetContainer : MonoBehaviour { } 15 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIWidgetContainer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1bf488fc3345a41bad73504e63dce1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Interaction/UIWrapContent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7151fd3c05c1b4c499d4d972a6b88b50 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d32162b81fa0ca4488e0506046d70d26 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/ActiveAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65ee607e1177db1479c3cbf94cac327e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/AnimationOrTween.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0249dc991b57a1f4fa6f192e9f4a3883 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/BMFont.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9254a456c0f8d064a9f8c8596ce772c3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/BMGlyph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43133e037305160469507743bfeb73fa 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/BMSymbol.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf11dfea9b50b5745b17e71aaccde1c7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/BetterList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06647390effa1ca49a5b31219b23963c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/ByteReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69381003764fe1547ae1574f92908a15 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/EventDelegate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3f2106c60b06a74ab95b50f1fab1e83 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/Localization.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4850261060aea044ae098e8e9979e62 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -300 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/NGUIDebug.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecb9547bf2766f645b5e6046483a6c72 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/NGUIMath.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24438193675d223439c8b044419aab8c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/NGUIText.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a8ace6ca0abad0469f6f961e94e9b28 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/NGUITools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0956b9fe87fb4d43ad76a06b9b0b3a1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/PropertyBinding.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 501d3db605fb18e43bfa0d782ccf1586 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/PropertyReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c5dfd3a35d7b364dba380b1615a414a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/RealTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19247bef9e8504440bfc43d9529e4515 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -400 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/SpringPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be10cbaaf1096094ca8285024d49002e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/UIBasicSprite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13a634c325376bf48bda936d36ad7e9d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/UIDrawCall.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f5158b7acfccaf4ca4a8a581255b653 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/UIEventListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1bd99dcf43f97d48bb6215c70f0cd40 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/UIGeometry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4033f00d093b3164a9ab789dcce5a78c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/UIRect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5a11779a4614cc4cb971686291ca92e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/UISnapshotPoint.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | [ExecuteInEditMode] 9 | [AddComponentMenu("NGUI/Internal/Snapshot Point")] 10 | public class UISnapshotPoint : MonoBehaviour 11 | { 12 | public bool isOrthographic = true; 13 | public float nearClip = -100f; 14 | public float farClip = 100f; 15 | 16 | [Range(10, 80)] 17 | public int fieldOfView = 35; 18 | public float orthoSize = 30f; 19 | 20 | public Texture2D thumbnail; 21 | 22 | void Start () { if (tag != "EditorOnly") tag = "EditorOnly"; } 23 | } 24 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/UISnapshotPoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f06f6958f58e84478860551165902ec 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Internal/UIWidget.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 858a20c1b21a3f94bb5b2d3b901c9aaf 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d9afcfacda155d43b4fa98fa981c27a 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/AnimatedAlpha.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// Makes it possible to animate alpha of the widget or a panel. 10 | /// 11 | 12 | [ExecuteInEditMode] 13 | public class AnimatedAlpha : MonoBehaviour 14 | { 15 | [Range(0f, 1f)] 16 | public float alpha = 1f; 17 | 18 | UIWidget mWidget; 19 | UIPanel mPanel; 20 | 21 | void OnEnable () 22 | { 23 | mWidget = GetComponent(); 24 | mPanel = GetComponent(); 25 | LateUpdate(); 26 | } 27 | 28 | void LateUpdate () 29 | { 30 | if (mWidget != null) mWidget.alpha = alpha; 31 | if (mPanel != null) mPanel.alpha = alpha; 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/AnimatedAlpha.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f9aef6d5962d8849aa830ef46c7c993 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/AnimatedColor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// Makes it possible to animate a color of the widget. 10 | /// 11 | 12 | [ExecuteInEditMode] 13 | [RequireComponent(typeof(UIWidget))] 14 | public class AnimatedColor : MonoBehaviour 15 | { 16 | public Color color = Color.white; 17 | 18 | UIWidget mWidget; 19 | 20 | void OnEnable () { mWidget = GetComponent(); LateUpdate(); } 21 | void LateUpdate () { mWidget.color = color; } 22 | } 23 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/AnimatedColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2278f9af1633ae43a759ad6cdb74608 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/AnimatedWidget.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// Makes it possible to animate the widget's width and height using Unity's animations. 10 | /// 11 | 12 | [ExecuteInEditMode] 13 | public class AnimatedWidget : MonoBehaviour 14 | { 15 | public float width = 1f; 16 | public float height = 1f; 17 | 18 | UIWidget mWidget; 19 | 20 | void OnEnable () 21 | { 22 | mWidget = GetComponent(); 23 | LateUpdate(); 24 | } 25 | 26 | void LateUpdate () 27 | { 28 | if (mWidget != null) 29 | { 30 | mWidget.width = Mathf.RoundToInt(width); 31 | mWidget.height = Mathf.RoundToInt(height); 32 | } 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/AnimatedWidget.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27adfee35dd94cb4a8d0cd2ed7d934be 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/SpringPosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b07b9d136934c04b965f9adb7054484 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenAlpha.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e2747e3775af504da1a4d5a46c5a1ce 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfa4a4a103e4fed43a7e9e9df4a6915c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenFOV.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0153adb55685cee4d97c4ee2d52124e5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenFill.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ba7f59a1f412544f85ac3e66f0b5227 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenHeight.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66a6ab21c5f860946ade65b47cc0270b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -92 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenOrthoSize.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 365827806a6dd8b4583deeefe6e483c9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenPosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d166255cacf07b4292b8402b3ddefc5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -98 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenRotation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04d1b7c9e9a19a24ab67123a43c6544b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -95 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenScale.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75e7459110b9666449485c40f25362a5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -94 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenTransform.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d805c79a1ab11643bfd9d91e10c195a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenVolume.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17aeef7ce6c142344959e650cab20151 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/TweenWidth.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fe5d396737f89f4ea1534bc147cad2e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -93 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/Tweening/UITweener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c96860f5597f2494abb42d29cdca0bcc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 973ad3f7ec2e8f04bbaba2bd58365cdb 3 | folderAsset: yes 4 | timeCreated: 1491669341 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UI2DSprite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e96b31ce75e592f45a1cff563a4869db 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 5 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UI2DSpriteAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f945d2f8b430a140a60224c850dbbdb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIAnchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8077b76001d36d489868d20d28bddb9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -23 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIAtlas.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d0c51bb0b6e93049af5e88f93826e3b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UICamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a92b5d748695fd44aac9feef17ba415 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -90 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIColorPicker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02e5d51ade5cb9d49b9a4ab78bc8d622 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIFont.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b4eb3a400afab046abb8471a9d746d6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIInput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac5060295fbd39b4a88d20d0c83d925e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 1 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIInputOnGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f555bda46cc2e6f448cde6a38c0de59b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UILabel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9d0b5f3bbe925a408bd595c79d0bf63 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UILocalize.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa69d5b40401f77469779cf7f6fc94a0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIOrthoCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e99a627c1d84ba64faaf1a819b50fd6e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae942c9068183dc40a9d01f648273726 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 300 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIRoot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c5ecb5660b11414fb042fb826e03b73 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -250 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UISprite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b3dc54f924693f41b5cbecb267e647a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UISpriteAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df9bfb5c080dac24cbbc6c9f595ed413 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UISpriteData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f23d662aa841b434588de6b8c3cb5b3e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIStretch.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94b5bd8d2e1bcbe4580036799fb6ca41 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -21 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UITextList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 020d0c1db3283a342ab86731270ea060 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UITexture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5c5ca47aa5c01740810b7c66662099f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UITooltip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbc946d84fba95f41a0136cf378875be 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/3rd/NGUI/Scripts/UI/UIViewport.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a4738b17d7857b4fa52eb2d3ca0cb3a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 247b768179096fa49a3199beba957de5 3 | folderAsset: yes 4 | timeCreated: 1489822622 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Blur.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8928e3061d8b051499558bf9d53b91b8 3 | timeCreated: 1461899267 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/BlurBox.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85ed8d0d86437674a8a3489859a039a1 3 | timeCreated: 1489938387 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/BlurGauss.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9936fee7851c374babe76afdd6eaeca 3 | timeCreated: 1489938387 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/CircleHole.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1050da8c146628f44a7b3515135fae43 3 | timeCreated: 1461948262 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/EarthRotate.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4cda7ff3269de641aec2652cb5ba69f 3 | timeCreated: 1461491251 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Emboss.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0158c6bcec397994e9762f802d413356 3 | timeCreated: 1489934236 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Fade.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48a782b54d6a1a74189b83e6f8880c13 3 | timeCreated: 1461900168 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Flash.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3ca607caa48bdc4f85cf27eb6bbfa33 3 | timeCreated: 1461501902 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Gray.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d0d20fed0c15d24f9a420beb3b33911 3 | timeCreated: 1489930674 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/HDR.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3b7035256a99954b9d6ab7a862799f6 3 | timeCreated: 1490023198 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/HexagonClip.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33fa2d068c6a37b4090b4606e25d1a67 3 | timeCreated: 1491669803 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/InnerGlow.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 507ea21152018c44d8a52e8f7255f265 3 | timeCreated: 1489803312 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Mosaic.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fb2175c5fce3054ea75968aa8419b26 3 | timeCreated: 1489935583 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/OldPhoto.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7036b6816284a2f489ce03502e039df2 3 | timeCreated: 1490196434 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/OldTV.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36e1ed97cfaadfc40928ea438f36670c 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/OutterGlow.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fa715a4f04b5534e8b4580784b07733 3 | timeCreated: 1489820435 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Pencil.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60eaed66c1ef8b643a5121d664f820a5 3 | timeCreated: 1489939754 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/RadialBlur.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6389e1cf45552a04886bb44c9f801408 3 | timeCreated: 1530019268 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/RoundCorner.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d8c13915b209b048a1ce1e24b97ddeb 3 | timeCreated: 1491669803 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/RoundRect.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baacf612fa32d18478b59bd9aa10a457 3 | timeCreated: 1465309297 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Saturation.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14782d4614821504b840fdc7cdebb113 3 | timeCreated: 1490412711 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/SectorWarp.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89be15fda6a41f14da5e8ce22fbc3d53 3 | timeCreated: 1491490509 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/SeqAnimate.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f23a1bcf9083c6d4c854075c9110e00a 3 | timeCreated: 1465316409 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Sharpen.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef8a504e693f71f4ebef0fe036c56a0d 3 | timeCreated: 1489937292 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Shutter.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b1acd98f79fe8c4490c9709520aec11 3 | timeCreated: 1490719162 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Twirl.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1c87a8acb5c1ec4caedfffa3cc3e5ec 3 | timeCreated: 1490532758 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/TwirlEffect.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efe6f8fed5581124bad4e8c2f143af9d 3 | timeCreated: 1461902156 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Vortex.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc85e092b1b3e9a408e7675ab8f1ddcf 3 | timeCreated: 1490541822 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/WaterColor.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 879ba92ca766aae45af48a8d757dc1ce 3 | timeCreated: 1490026657 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/WaterRipple.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdbf91e3e33065341a036f3d7f072e9e 3 | timeCreated: 1491148308 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Wave.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31d532ea80513e4438a2139747385249 3 | timeCreated: 1490806065 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 879daee818390054a9a7a0fd173841a2 3 | folderAsset: yes 4 | timeCreated: 1491145234 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Textures/action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/action.png -------------------------------------------------------------------------------- /Assets/Textures/area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/area.png -------------------------------------------------------------------------------- /Assets/Textures/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/black.png -------------------------------------------------------------------------------- /Assets/Textures/btn_phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/btn_phone.png -------------------------------------------------------------------------------- /Assets/Textures/btn_phone_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/btn_phone_h.png -------------------------------------------------------------------------------- /Assets/Textures/earth.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cc5b71cf73fe8346b72c994f131c1a5 3 | folderAsset: yes 4 | timeCreated: 1491145612 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Textures/earth/clouds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/earth/clouds.jpg -------------------------------------------------------------------------------- /Assets/Textures/earth/earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/earth/earth.jpg -------------------------------------------------------------------------------- /Assets/Textures/earth/skybox_back6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/earth/skybox_back6.png -------------------------------------------------------------------------------- /Assets/Textures/earth/skybox_bottom4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/earth/skybox_bottom4.png -------------------------------------------------------------------------------- /Assets/Textures/earth/skybox_front5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/earth/skybox_front5.png -------------------------------------------------------------------------------- /Assets/Textures/earth/skybox_left2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/earth/skybox_left2.png -------------------------------------------------------------------------------- /Assets/Textures/earth/skybox_right1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/earth/skybox_right1.png -------------------------------------------------------------------------------- /Assets/Textures/earth/skybox_top3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/earth/skybox_top3.png -------------------------------------------------------------------------------- /Assets/Textures/head2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/head2.png -------------------------------------------------------------------------------- /Assets/Textures/lotus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/lotus.png -------------------------------------------------------------------------------- /Assets/Textures/noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/noise.png -------------------------------------------------------------------------------- /Assets/Textures/temple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/temple.png -------------------------------------------------------------------------------- /Assets/Textures/tulip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/tulip.png -------------------------------------------------------------------------------- /Assets/Textures/water.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Assets/Textures/water.jpg -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.4.35f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /Snapshot/Blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Blur.png -------------------------------------------------------------------------------- /Snapshot/BlurSharpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/BlurSharpen.png -------------------------------------------------------------------------------- /Snapshot/Circle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Circle.gif -------------------------------------------------------------------------------- /Snapshot/Earth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Earth.gif -------------------------------------------------------------------------------- /Snapshot/Emboss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Emboss.png -------------------------------------------------------------------------------- /Snapshot/Fade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Fade.gif -------------------------------------------------------------------------------- /Snapshot/Flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Flash.gif -------------------------------------------------------------------------------- /Snapshot/Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Glow.png -------------------------------------------------------------------------------- /Snapshot/Gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Gray.png -------------------------------------------------------------------------------- /Snapshot/HDR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/HDR.png -------------------------------------------------------------------------------- /Snapshot/HexagonClip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/HexagonClip.png -------------------------------------------------------------------------------- /Snapshot/Mosaic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Mosaic.png -------------------------------------------------------------------------------- /Snapshot/OldPhoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/OldPhoto.png -------------------------------------------------------------------------------- /Snapshot/Pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Pencil.png -------------------------------------------------------------------------------- /Snapshot/RoundRect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/RoundRect.png -------------------------------------------------------------------------------- /Snapshot/Saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Saturation.png -------------------------------------------------------------------------------- /Snapshot/SectorWarp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/SectorWarp.png -------------------------------------------------------------------------------- /Snapshot/SeqAnimate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/SeqAnimate.gif -------------------------------------------------------------------------------- /Snapshot/Shutter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Shutter.gif -------------------------------------------------------------------------------- /Snapshot/Twist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Twist.png -------------------------------------------------------------------------------- /Snapshot/Vortex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Vortex.png -------------------------------------------------------------------------------- /Snapshot/WaterColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/WaterColor.png -------------------------------------------------------------------------------- /Snapshot/WaterRipple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/WaterRipple.png -------------------------------------------------------------------------------- /Snapshot/Wave.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightyan/Shader2D/f08758b8491e23d95eee88b42a0fe7a5b0ec6a57/Snapshot/Wave.gif --------------------------------------------------------------------------------