├── .gitignore ├── Assets ├── ArtResources.meta ├── ArtResources │ ├── card_bg_big_1.jpg │ ├── card_bg_big_1.jpg.meta │ ├── card_bg_big_2.jpg │ ├── card_bg_big_2.jpg.meta │ ├── card_bg_big_3.jpg │ ├── card_bg_big_3.jpg.meta │ ├── card_bg_big_4.jpg │ ├── card_bg_big_4.jpg.meta │ ├── card_bg_big_5.jpg │ ├── card_bg_big_5.jpg.meta │ ├── card_bg_big_6.jpg │ └── card_bg_big_6.jpg.meta ├── NGUI.meta ├── NGUI │ ├── Editor.meta │ ├── Editor │ │ ├── FreeType.dll │ │ ├── FreeType.dll.meta │ │ ├── FreeType.dylib │ │ ├── FreeType.dylib.meta │ │ ├── Preview.meta │ │ └── Preview │ │ │ ├── Control - Background.png │ │ │ ├── Control - Background.png.meta │ │ │ ├── Control - Colored Button.png │ │ │ ├── Control - Colored Button.png.meta │ │ │ ├── Control - Colored Checkbox.png │ │ │ ├── Control - Colored Checkbox.png.meta │ │ │ ├── Control - Colored Horizontal Scroll Bar.png │ │ │ ├── Control - Colored Horizontal Scroll Bar.png.meta │ │ │ ├── Control - Colored Popup List.png │ │ │ ├── Control - Colored Popup List.png.meta │ │ │ ├── Control - Colored Progress Bar.png │ │ │ ├── Control - Colored Progress Bar.png.meta │ │ │ ├── Control - Colored Slider.png │ │ │ ├── Control - Colored Slider.png.meta │ │ │ ├── Control - Colored Vertical Scroll Bar.png │ │ │ ├── Control - Colored Vertical Scroll Bar.png.meta │ │ │ ├── Control - Simple Button.png │ │ │ ├── Control - Simple Button.png.meta │ │ │ ├── Control - Simple Checkbox.png │ │ │ ├── Control - Simple Checkbox.png.meta │ │ │ ├── Control - Simple Horizontal Scroll Bar.png │ │ │ ├── Control - Simple Horizontal Scroll Bar.png.meta │ │ │ ├── Control - Simple Horizontal Slider.png │ │ │ ├── Control - Simple Horizontal Slider.png.meta │ │ │ ├── Control - Simple Input Field.png │ │ │ ├── Control - Simple Input Field.png.meta │ │ │ ├── Control - Simple Popup List.png │ │ │ ├── Control - Simple Popup List.png.meta │ │ │ ├── Control - Simple Progress Bar.png │ │ │ ├── Control - Simple Progress Bar.png.meta │ │ │ ├── Control - Simple Text Box.png │ │ │ ├── Control - Simple Text Box.png.meta │ │ │ ├── Control - Simple Vertical Scroll Bar.png │ │ │ ├── Control - Simple Vertical Scroll Bar.png.meta │ │ │ ├── Control - Simple Vertical Slider.png │ │ │ └── Control - Simple Vertical Slider.png.meta │ ├── Examples.meta │ ├── Examples │ │ ├── Animations.meta │ │ ├── Animations │ │ │ ├── Button.anim │ │ │ ├── Button.anim.meta │ │ │ ├── Checkmark.anim │ │ │ ├── Checkmark.anim.meta │ │ │ ├── Logo.anim │ │ │ ├── Logo.anim.meta │ │ │ ├── Window - Back.anim │ │ │ ├── Window - Back.anim.meta │ │ │ ├── Window - Forward.anim │ │ │ └── Window - Forward.anim.meta │ │ ├── Atlases.meta │ │ ├── Atlases │ │ │ ├── Fantasy.meta │ │ │ ├── Fantasy │ │ │ │ ├── Fantasy Atlas.mat │ │ │ │ ├── Fantasy Atlas.mat.meta │ │ │ │ ├── Fantasy Atlas.prefab │ │ │ │ ├── Fantasy Atlas.prefab.meta │ │ │ │ ├── Fantasy Atlas.psd │ │ │ │ ├── Fantasy Atlas.psd.meta │ │ │ │ ├── Fantasy Font - Normal.prefab │ │ │ │ ├── Fantasy Font - Normal.prefab.meta │ │ │ │ ├── Fantasy Font - Normal.txt │ │ │ │ └── Fantasy Font - Normal.txt.meta │ │ │ ├── Refractive.meta │ │ │ ├── Refractive │ │ │ │ ├── Refractive Atlas - Bump.psd │ │ │ │ ├── Refractive Atlas - Bump.psd.meta │ │ │ │ ├── Refractive Atlas - Masks.psd │ │ │ │ ├── Refractive Atlas - Masks.psd.meta │ │ │ │ ├── Refractive Atlas.mat │ │ │ │ ├── Refractive Atlas.mat.meta │ │ │ │ ├── Refractive Atlas.prefab │ │ │ │ ├── Refractive Atlas.prefab.meta │ │ │ │ ├── Refractive Atlas.psd │ │ │ │ ├── Refractive Atlas.psd.meta │ │ │ │ ├── Refractive Font - Header.prefab │ │ │ │ ├── Refractive Font - Header.prefab.meta │ │ │ │ ├── Refractive Font - Header.txt │ │ │ │ ├── Refractive Font - Header.txt.meta │ │ │ │ ├── Refractive Font - Normal.prefab │ │ │ │ ├── Refractive Font - Normal.prefab.meta │ │ │ │ ├── Refractive Font - Normal.txt │ │ │ │ └── Refractive Font - Normal.txt.meta │ │ │ ├── SciFi.meta │ │ │ ├── SciFi │ │ │ │ ├── SciFi Atlas.mat │ │ │ │ ├── SciFi Atlas.mat.meta │ │ │ │ ├── SciFi Atlas.prefab │ │ │ │ ├── SciFi Atlas.prefab.meta │ │ │ │ ├── SciFi Atlas.psd │ │ │ │ ├── SciFi Atlas.psd.meta │ │ │ │ ├── SciFi Font - Header.prefab │ │ │ │ ├── SciFi Font - Header.prefab.meta │ │ │ │ ├── SciFi Font - Header.txt │ │ │ │ ├── SciFi Font - Header.txt.meta │ │ │ │ ├── SciFi Font - Normal.prefab │ │ │ │ ├── SciFi Font - Normal.prefab.meta │ │ │ │ ├── SciFi Font - Normal.txt │ │ │ │ └── SciFi Font - Normal.txt.meta │ │ │ ├── Wooden.meta │ │ │ └── Wooden │ │ │ │ ├── Arimo14.prefab │ │ │ │ ├── Arimo14.prefab.meta │ │ │ │ ├── Arimo14.tga │ │ │ │ ├── Arimo14.tga.meta │ │ │ │ ├── Arimo14.txt │ │ │ │ ├── Arimo14.txt.meta │ │ │ │ ├── Arimo18.prefab │ │ │ │ ├── Arimo18.prefab.meta │ │ │ │ ├── Arimo18.tga │ │ │ │ ├── Arimo18.tga.meta │ │ │ │ ├── Arimo18.txt │ │ │ │ ├── Arimo18.txt.meta │ │ │ │ ├── Arimo20.prefab │ │ │ │ ├── Arimo20.prefab.meta │ │ │ │ ├── Arimo20.tga │ │ │ │ ├── Arimo20.tga.meta │ │ │ │ ├── Arimo20.txt │ │ │ │ ├── Arimo20.txt.meta │ │ │ │ ├── Coalition.prefab │ │ │ │ ├── Coalition.prefab.meta │ │ │ │ ├── Control - Background.prefab │ │ │ │ ├── Control - Background.prefab.meta │ │ │ │ ├── Control - Colored Button.prefab │ │ │ │ ├── Control - Colored Button.prefab.meta │ │ │ │ ├── Control - Colored Checkbox.prefab │ │ │ │ ├── Control - Colored Checkbox.prefab.meta │ │ │ │ ├── Control - Colored Horizontal Scroll Bar.prefab │ │ │ │ ├── Control - Colored Horizontal Scroll Bar.prefab.meta │ │ │ │ ├── Control - Colored Popup List.prefab │ │ │ │ ├── Control - Colored Popup List.prefab.meta │ │ │ │ ├── Control - Colored Progress Bar.prefab │ │ │ │ ├── Control - Colored Progress Bar.prefab.meta │ │ │ │ ├── Control - Colored Slider.prefab │ │ │ │ ├── Control - Colored Slider.prefab.meta │ │ │ │ ├── Control - Colored Vertical Scroll Bar.prefab │ │ │ │ ├── Control - Colored Vertical Scroll Bar.prefab.meta │ │ │ │ ├── Control - Simple Button.prefab │ │ │ │ ├── Control - Simple Button.prefab.meta │ │ │ │ ├── Control - Simple Checkbox.prefab │ │ │ │ ├── Control - Simple Checkbox.prefab.meta │ │ │ │ ├── Control - Simple Horizontal Scroll Bar.prefab │ │ │ │ ├── Control - Simple Horizontal Scroll Bar.prefab.meta │ │ │ │ ├── Control - Simple Horizontal Slider.prefab │ │ │ │ ├── Control - Simple Horizontal Slider.prefab.meta │ │ │ │ ├── Control - Simple Input Field.prefab │ │ │ │ ├── Control - Simple Input Field.prefab.meta │ │ │ │ ├── Control - Simple Popup List.prefab │ │ │ │ ├── Control - Simple Popup List.prefab.meta │ │ │ │ ├── Control - Simple Progress Bar.prefab │ │ │ │ ├── Control - Simple Progress Bar.prefab.meta │ │ │ │ ├── Control - Simple Text Box.prefab │ │ │ │ ├── Control - Simple Text Box.prefab.meta │ │ │ │ ├── Control - Simple Vertical Scroll Bar.prefab │ │ │ │ ├── Control - Simple Vertical Scroll Bar.prefab.meta │ │ │ │ ├── Control - Simple Vertical Slider.prefab │ │ │ │ ├── Control - Simple Vertical Slider.prefab.meta │ │ │ │ ├── Wooden Atlas.mat │ │ │ │ ├── Wooden Atlas.mat.meta │ │ │ │ ├── Wooden Atlas.png │ │ │ │ ├── Wooden Atlas.png.meta │ │ │ │ ├── Wooden Atlas.prefab │ │ │ │ └── Wooden Atlas.prefab.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── Backdrop.mat │ │ │ ├── Backdrop.mat.meta │ │ │ ├── brick.mat │ │ │ ├── brick.mat.meta │ │ │ ├── burlap.mat │ │ │ ├── burlap.mat.meta │ │ │ ├── sand.mat │ │ │ └── sand.mat.meta │ │ ├── Models.meta │ │ ├── Models │ │ │ ├── Orc Armor.meta │ │ │ ├── Orc Armor │ │ │ │ ├── Bracers.FBX │ │ │ │ ├── Bracers.FBX.meta │ │ │ │ ├── Orc Armor (Diffuse).psd │ │ │ │ ├── Orc Armor (Diffuse).psd.meta │ │ │ │ ├── Orc Armor (Maps).png │ │ │ │ ├── Orc Armor (Maps).png.meta │ │ │ │ ├── Orc Armor (Normal).png │ │ │ │ ├── Orc Armor (Normal).png.meta │ │ │ │ ├── Orc Armor.mat │ │ │ │ ├── Orc Armor.mat.meta │ │ │ │ ├── Orc Armor.shader │ │ │ │ ├── Orc Armor.shader.meta │ │ │ │ ├── Orc Bracers.prefab │ │ │ │ ├── Orc Bracers.prefab.meta │ │ │ │ ├── Orc Shoulders.prefab │ │ │ │ ├── Orc Shoulders.prefab.meta │ │ │ │ ├── Shoulders.FBX │ │ │ │ └── Shoulders.FBX.meta │ │ │ ├── Orc.meta │ │ │ └── Orc │ │ │ │ ├── FBX.FBX │ │ │ │ ├── FBX.FBX.meta │ │ │ │ ├── FBX@idle.FBX │ │ │ │ ├── FBX@idle.FBX.meta │ │ │ │ ├── FBX@idleBreaks.FBX │ │ │ │ ├── FBX@idleBreaks.FBX.meta │ │ │ │ ├── Orc Skin (Diffuse).psd │ │ │ │ ├── Orc Skin (Diffuse).psd.meta │ │ │ │ ├── Orc Skin (Normal).png │ │ │ │ ├── Orc Skin (Normal).png.meta │ │ │ │ ├── Orc Skin.mat │ │ │ │ ├── Orc Skin.mat.meta │ │ │ │ ├── Orc Skin.shader │ │ │ │ ├── Orc Skin.shader.meta │ │ │ │ ├── Orc.prefab │ │ │ │ └── Orc.prefab.meta │ │ ├── Other.meta │ │ ├── Other │ │ │ ├── Storage Icon Template.prefab │ │ │ └── Storage Icon Template.prefab.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── Localization.txt │ │ │ └── Localization.txt.meta │ │ ├── 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 │ │ │ │ ├── EnvelopContent.cs │ │ │ │ ├── EnvelopContent.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 │ │ │ │ ├── SetColorOnSelection.cs │ │ │ │ ├── SetColorOnSelection.cs.meta │ │ │ │ ├── ShaderQuality.cs │ │ │ │ ├── ShaderQuality.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 │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── Refractive.shader │ │ │ ├── Refractive.shader.meta │ │ │ ├── Unlit - Additive Colored.shader │ │ │ ├── Unlit - Additive Colored.shader.meta │ │ │ ├── Unlit - Depth Cutout.shader │ │ │ ├── Unlit - Depth Cutout.shader.meta │ │ │ ├── Unlit - Depth.shader │ │ │ ├── Unlit - Depth.shader.meta │ │ │ ├── Unlit - Masked Colored.shader │ │ │ └── Unlit - Masked Colored.shader.meta │ │ ├── Sounds.meta │ │ ├── Sounds │ │ │ ├── Crumple.wav │ │ │ ├── Crumple.wav.meta │ │ │ ├── Rumble.wav │ │ │ ├── Rumble.wav.meta │ │ │ ├── Swipe.wav │ │ │ ├── Swipe.wav.meta │ │ │ ├── Tap.wav │ │ │ └── Tap.wav.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── Backdrop.png │ │ │ ├── Backdrop.png.meta │ │ │ ├── brick.jpg │ │ │ ├── brick.jpg.meta │ │ │ ├── brickNM.png │ │ │ ├── brickNM.png.meta │ │ │ ├── burlap.jpg │ │ │ ├── burlap.jpg.meta │ │ │ ├── sand.png │ │ │ └── sand.png.meta │ ├── ReadMe - 3.6.7.txt │ ├── ReadMe - 3.6.7.txt.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── Unlit - Premultiplied Colored 1.shader │ │ │ ├── Unlit - Premultiplied Colored 1.shader.meta │ │ │ ├── Unlit - Premultiplied Colored 2.shader │ │ │ ├── Unlit - Premultiplied Colored 2.shader.meta │ │ │ ├── Unlit - Premultiplied Colored 3.shader │ │ │ ├── Unlit - Premultiplied Colored 3.shader.meta │ │ │ ├── Unlit - Premultiplied Colored.shader │ │ │ ├── Unlit - Premultiplied Colored.shader.meta │ │ │ ├── Unlit - Text 1.shader │ │ │ ├── Unlit - Text 1.shader.meta │ │ │ ├── Unlit - Text 2.shader │ │ │ ├── Unlit - Text 2.shader.meta │ │ │ ├── Unlit - Text 3.shader │ │ │ ├── Unlit - Text 3.shader.meta │ │ │ ├── Unlit - Text.shader │ │ │ ├── Unlit - Text.shader.meta │ │ │ ├── Unlit - Transparent Colored 1.shader │ │ │ ├── Unlit - Transparent Colored 1.shader.meta │ │ │ ├── Unlit - Transparent Colored 2.shader │ │ │ ├── Unlit - Transparent Colored 2.shader.meta │ │ │ ├── Unlit - Transparent Colored 3.shader │ │ │ ├── Unlit - Transparent Colored 3.shader.meta │ │ │ ├── Unlit - Transparent Colored.shader │ │ │ ├── Unlit - Transparent Colored.shader.meta │ │ │ ├── Unlit - Transparent Packed 1.shader │ │ │ ├── Unlit - Transparent Packed 1.shader.meta │ │ │ ├── Unlit - Transparent Packed 2.shader │ │ │ ├── Unlit - Transparent Packed 2.shader.meta │ │ │ ├── Unlit - Transparent Packed 3.shader │ │ │ ├── Unlit - Transparent Packed 3.shader.meta │ │ │ ├── Unlit - Transparent Packed.shader │ │ │ └── Unlit - Transparent Packed.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 │ │ ├── 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 │ │ ├── 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 ├── PlugIns.meta ├── PlugIns │ ├── NGUI.meta │ └── NGUI │ │ ├── Interaction.meta │ │ ├── Interaction │ │ ├── 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 │ │ ├── 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 │ │ ├── SpringPosition.cs │ │ ├── SpringPosition.cs.meta │ │ ├── TweenAlpha.cs │ │ ├── TweenAlpha.cs.meta │ │ ├── TweenColor.cs │ │ ├── TweenColor.cs.meta │ │ ├── TweenFOV.cs │ │ ├── TweenFOV.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 │ │ ├── UIFont.cs │ │ ├── UIFont.cs.meta │ │ ├── UIInput.cs │ │ ├── UIInput.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 ├── Scenes.meta ├── Scenes │ ├── NGUIEnhanceScrollView.unity │ ├── NGUIEnhanceScrollView.unity.meta │ ├── UGUIEnhanceScrollView.unity │ └── UGUIEnhanceScrollView.unity.meta ├── Scripts.meta └── Scripts │ ├── EnhanceScrollView.meta │ ├── EnhanceScrollView │ ├── EnhanceItem.cs │ ├── EnhanceItem.cs.meta │ ├── EnhanceScrollView.cs │ ├── EnhanceScrollView.cs.meta │ ├── NGUIAndWorld.meta │ ├── NGUIAndWorld │ │ ├── DragEnhanceView.cs │ │ ├── DragEnhanceView.cs.meta │ │ ├── EnhanceScrollViewDragController.cs │ │ └── EnhanceScrollViewDragController.cs.meta │ ├── UGUI.meta │ └── UGUI │ │ ├── UDragEnhanceView.cs │ │ └── UDragEnhanceView.cs.meta │ ├── Example.meta │ └── Example │ ├── MyNGUIEnhanceItem.cs │ ├── MyNGUIEnhanceItem.cs.meta │ ├── MyUGUIEnhanceItem.cs │ └── MyUGUIEnhanceItem.cs.meta ├── EnhancedScrollView.userprefs ├── ProjectSettings ├── AudioManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── QualitySettings.asset ├── TagManager.asset └── TimeManager.asset ├── README.md └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | /[Ll]ibrary/ 2 | /[Tt]emp/ 3 | /[Oo]bj/ 4 | /[Bb]uild/ 5 | /[Bb]uilds/ 6 | *.apk 7 | *.unitypackage 8 | *.csproj 9 | *.suo 10 | *.tmp 11 | *.sln 12 | 13 | -------------------------------------------------------------------------------- /Assets/ArtResources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2ee2398b46e6164ba78587346bfa23f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/ArtResources/card_bg_big_1.jpg -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_1.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1aabc065db31cff46983564f9db35216 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 2 28 | aniso: 1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 2 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/ArtResources/card_bg_big_2.jpg -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_2.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae5d5336d32028c4c981a0dba923f8b4 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 2 28 | aniso: 1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 2 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/ArtResources/card_bg_big_3.jpg -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_3.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a45e53549b63a3d4abb3800f89e29428 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 2 28 | aniso: 1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 2 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/ArtResources/card_bg_big_4.jpg -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_4.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45efca39cea3e0b4ca636501f500bf5d 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 2 28 | aniso: 1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 2 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/ArtResources/card_bg_big_5.jpg -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_5.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be6d5b893a6f8284784e08a2b4d8cbcc 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 2 28 | aniso: 1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 2 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/ArtResources/card_bg_big_6.jpg -------------------------------------------------------------------------------- /Assets/ArtResources/card_bg_big_6.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19676b19d642ff54a9b8705c69f81a5b 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 2 28 | aniso: 1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 2 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/NGUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44e2d1162341b1842afe37ebb0c3f615 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f535c2ed68d82f40bb5dd0bf543dab4 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/FreeType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/FreeType.dll -------------------------------------------------------------------------------- /Assets/NGUI/Editor/FreeType.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f801416effc99aa46b3cf89b61a49c6e 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/FreeType.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/FreeType.dylib -------------------------------------------------------------------------------- /Assets/NGUI/Editor/FreeType.dylib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83d67a4d19a9444f1bf70bcb6721b5d7 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7abc1bfabe3adb741a055c1da2f6f43f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Background.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Colored Button.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Colored Checkbox.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Horizontal Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Colored Horizontal Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Popup List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Colored Popup List.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Progress Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Colored Progress Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Colored Slider.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Vertical Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Colored Vertical Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Button.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Checkbox.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Horizontal Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Horizontal Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Horizontal Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Horizontal Slider.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Input Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Input Field.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Popup List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Popup List.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Progress Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Progress Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Text Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Text Box.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Vertical Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Vertical Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Vertical Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Editor/Preview/Control - Simple Vertical Slider.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad605b00a9a05b144b1166eb27f31ec1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35664f5772e49ac408f3c841391d67a8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Button.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8c465e83c3e18040884ef096f01647b 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Checkmark.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baa794242d9902a439adb42668119f24 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Logo.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a11ffd605e2eca74d9d8bbcb98aea4bf 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Window - Back.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21e432435c13c134384f3c0c36045919 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Window - Forward.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5eabd000b213209499a98e6757fcdcc8 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9a620564dcfe3343a4fa9c943d1d736 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acf5d72414c5b4b48a79011f93672118 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: Fantasy Atlas 10 | m_Shader: {fileID: 4800000, guid: e75727d9555d9d14ca51d91908c681bc, type: 1} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: da323e2b403b83f48a9c5bc9e05ec0cd, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: {} 22 | m_Colors: 23 | data: 24 | first: 25 | name: _Color 26 | second: {r: 1, g: 1, b: 1, a: 1} 27 | data: 28 | first: 29 | name: _ClipRange 30 | second: {r: -.00124999997, g: .00124999997, b: 1.5, a: 1} 31 | data: 32 | first: 33 | name: _ClipSharpness 34 | second: {r: 1, g: 1, b: 1, a: 1} 35 | --- !u!1002 &2100001 36 | EditorExtensionImpl: 37 | serializedVersion: 6 38 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7ef61ebb5c25394c8706a7ea658349f 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f95e07e3d350bf748b0c42b453a69d2e 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16a2d4ace59bac64dbcf4085964b38eb 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad5ef776461ab4649b17aed42c0cea38 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 708e630e301aadf48bb95a46c94b911e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Bump.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Bump.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Masks.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Masks.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e76d0bdab6849b94aa507497bbb96687 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1289d9a909bfda4e97fbd6af270d511 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Header.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc7978f4e2005ea418e07fdd0465efe5 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Header.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c905e39dfae16404fa3c67e876cf74f5 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Normal.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dfefea9e318d8c439ce15f9525c0853 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Normal.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9626bdc61f38ff2499f0120b8192607d 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bb78ce364f54594a97ba5f358f5638c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d650d98b3c4028a4a8b7225c1a6482f8 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f2473f73b9ca724f9080d6d76009ea2 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4b622e2ae4b7aa4abf761706845a53f 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 2 28 | aniso: 4 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 1 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 0 42 | textureType: 0 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a48ea22e80d1ac4b97fdd87f9009546 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1418064d34626b408a38cccae0d422e 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac44b8a25154a9d40a172ab5851e0986 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ae1125e63fb80f4d976caeb67d641a4 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 987a2b1e1974477429a35863afff9c4a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 800fce3d977b52d4cadf1a0790a413f0 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Atlases/Wooden/Arimo14.tga -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.tga.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34598662602230e4281f2aba2397b578 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 1 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: 4 25 | maxTextureSize: 4096 26 | textureSettings: 27 | filterMode: 0 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 0 42 | textureType: -1 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbfb3121457347d40b85543a3884da43 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f5e030a8cdc292438f880d3ec49ef64 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Atlases/Wooden/Arimo18.tga -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 394ce1e2bba14ce45bee393b8728818a 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29056518aafb01b49a5b08faf8e30cff 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Atlases/Wooden/Arimo20.tga -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 015fa701d862b2f4bab32228aaade619 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Coalition.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93e68f7902ba67545ba1e60502873fb5 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Background.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f972f5483b779142956dc9ac68b71a7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Button.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fee46b827274e694aa251e2d36700135 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Checkbox.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d817ce413af090746808cf805ff3375b 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Horizontal Scroll Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: daa32720f1eb9324eb99463ea71cbef1 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Popup List.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea7ea4be01fdadf45a93ce4ffd074f36 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Progress Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b2eaf764cd5dcc498274816bd1bec13 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Slider.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d6f4f3ab0ce7924ca9daf1717928185 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Vertical Scroll Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f802c84f4ff4e1489958bbce5149bcc 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Button.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c3a28b051e872b448d4808cfcf9199c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Checkbox.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8298f3014addb4740b073bab416a0335 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Horizontal Scroll Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f3c0d790c9a5494ea6e015207ab9c4f 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Horizontal Slider.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43662805c0ee7b24abe17486ab2b2e42 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Input Field.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45edf347f9f51214dbfbab27b16fbf01 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Popup List.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 004eb8234dcbc3f4bb49009e57a6ed44 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Progress Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b0d1c50c984d704f94ef3e458f797fa 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Text Box.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23c0cd5b08147994c821cf4615b25bc7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Vertical Scroll Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df7390d50d06a4b4b893085286142266 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Vertical Slider.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73c06049ef328174489241d773446e1f 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: Wooden Atlas 10 | m_Shader: {fileID: 4800000, guid: e75727d9555d9d14ca51d91908c681bc, type: 1} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: 7280812eccadc1e47b7402e6d9679e5c, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: {} 22 | m_Colors: {} 23 | --- !u!1002 &2100001 24 | EditorExtensionImpl: 25 | serializedVersion: 6 26 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec268c3ea1baceb4abb2168daed86f68 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62adb30369acbf943a67cee0f69267a3 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89640f6506114154a820326d9af6b1eb 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/Backdrop.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: Backdrop 10 | m_Shader: {fileID: 10752, guid: 0000000000000000f000000000000000, type: 0} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: 20f7cab44eaf6e849a8b7131f390055a, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: {} 22 | m_Colors: 23 | data: 24 | first: 25 | name: _Color 26 | second: {r: 1, g: 1, b: 1, a: 1} 27 | --- !u!1002 &2100001 28 | EditorExtensionImpl: 29 | serializedVersion: 6 30 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/Backdrop.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c2b3cc909d408944b7528b7e39f4d38 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/brick.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c91d13dd6a85732418472200f4abc68c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/burlap.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: burlap 10 | m_Shader: {fileID: 7, guid: 0000000000000000e000000000000000, type: 0} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: 5705f2fc1302ea340a90c9525cc0428b, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: 22 | data: 23 | first: 24 | name: _TilingMain 25 | second: 1 26 | m_Colors: 27 | data: 28 | first: 29 | name: _Color 30 | second: {r: 1, g: 1, b: 1, a: 1} 31 | --- !u!1002 &2100001 32 | EditorExtensionImpl: 33 | serializedVersion: 6 34 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/burlap.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19fb2eefdd5dffc40926407f1e877f90 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/sand.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: sand 10 | m_Shader: {fileID: 7, guid: 0000000000000000e000000000000000, type: 0} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: 0a4a878577c88654795d8c6aee74368d, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: 22 | data: 23 | first: 24 | name: _TilingMain 25 | second: .5 26 | m_Colors: 27 | data: 28 | first: 29 | name: _Color 30 | second: {r: 1, g: 1, b: 1, a: 1} 31 | --- !u!1002 &2100001 32 | EditorExtensionImpl: 33 | serializedVersion: 6 34 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/sand.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a40a40a3e330dd64b88859d19e82b8ec 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 662793f87f677d44d85639d75a73ba46 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11da5cfbff37afd419617e96054d5401 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Bracers.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc Armor/Bracers.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Diffuse).psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Diffuse).psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Maps).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Maps).png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Normal).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Normal).png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67ee969cd76de204fabb3af9227ad2f3 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed64773f587bb9846918065b72c58283 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Bracers.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d847f26b6745fb4d9076f59a3cf0151 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Shoulders.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6b1ee5e07651d74fa5f4b8f8adfbc9b 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Shoulders.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc Armor/Shoulders.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 307cac796b73e6443bfffe5622171f55 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc/FBX.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX@idle.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc/FBX@idle.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX@idleBreaks.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc/FBX@idleBreaks.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin (Diffuse).psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc/Orc Skin (Diffuse).psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin (Normal).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Models/Orc/Orc Skin (Normal).png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82ca0ae319ab64341b8336b689389d6b 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a11c15d03723f5d4898122ca4176e6d4 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e773be3c69e0ef49b8ae5ee2b644fbd 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Other.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89e97d4664617e741a4f45225afb3dec 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Other/Storage Icon Template.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8b3491109ac9a54981225a3a7876ace 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16baf8473dcd4ed458e3b1f66944155d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Resources/Localization.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a81d146fc1c79a649a5ce2327a40d8d3 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c128e4bf7dfe2ff48ab74dbb3055c398 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de8aa54045770a84ab93ebe04831dcba 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19efe962ed720b24e94743b984aad16b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64bcea337c8d18f4a9055c56dc45e63e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/EquipRandomItem.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using System.Collections.Generic; 8 | 9 | /// 10 | /// Create and equip a random item on the specified target. 11 | /// 12 | 13 | [AddComponentMenu("NGUI/Examples/Equip Random Item")] 14 | public class EquipRandomItem : MonoBehaviour 15 | { 16 | public InvEquipment equipment; 17 | 18 | void OnClick() 19 | { 20 | if (equipment == null) return; 21 | List list = InvDatabase.list[0].items; 22 | if (list.Count == 0) return; 23 | 24 | int qualityLevels = (int)InvGameItem.Quality._LastDoNotUse; 25 | int index = Random.Range(0, list.Count); 26 | InvBaseItem item = list[index]; 27 | 28 | InvGameItem gi = new InvGameItem(index, item); 29 | gi.quality = (InvGameItem.Quality)Random.Range(0, qualityLevels); 30 | gi.itemLevel = NGUITools.RandomRange(item.minItemLevel, item.maxItemLevel); 31 | equipment.Equip(gi); 32 | } 33 | } -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIEquipmentSlot.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// A UI script that keeps an eye on the slot in character equipment. 10 | /// 11 | 12 | [AddComponentMenu("NGUI/Examples/UI Equipment Slot")] 13 | public class UIEquipmentSlot : UIItemSlot 14 | { 15 | public InvEquipment equipment; 16 | public InvBaseItem.Slot slot; 17 | 18 | override protected InvGameItem observedItem 19 | { 20 | get 21 | { 22 | return (equipment != null) ? equipment.GetItem(slot) : null; 23 | } 24 | } 25 | 26 | /// 27 | /// Replace the observed item with the specified value. Should return the item that was replaced. 28 | /// 29 | 30 | override protected InvGameItem Replace (InvGameItem item) 31 | { 32 | return (equipment != null) ? equipment.Replace(slot, item) : item; 33 | } 34 | } -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIStorageSlot.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// A UI script that keeps an eye on the slot in a storage container. 10 | /// 11 | 12 | [AddComponentMenu("NGUI/Examples/UI Storage Slot")] 13 | public class UIStorageSlot : UIItemSlot 14 | { 15 | public UIItemStorage storage; 16 | public int slot = 0; 17 | 18 | override protected InvGameItem observedItem 19 | { 20 | get 21 | { 22 | return (storage != null) ? storage.GetItem(slot) : null; 23 | } 24 | } 25 | 26 | /// 27 | /// Replace the observed item with the specified value. Should return the item that was replaced. 28 | /// 29 | 30 | override protected InvGameItem Replace (InvGameItem item) 31 | { 32 | return (storage != null) ? storage.Replace(slot, item) : item; 33 | } 34 | } -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/System.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf9f82e9121954e4ab411f5c174b53ce 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b5844c4c66f34d45acb150ff8077ebd 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/DownloadTexture.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using System.Collections; 8 | 9 | /// 10 | /// Simple script that shows how to download a remote texture and assign it to be used by a UITexture. 11 | /// 12 | 13 | [RequireComponent(typeof(UITexture))] 14 | public class DownloadTexture : MonoBehaviour 15 | { 16 | public string url = "http://www.yourwebsite.com/logo.png"; 17 | 18 | Texture2D mTex; 19 | 20 | IEnumerator Start () 21 | { 22 | WWW www = new WWW(url); 23 | yield return www; 24 | mTex = www.texture; 25 | 26 | if (mTex != null) 27 | { 28 | UITexture ut = GetComponent(); 29 | ut.mainTexture = mTex; 30 | ut.MakePixelPerfect(); 31 | } 32 | www.Dispose(); 33 | } 34 | 35 | void OnDestroy () 36 | { 37 | if (mTex != null) Destroy(mTex); 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LagRotation.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | /// 4 | /// Attach to a game object to make its rotation always lag behind its parent as the parent rotates. 5 | /// 6 | 7 | [AddComponentMenu("NGUI/Examples/Lag Rotation")] 8 | public class LagRotation : MonoBehaviour 9 | { 10 | public int updateOrder = 0; 11 | public float speed = 10f; 12 | public bool ignoreTimeScale = false; 13 | 14 | Transform mTrans; 15 | Quaternion mRelative; 16 | Quaternion mAbsolute; 17 | 18 | void OnEnable() 19 | { 20 | mTrans = transform; 21 | mRelative = mTrans.localRotation; 22 | mAbsolute = mTrans.rotation; 23 | } 24 | 25 | void Update () 26 | { 27 | Transform parent = mTrans.parent; 28 | 29 | if (parent != null) 30 | { 31 | float delta = ignoreTimeScale ? RealTime.deltaTime : Time.deltaTime; 32 | mAbsolute = Quaternion.Slerp(mAbsolute, parent.rotation * mRelative, delta * speed); 33 | mTrans.rotation = mAbsolute; 34 | } 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | Application.LoadLevel(levelName); 13 | } 14 | } 15 | } -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LookAtTarget.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | /// 4 | /// Attaching this script to an object will make that object face the specified target. 5 | /// The most ideal use for this script is to attach it to the camera and make the camera look at its target. 6 | /// 7 | 8 | [AddComponentMenu("NGUI/Examples/Look At Target")] 9 | public class LookAtTarget : MonoBehaviour 10 | { 11 | public int level = 0; 12 | public Transform target; 13 | public float speed = 8f; 14 | 15 | Transform mTrans; 16 | 17 | void Start () 18 | { 19 | mTrans = transform; 20 | } 21 | 22 | void LateUpdate () 23 | { 24 | if (target != null) 25 | { 26 | Vector3 dir = target.position - mTrans.position; 27 | float mag = dir.magnitude; 28 | 29 | if (mag > 0.001f) 30 | { 31 | Quaternion lookRot = Quaternion.LookRotation(dir); 32 | mTrans.rotation = Quaternion.Slerp(mTrans.rotation, lookRot, Mathf.Clamp01(speed * Time.deltaTime)); 33 | } 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/PanWithMouse.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | /// 4 | /// Placing this script on the game object will make that game object pan with mouse movement. 5 | /// 6 | 7 | [AddComponentMenu("NGUI/Examples/Pan With Mouse")] 8 | public class PanWithMouse : MonoBehaviour 9 | { 10 | public Vector2 degrees = new Vector2(5f, 3f); 11 | public float range = 1f; 12 | 13 | Transform mTrans; 14 | Quaternion mStart; 15 | Vector2 mRot = Vector2.zero; 16 | 17 | void Start () 18 | { 19 | mTrans = transform; 20 | mStart = mTrans.localRotation; 21 | } 22 | 23 | void Update () 24 | { 25 | float delta = RealTime.deltaTime; 26 | Vector3 pos = Input.mousePosition; 27 | 28 | float halfWidth = Screen.width * 0.5f; 29 | float halfHeight = Screen.height * 0.5f; 30 | if (range < 0.1f) range = 0.1f; 31 | float x = Mathf.Clamp((pos.x - halfWidth) / halfWidth / range, -1f, 1f); 32 | float y = Mathf.Clamp((pos.y - halfHeight) / halfHeight / range, -1f, 1f); 33 | mRot = Vector2.Lerp(mRot, new Vector2(x, y), delta * 5f); 34 | 35 | mTrans.localRotation = mStart * Quaternion.Euler(-mRot.y * degrees.y, mRot.x * degrees.x, 0f); 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/SetColorOnSelection.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | /// 4 | /// Simple script used by Tutorial 11 that sets the color of the sprite based on the string value. 5 | /// 6 | 7 | [ExecuteInEditMode] 8 | [RequireComponent(typeof(UIWidget))] 9 | [AddComponentMenu("NGUI/Examples/Set Color on Selection")] 10 | public class SetColorOnSelection : MonoBehaviour 11 | { 12 | UIWidget mWidget; 13 | 14 | public void SetSpriteBySelection () 15 | { 16 | if (UIPopupList.current == null) return; 17 | if (mWidget == null) mWidget = GetComponent(); 18 | 19 | switch (UIPopupList.current.value) 20 | { 21 | case "White": mWidget.color = Color.white; break; 22 | case "Red": mWidget.color = Color.red; break; 23 | case "Green": mWidget.color = Color.green; break; 24 | case "Blue": mWidget.color = Color.blue; break; 25 | case "Yellow": mWidget.color = Color.yellow; break; 26 | case "Cyan": mWidget.color = Color.cyan; break; 27 | case "Magenta": mWidget.color = Color.magenta; break; 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/SetColorOnSelection.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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/ShaderQuality.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | /// 4 | /// Change the shader level-of-detail to match the quality settings. 5 | /// 6 | 7 | [ExecuteInEditMode] 8 | [AddComponentMenu("NGUI/Examples/Shader Quality")] 9 | public class ShaderQuality : MonoBehaviour 10 | { 11 | int mCurrent = 600; 12 | 13 | void Update () 14 | { 15 | int current = (QualitySettings.GetQualityLevel() + 1) * 100; 16 | 17 | if (mCurrent != current) 18 | { 19 | mCurrent = current; 20 | Shader.globalMaximumLOD = mCurrent; 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/ShaderQuality.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90b2b27c885e1544598b824822e98119 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/Spin.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | /// 4 | /// Want something to spin? Attach this script to it. Works equally well with rigidbodies as without. 5 | /// 6 | 7 | [AddComponentMenu("NGUI/Examples/Spin")] 8 | public class Spin : MonoBehaviour 9 | { 10 | public Vector3 rotationsPerSecond = new Vector3(0f, 0.1f, 0f); 11 | public bool ignoreTimeScale = false; 12 | 13 | Rigidbody mRb; 14 | Transform mTrans; 15 | 16 | void Start () 17 | { 18 | mTrans = transform; 19 | mRb = rigidbody; 20 | } 21 | 22 | void Update () 23 | { 24 | if (mRb == null) 25 | { 26 | ApplyDelta(ignoreTimeScale ? RealTime.deltaTime : Time.deltaTime); 27 | } 28 | } 29 | 30 | void FixedUpdate () 31 | { 32 | if (mRb != null) 33 | { 34 | ApplyDelta(Time.deltaTime); 35 | } 36 | } 37 | 38 | public void ApplyDelta (float delta) 39 | { 40 | delta *= Mathf.Rad2Deg * Mathf.PI * 2f; 41 | Quaternion offset = Quaternion.Euler(rotationsPerSecond * delta); 42 | 43 | if (mRb == null) 44 | { 45 | mTrans.rotation = mTrans.rotation * offset; 46 | } 47 | else 48 | { 49 | mRb.MoveRotation(mRb.rotation * offset); 50 | } 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/Tutorial5.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | /// 4 | /// This simple example script is used in Tutorial 5 to show how custom events work. 5 | /// 6 | 7 | public class Tutorial5 : MonoBehaviour 8 | { 9 | /// 10 | /// This function is called by the duration slider. Since it's called by a slider, 11 | /// UIProgressBar.current will contain the caller. It's identical to other NGUI components. 12 | /// A button's callback will set UIButton.current, for example. Input field? UIInput.current, etc. 13 | /// 14 | 15 | public void SetDurationToCurrentProgress () 16 | { 17 | UITweener[] tweens = GetComponentsInChildren(); 18 | 19 | foreach (UITweener tw in tweens) 20 | { 21 | // The slider's value is always limited in 0 to 1 range, however it's trivial to change it. 22 | // For example, to make it range from 2.0 to 0.5 instead, you can do this: 23 | tw.duration = Mathf.Lerp(2.0f, 0.5f, UIProgressBar.current.value); 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/WindowAutoYaw.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | /// 4 | /// Attaching this script to an object will make it turn as it gets closer to left/right edges of the screen. 5 | /// Look at how it's used in Example 6. 6 | /// 7 | 8 | [AddComponentMenu("NGUI/Examples/Window Auto-Yaw")] 9 | public class WindowAutoYaw : MonoBehaviour 10 | { 11 | public int updateOrder = 0; 12 | public Camera uiCamera; 13 | public float yawAmount = 20f; 14 | 15 | Transform mTrans; 16 | 17 | void OnDisable () 18 | { 19 | mTrans.localRotation = Quaternion.identity; 20 | } 21 | 22 | void OnEnable () 23 | { 24 | if (uiCamera == null) uiCamera = NGUITools.FindCameraForLayer(gameObject.layer); 25 | mTrans = transform; 26 | } 27 | 28 | void Update () 29 | { 30 | if (uiCamera != null) 31 | { 32 | Vector3 pos = uiCamera.WorldToViewportPoint(mTrans.position); 33 | mTrans.localRotation = Quaternion.Euler(0f, (pos.x * 2f - 1f) * yawAmount, 0f); 34 | } 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/WindowAutoYaw.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b566c1f22015f644a83ceccc0279fc88 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 53 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a6ec181c9b0efd4e8876a88ebf2b8ff 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Refractive.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9bef69d3483c064f88f285d261cbd10 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Additive Colored.shader: -------------------------------------------------------------------------------- 1 | Shader "Unlit/Additive Colored" 2 | { 3 | Properties 4 | { 5 | _MainTex ("Base (RGB), Alpha (A)", 2D) = "black" {} 6 | } 7 | 8 | SubShader 9 | { 10 | Tags 11 | { 12 | "Queue" = "Transparent" 13 | "IgnoreProjector" = "True" 14 | "RenderType" = "Transparent" 15 | } 16 | 17 | LOD 100 18 | Cull Off 19 | Lighting Off 20 | ZWrite Off 21 | Fog { Mode Off } 22 | ColorMask RGB 23 | AlphaTest Greater .01 24 | Blend One One 25 | 26 | Pass 27 | { 28 | ColorMaterial AmbientAndDiffuse 29 | 30 | SetTexture [_MainTex] 31 | { 32 | Combine Texture * Primary 33 | } 34 | } 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Additive Colored.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f21c51d36eed214682950784e00f775 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Depth Cutout.shader: -------------------------------------------------------------------------------- 1 | Shader "Unlit/Depth Cutout" 2 | { 3 | Properties 4 | { 5 | _MainTex ("Base (RGB), Alpha (A)", 2D) = "white" {} 6 | } 7 | 8 | SubShader 9 | { 10 | LOD 100 11 | 12 | Tags 13 | { 14 | "Queue" = "Background" 15 | "IgnoreProjector" = "True" 16 | } 17 | 18 | Pass 19 | { 20 | Cull Off 21 | Lighting Off 22 | Blend Off 23 | ColorMask 0 24 | ZWrite On 25 | ZTest Less 26 | AlphaTest Greater .99 27 | ColorMaterial AmbientAndDiffuse 28 | 29 | SetTexture [_MainTex] 30 | { 31 | Combine Texture * Primary 32 | } 33 | } 34 | } 35 | } -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Depth Cutout.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1ebcd00c1d17d441abe69a60007327e 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Depth.shader: -------------------------------------------------------------------------------- 1 | Shader "Unlit/Depth" 2 | { 3 | SubShader 4 | { 5 | Lod 100 6 | 7 | Tags 8 | { 9 | "Queue" = "Geometry+1" 10 | "RenderType"="Opaque" 11 | } 12 | 13 | Pass 14 | { 15 | ZWrite On 16 | ZTest LEqual 17 | ColorMask 0 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Depth.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14ad1d2e194edae4a832ab596261ca59 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Masked Colored.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9585a629f3ca7a41863121f0b99af20 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b29d356486563d479d2db3a0e1faa63 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Crumple.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Sounds/Crumple.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Crumple.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ecb26c462ed72b4dbfba168ff91e2fa 3 | AudioImporter: 4 | serializedVersion: 4 5 | format: -1 6 | quality: -1 7 | stream: 1 8 | 3D: 0 9 | forceToMono: 1 10 | useHardware: 0 11 | loopable: 0 12 | userData: 13 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Rumble.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Sounds/Rumble.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Rumble.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab4b41aa0a43dcc48a386073b6a1a0d9 3 | AudioImporter: 4 | serializedVersion: 4 5 | format: -1 6 | quality: -1 7 | stream: 1 8 | 3D: 0 9 | forceToMono: 1 10 | useHardware: 0 11 | loopable: 0 12 | userData: 13 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Swipe.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Sounds/Swipe.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Swipe.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cab912f3009b43843b0a48ac3120c6ad 3 | AudioImporter: 4 | serializedVersion: 4 5 | format: -1 6 | quality: -1 7 | stream: 1 8 | 3D: 0 9 | forceToMono: 1 10 | useHardware: 0 11 | loopable: 0 12 | userData: 13 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Tap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Sounds/Tap.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Tap.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5083cfe83bb875479bd797c61594131 3 | AudioImporter: 4 | serializedVersion: 4 5 | format: -1 6 | quality: -1 7 | stream: 1 8 | 3D: 0 9 | forceToMono: 1 10 | useHardware: 0 11 | loopable: 0 12 | userData: 13 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97009df997e120c4b8cd27aaf535a7eb 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/Backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Textures/Backdrop.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/Backdrop.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20f7cab44eaf6e849a8b7131f390055a 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: -1 31 | nPOTScale: 1 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 0 42 | textureType: 0 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brick.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Textures/brick.jpg -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brick.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e950636c300acaa45a3365cbe5b186ab 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -1 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: -1 31 | nPOTScale: 1 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 0 42 | textureType: -1 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brickNM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Textures/brickNM.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brickNM.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4e97d23f9bd614429d7e119e5d3cc51 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 1 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -1 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: -1 31 | nPOTScale: 1 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 0 42 | textureType: 1 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/burlap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Textures/burlap.jpg -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/burlap.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5705f2fc1302ea340a90c9525cc0428b 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -1 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: -1 31 | nPOTScale: 1 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 0 42 | textureType: -1 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/NGUI/Examples/Textures/sand.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/sand.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a4a878577c88654795d8c6aee74368d 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -1 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: -1 31 | nPOTScale: 1 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 0 42 | textureType: -1 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/NGUI/ReadMe - 3.6.7.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05d75e209a8e9dc4096a834edfea27bf 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e6d8741e470af94285133f16475be43 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 298a41c43c8f58247ab89979efd1019b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93c84009f8f004b4f84697c8cb12dd63 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65ca32170bb371f459991a5d7696a9ba 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e82b392f79aa394fb1a579743600d5f 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed5591596df551e4c8f4b05ce88a7a07 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f39f1d1f2f3ee04bb793082eee05819 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37590480333382341b5007dec2a032c6 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27275fc7df2ec0346ba12831e6a01345 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 773417da4aa1b46409bd1e7574dcb251 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf9ebc36d43f657468fecb524763e3bc 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1682092270f88d04bb434756a984ea87 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c0a1aa668787ad42a48d1a535825520 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e75727d9555d9d14ca51d91908c681bc 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 182695e850938314fa6675a8926ad9ee 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4f0faf73e6bf89419cf29b611f29ade 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1ba9e7ba321b2c4d97f6a19f1deab6a 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3fd145b191cf4040ac6b55cda352a53 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0606e17ebdec67a439fef9b77176fabd 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29136b1a63711a141bcfc47c02e4c3a1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/ActiveAnimationEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenAlphaEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenColorEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenFOVEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenHeightEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenHeight))] 10 | public class TweenHeightEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenHeight tw = target as TweenHeight; 18 | GUI.changed = false; 19 | 20 | int from = EditorGUILayout.IntField("From", tw.from); 21 | int to = EditorGUILayout.IntField("To", tw.to); 22 | bool table = EditorGUILayout.Toggle("Update Table", tw.updateTable); 23 | 24 | if (from < 0) from = 0; 25 | if (to < 0) to = 0; 26 | 27 | if (GUI.changed) 28 | { 29 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 30 | tw.from = from; 31 | tw.to = to; 32 | tw.updateTable = table; 33 | NGUITools.SetDirty(tw); 34 | } 35 | 36 | DrawCommonProperties(); 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenOrthoSizeEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenOrthoSize))] 10 | public class TweenOrthoSizeEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenOrthoSize tw = target as TweenOrthoSize; 18 | GUI.changed = false; 19 | 20 | float from = EditorGUILayout.FloatField("From", tw.from); 21 | float to = EditorGUILayout.FloatField("To", tw.to); 22 | 23 | if (from < 0f) from = 0f; 24 | if (to < 0f) to = 0f; 25 | 26 | if (GUI.changed) 27 | { 28 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 29 | tw.from = from; 30 | tw.to = to; 31 | NGUITools.SetDirty(tw); 32 | } 33 | 34 | DrawCommonProperties(); 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenPositionEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenPosition))] 10 | public class TweenPositionEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenPosition tw = target as TweenPosition; 18 | GUI.changed = false; 19 | 20 | Vector3 from = EditorGUILayout.Vector3Field("From", tw.from); 21 | Vector3 to = EditorGUILayout.Vector3Field("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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenRotationEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenRotation))] 10 | public class TweenRotationEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenRotation tw = target as TweenRotation; 18 | GUI.changed = false; 19 | 20 | Vector3 from = EditorGUILayout.Vector3Field("From", tw.from); 21 | Vector3 to = EditorGUILayout.Vector3Field("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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenScaleEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenScale))] 10 | public class TweenScaleEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenScale tw = target as TweenScale; 18 | GUI.changed = false; 19 | 20 | Vector3 from = EditorGUILayout.Vector3Field("From", tw.from); 21 | Vector3 to = EditorGUILayout.Vector3Field("To", tw.to); 22 | bool table = EditorGUILayout.Toggle("Update Table", tw.updateTable); 23 | 24 | if (GUI.changed) 25 | { 26 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 27 | tw.from = from; 28 | tw.to = to; 29 | tw.updateTable = table; 30 | NGUITools.SetDirty(tw); 31 | } 32 | 33 | DrawCommonProperties(); 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenTransformEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenTransform))] 10 | public class TweenTransformEditor : UITweenerEditor 11 | { 12 | } 13 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenVolumeEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenWidthEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenWidth))] 10 | public class TweenWidthEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenWidth tw = target as TweenWidth; 18 | GUI.changed = false; 19 | 20 | int from = EditorGUILayout.IntField("From", tw.from); 21 | int to = EditorGUILayout.IntField("To", tw.to); 22 | bool table = EditorGUILayout.Toggle("Update Table", tw.updateTable); 23 | 24 | if (from < 0) from = 0; 25 | if (to < 0) to = 0; 26 | 27 | if (GUI.changed) 28 | { 29 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 30 | tw.from = from; 31 | tw.to = to; 32 | tw.updateTable = table; 33 | NGUITools.SetDirty(tw); 34 | } 35 | 36 | DrawCommonProperties(); 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAnchorEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIAnchor))] 11 | public class UIAnchorEditor : Editor 12 | { 13 | } 14 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonKeysEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonMessageEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIForwardEventsEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISliderEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISpriteAnimationInspector.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | /// 10 | /// Inspector class used to edit UISpriteAnimations. 11 | /// 12 | 13 | [CanEditMultipleObjects] 14 | [CustomEditor(typeof(UISpriteAnimation))] 15 | public class UISpriteAnimationInspector : Editor 16 | { 17 | /// 18 | /// Draw the inspector widget. 19 | /// 20 | 21 | public override void OnInspectorGUI () 22 | { 23 | GUILayout.Space(3f); 24 | NGUIEditorTools.SetLabelWidth(80f); 25 | serializedObject.Update(); 26 | 27 | NGUIEditorTools.DrawProperty("Framerate", serializedObject, "mFPS"); 28 | NGUIEditorTools.DrawProperty("Name Prefix", serializedObject, "mPrefix"); 29 | NGUIEditorTools.DrawProperty("Loop", serializedObject, "mLoop"); 30 | NGUIEditorTools.DrawProperty("Pixel Snap", serializedObject, "mSnap"); 31 | 32 | serializedObject.ApplyModifiedProperties(); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIStretchEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIStretch))] 11 | public class UIStretchEditor : Editor 12 | { 13 | } 14 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITableEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/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 | -------------------------------------------------------------------------------- /Assets/PlugIns.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 412e2f5448982904dafbff8d53fb2afa 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11b76c909822ad34da47750ff50376ee 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Interaction.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45d02d8d61ab82148beaa0e15dead959 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Interaction/LanguageSelection.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using System.Collections.Generic; 8 | 9 | /// 10 | /// Turns the popup list it's attached to into a language selection list. 11 | /// 12 | 13 | [RequireComponent(typeof(UIPopupList))] 14 | [AddComponentMenu("NGUI/Interaction/Language Selection")] 15 | public class LanguageSelection : MonoBehaviour 16 | { 17 | UIPopupList mList; 18 | 19 | void Start () 20 | { 21 | mList = GetComponent(); 22 | 23 | if (Localization.knownLanguages != null) 24 | { 25 | mList.items.Clear(); 26 | 27 | for (int i = 0, imax = Localization.knownLanguages.Length; i < imax; ++i) 28 | mList.items.Add(Localization.knownLanguages[i]); 29 | 30 | mList.value = Localization.language; 31 | } 32 | EventDelegate.Add(mList.onChange, OnChange); 33 | } 34 | 35 | void OnChange () 36 | { 37 | Localization.language = UIPopupList.current.value; 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Interaction/UIButtonActivate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/PlugIns/NGUI/Interaction/UIButtonActivate.cs -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Interaction/UIDragDropContainer.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Interaction/UIDragDropRoot.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Interaction/UIPopupList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57e428c9b6087304da439ec665b56a2d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Interaction/UISoundVolume.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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 | UISlider mSlider; 18 | 19 | void Awake () 20 | { 21 | mSlider = GetComponent(); 22 | mSlider.value = NGUITools.soundVolume; 23 | EventDelegate.Add(mSlider.onChange, OnChange); 24 | } 25 | 26 | void OnChange () 27 | { 28 | NGUITools.soundVolume = UISlider.current.value; 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Interaction/UIToggle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 446d504799d99174383957fca80713c8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Interaction/UIWidgetContainer.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Internal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fce4680d39b38ae4fb4aa6a03f8f3b67 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Internal/AnimationOrTween.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | namespace AnimationOrTween 9 | { 10 | public enum Trigger 11 | { 12 | OnClick, 13 | OnHover, 14 | OnPress, 15 | OnHoverTrue, 16 | OnHoverFalse, 17 | OnPressTrue, 18 | OnPressFalse, 19 | OnActivate, 20 | OnActivateTrue, 21 | OnActivateFalse, 22 | OnDoubleClick, 23 | OnSelect, 24 | OnSelectTrue, 25 | OnSelectFalse, 26 | } 27 | 28 | public enum Direction 29 | { 30 | Reverse = -1, 31 | Toggle = 0, 32 | Forward = 1, 33 | } 34 | 35 | public enum EnableCondition 36 | { 37 | DoNothing = 0, 38 | EnableThenPlay, 39 | } 40 | 41 | public enum DisableCondition 42 | { 43 | DisableAfterReverse = -1, 44 | DoNotDisable = 0, 45 | DisableAfterForward = 1, 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Internal/UISnapshotPoint.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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 | void Start () { if (tag != "EditorOnly") tag = "EditorOnly"; } 21 | } 22 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Tweening.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6bdd27938945f0449bc8fe7947f2bf2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Tweening/AnimatedAlpha.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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 | #if !UNITY_3_5 16 | [Range(0f, 1f)] 17 | #endif 18 | public float alpha = 1f; 19 | 20 | UIWidget mWidget; 21 | UIPanel mPanel; 22 | 23 | void OnEnable () 24 | { 25 | mWidget = GetComponent(); 26 | mPanel = GetComponent(); 27 | LateUpdate(); 28 | } 29 | 30 | void LateUpdate () 31 | { 32 | if (mWidget != null) mWidget.alpha = alpha; 33 | if (mPanel != null) mPanel.alpha = alpha; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Tweening/AnimatedColor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2014 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/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Tweening/TweenHeight.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66a6ab21c5f860946ade65b47cc0270b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -91 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Tweening/TweenPosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d166255cacf07b4292b8402b3ddefc5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -95 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Tweening/TweenRotation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04d1b7c9e9a19a24ab67123a43c6544b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -94 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Tweening/TweenScale.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75e7459110b9666449485c40f25362a5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -93 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/Tweening/TweenWidth.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fe5d396737f89f4ea1534bc147cad2e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -92 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5949771cb7bf2144b457d1226aaa7b5 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/UI/UI2DSprite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e96b31ce75e592f45a1cff563a4869db 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/UI/UIInput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac5060295fbd39b4a88d20d0c83d925e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/PlugIns/NGUI/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 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 130dc9d9199a94ea5a8a9479d2b4ab6d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scenes/NGUIEnhanceScrollView.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/Scenes/NGUIEnhanceScrollView.unity -------------------------------------------------------------------------------- /Assets/Scenes/NGUIEnhanceScrollView.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13125746d98e8374f913e8549a6cd3ff 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Scenes/UGUIEnhanceScrollView.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyantstudio/EnhancedScrollView/6b4925b774e591f41a305f2b7865c97afc985af3/Assets/Scenes/UGUIEnhanceScrollView.unity -------------------------------------------------------------------------------- /Assets/Scenes/UGUIEnhanceScrollView.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfbfbde520404754993ba6f47c222625 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb84d4c00232740dfba4826ac8561934 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4dfe65c1573eed941a9630c292aef49f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView/EnhanceItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8aaee3abae039214c89c60ce96d60b79 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView/EnhanceScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5377432c7ab4bec4d8bb961ba5c2a06f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView/NGUIAndWorld.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88365327662b4374cb063db2097072b3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView/NGUIAndWorld/DragEnhanceView.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class DragEnhanceView : MonoBehaviour 5 | { 6 | private EnhanceScrollView enhanceScrollView; 7 | public void SetScrollView(EnhanceScrollView view) 8 | { 9 | enhanceScrollView = view; 10 | } 11 | 12 | void OnEnhanceViewDrag(Vector2 delta) 13 | { 14 | if (enhanceScrollView != null) 15 | enhanceScrollView.OnDragEnhanceViewMove(delta); 16 | } 17 | 18 | void OnEnhaneViewDragEnd() 19 | { 20 | if (enhanceScrollView != null) 21 | enhanceScrollView.OnDragEnhanceViewEnd(); 22 | } 23 | } -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView/NGUIAndWorld/DragEnhanceView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eeb971af7038ff8439ca318877a1194c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView/NGUIAndWorld/EnhanceScrollViewDragController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7c4c4cf6e3c5884caff877fd495fa84 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView/UGUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5638849cddb1d54189987872aafd022 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView/UGUI/UDragEnhanceView.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | using UnityEngine.Events; 4 | using UnityEngine.EventSystems; 5 | 6 | public class UDragEnhanceView : EventTrigger 7 | { 8 | private EnhanceScrollView enhanceScrollView; 9 | public void SetScrollView(EnhanceScrollView view) 10 | { 11 | enhanceScrollView = view; 12 | } 13 | 14 | public override void OnBeginDrag(PointerEventData eventData) 15 | { 16 | base.OnBeginDrag(eventData); 17 | } 18 | 19 | public override void OnDrag(PointerEventData eventData) 20 | { 21 | base.OnDrag(eventData); 22 | if (enhanceScrollView != null) 23 | enhanceScrollView.OnDragEnhanceViewMove(eventData.delta); 24 | } 25 | 26 | public override void OnEndDrag(PointerEventData eventData) 27 | { 28 | base.OnEndDrag(eventData); 29 | if (enhanceScrollView != null) 30 | enhanceScrollView.OnDragEnhanceViewEnd(); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Assets/Scripts/EnhanceScrollView/UGUI/UDragEnhanceView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16fa84e57ee277e46b615e35fa503fb2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Example.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 238009737e4de784c845ec07ec476762 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scripts/Example/MyNGUIEnhanceItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f1056d12f6843d4d840385d54bc2d8b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Example/MyUGUIEnhanceItem.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | using UnityEngine.UI; 4 | using UnityEngine.EventSystems; 5 | 6 | public class MyUGUIEnhanceItem : EnhanceItem 7 | { 8 | private Button uButton; 9 | private RawImage rawImage; 10 | 11 | protected override void OnStart() 12 | { 13 | rawImage = GetComponent(); 14 | uButton = GetComponent