├── .gitignore ├── Assets ├── NGUI.meta └── NGUI │ ├── Editor.meta │ ├── Editor │ ├── 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 │ ├── x86.meta │ ├── x86 │ │ ├── FreeType.dll │ │ ├── FreeType.dll.meta │ │ ├── FreeType.dylib │ │ └── FreeType.dylib.meta │ ├── x86_64.meta │ └── x86_64 │ │ ├── FreeType.dll │ │ └── FreeType.dll.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 │ ├── Scenes.meta │ ├── Scenes │ │ ├── Example 0 - Control Widgets.unity │ │ ├── Example 0 - Control Widgets.unity.meta │ │ ├── Example 1 - Anchors.unity │ │ ├── Example 1 - Anchors.unity.meta │ │ ├── Example 10 - Localization.unity │ │ ├── Example 10 - Localization.unity.meta │ │ ├── Example 11 - Drag & Drop.unity │ │ ├── Example 11 - Drag & Drop.unity.meta │ │ ├── Example 12 - Chat Window.unity │ │ ├── Example 12 - Chat Window.unity.meta │ │ ├── Example 13 - Tabs.unity │ │ ├── Example 13 - Tabs.unity.meta │ │ ├── Example 14 - Endless Scroll Views.unity │ │ ├── Example 14 - Endless Scroll Views.unity.meta │ │ ├── Example 15 - Animated Letters.unity │ │ ├── Example 15 - Animated Letters.unity.meta │ │ ├── Example 2 - Interaction.unity │ │ ├── Example 2 - Interaction.unity.meta │ │ ├── Example 3 - Menu.unity │ │ ├── Example 3 - Menu.unity.meta │ │ ├── Example 4 - Controller Input.unity │ │ ├── Example 4 - Controller Input.unity.meta │ │ ├── Example 5 - Lights and Refraction.unity │ │ ├── Example 5 - Lights and Refraction.unity.meta │ │ ├── Example 6 - Draggable Window.unity │ │ ├── Example 6 - Draggable Window.unity.meta │ │ ├── Example 7 - Scroll View (Panel).unity │ │ ├── Example 7 - Scroll View (Panel).unity.meta │ │ ├── Example 8 - Scroll View (Camera).unity │ │ ├── Example 8 - Scroll View (Camera).unity.meta │ │ ├── Example 9 - Quest Log.unity │ │ ├── Example 9 - Quest Log.unity.meta │ │ ├── Example X - Character.unity │ │ ├── Example X - Character.unity.meta │ │ ├── Tutorial 1.unity │ │ ├── Tutorial 1.unity.meta │ │ ├── Tutorial 2.unity │ │ ├── Tutorial 2.unity.meta │ │ ├── Tutorial 3.unity │ │ ├── Tutorial 3.unity.meta │ │ ├── Tutorial 4.unity │ │ ├── Tutorial 4.unity.meta │ │ ├── Tutorial 5.unity │ │ ├── Tutorial 5.unity.meta │ │ ├── Tutorial 6.unity │ │ ├── Tutorial 6.unity.meta │ │ ├── Tutorial 7.unity │ │ └── Tutorial 7.unity.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 │ │ │ ├── ExampleDragDropItem.cs │ │ │ ├── ExampleDragDropItem.cs.meta │ │ │ ├── ExampleDragDropSurface.cs │ │ │ ├── ExampleDragDropSurface.cs.meta │ │ │ ├── LagPosition.cs │ │ │ ├── LagPosition.cs.meta │ │ │ ├── LagRotation.cs │ │ │ ├── LagRotation.cs.meta │ │ │ ├── LoadLevelOnClick.cs │ │ │ ├── LoadLevelOnClick.cs.meta │ │ │ ├── LookAtTarget.cs │ │ │ ├── LookAtTarget.cs.meta │ │ │ ├── OpenURLOnClick.cs │ │ │ ├── OpenURLOnClick.cs.meta │ │ │ ├── PanWithMouse.cs │ │ │ ├── PanWithMouse.cs.meta │ │ │ ├── PlayIdleAnimations.cs │ │ │ ├── PlayIdleAnimations.cs.meta │ │ │ ├── SetColorPickerColor.cs │ │ │ ├── SetColorPickerColor.cs.meta │ │ │ ├── Spin.cs │ │ │ ├── Spin.cs.meta │ │ │ ├── SpinWithMouse.cs │ │ │ ├── SpinWithMouse.cs.meta │ │ │ ├── Tutorial5.cs │ │ │ ├── Tutorial5.cs.meta │ │ │ ├── UISliderColors.cs │ │ │ ├── UISliderColors.cs.meta │ │ │ ├── WindowAutoYaw.cs │ │ │ ├── WindowAutoYaw.cs.meta │ │ │ ├── WindowDragTilt.cs │ │ │ └── WindowDragTilt.cs.meta │ ├── 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 │ ├── Plugins.meta │ ├── Plugins │ ├── CString.dll │ ├── CString.dll.meta │ ├── Debugger.dll │ └── Debugger.dll.meta │ ├── ReadMe - 3.11.1.txt │ ├── ReadMe - 3.11.1.txt.meta │ ├── Resources.meta │ ├── Resources │ ├── Shaders.meta │ └── Shaders │ │ ├── Unlit - Premultiplied Colored (TextureClip).shader │ │ ├── Unlit - Premultiplied Colored (TextureClip).shader.meta │ │ ├── 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 (TextureClip).shader │ │ ├── Unlit - Text (TextureClip).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 (Packed) (TextureClip).shader │ │ ├── Unlit - Transparent Colored (Packed) (TextureClip).shader.meta │ │ ├── Unlit - Transparent Colored (TextureClip).shader │ │ ├── Unlit - Transparent Colored (TextureClip).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 Colored_ETC 1.shader │ │ ├── Unlit - Transparent Colored_ETC 1.shader.meta │ │ ├── Unlit - Transparent Colored_ETC 2.shader │ │ ├── Unlit - Transparent Colored_ETC 2.shader.meta │ │ ├── Unlit - Transparent Colored_ETC 3.shader │ │ ├── Unlit - Transparent Colored_ETC 3.shader.meta │ │ ├── Unlit - Transparent Colored_ETC.shader │ │ ├── Unlit - Transparent Colored_ETC.shader.meta │ │ ├── Unlit - Transparent Colored_ETC_A 1.shader │ │ ├── Unlit - Transparent Colored_ETC_A 1.shader.meta │ │ ├── Unlit - Transparent Colored_ETC_A 2.shader │ │ ├── Unlit - Transparent Colored_ETC_A 2.shader.meta │ │ ├── Unlit - Transparent Colored_ETC_A 3.shader │ │ ├── Unlit - Transparent Colored_ETC_A 3.shader.meta │ │ ├── Unlit - Transparent Colored_ETC_A.shader │ │ ├── Unlit - Transparent Colored_ETC_A.shader.meta │ │ ├── Unlit - Transparent Masked 1.shader │ │ ├── Unlit - Transparent Masked 1.shader.meta │ │ ├── Unlit - Transparent Masked 2.shader │ │ ├── Unlit - Transparent Masked 2.shader.meta │ │ ├── Unlit - Transparent Masked 3.shader │ │ ├── Unlit - Transparent Masked 3.shader.meta │ │ ├── Unlit - Transparent Masked.shader │ │ ├── Unlit - Transparent Masked.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 │ ├── MinMaxRangeAttributeDrawer.cs │ ├── MinMaxRangeAttributeDrawer.cs.meta │ ├── NGUIContextMenu.cs │ ├── NGUIContextMenu.cs.meta │ ├── NGUIEditorExtensions.cs │ ├── NGUIEditorExtensions.cs.meta │ ├── NGUIEditorTools.cs │ ├── NGUIEditorTools.cs.meta │ ├── NGUIHandles.cs │ ├── NGUIHandles.cs.meta │ ├── NGUIHelp.cs │ ├── NGUIHelp.cs.meta │ ├── NGUIJson.cs │ ├── NGUIJson.cs.meta │ ├── NGUIMenu.cs │ ├── NGUIMenu.cs.meta │ ├── NGUISelectionTools.cs │ ├── NGUISelectionTools.cs.meta │ ├── NGUISettings.cs │ ├── NGUISettings.cs.meta │ ├── NGUISnap.cs │ ├── NGUISnap.cs.meta │ ├── NGUITransformInspector.cs │ ├── NGUITransformInspector.cs.meta │ ├── PropertyBindingEditor.cs │ ├── PropertyBindingEditor.cs.meta │ ├── PropertyReferenceDrawer.cs │ ├── PropertyReferenceDrawer.cs.meta │ ├── SpriteSelector.cs │ ├── SpriteSelector.cs.meta │ ├── TweenAlphaEditor.cs │ ├── TweenAlphaEditor.cs.meta │ ├── TweenColorEditor.cs │ ├── TweenColorEditor.cs.meta │ ├── TweenFOVEditor.cs │ ├── TweenFOVEditor.cs.meta │ ├── TweenHeightEditor.cs │ ├── TweenHeightEditor.cs.meta │ ├── TweenOrthoSizeEditor.cs │ ├── TweenOrthoSizeEditor.cs.meta │ ├── TweenPositionEditor.cs │ ├── TweenPositionEditor.cs.meta │ ├── TweenRotationEditor.cs │ ├── TweenRotationEditor.cs.meta │ ├── TweenScaleEditor.cs │ ├── TweenScaleEditor.cs.meta │ ├── TweenTransformEditor.cs │ ├── TweenTransformEditor.cs.meta │ ├── TweenVolumeEditor.cs │ ├── TweenVolumeEditor.cs.meta │ ├── TweenWidthEditor.cs │ ├── TweenWidthEditor.cs.meta │ ├── TypewriterEffectEditor.cs │ ├── TypewriterEffectEditor.cs.meta │ ├── UI2DSpriteEditor.cs │ ├── UI2DSpriteEditor.cs.meta │ ├── UIAnchorEditor.cs │ ├── UIAnchorEditor.cs.meta │ ├── UIAtlasInspector.cs │ ├── UIAtlasInspector.cs.meta │ ├── UIAtlasMaker.cs │ ├── UIAtlasMaker.cs.meta │ ├── UIBasicSpriteEditor.cs │ ├── UIBasicSpriteEditor.cs.meta │ ├── UIButtonColorEditor.cs │ ├── UIButtonColorEditor.cs.meta │ ├── UIButtonEditor.cs │ ├── UIButtonEditor.cs.meta │ ├── UIButtonKeysEditor.cs │ ├── UIButtonKeysEditor.cs.meta │ ├── UIButtonMessageEditor.cs │ ├── UIButtonMessageEditor.cs.meta │ ├── UICameraEditor.cs │ ├── UICameraEditor.cs.meta │ ├── UICameraTool.cs │ ├── UICameraTool.cs.meta │ ├── UIColorPickerEditor.cs │ ├── UIColorPickerEditor.cs.meta │ ├── UICreateNewUIWizard.cs │ ├── UICreateNewUIWizard.cs.meta │ ├── UICreateWidgetWizard.cs │ ├── UICreateWidgetWizard.cs.meta │ ├── UIDragObjectEditor.cs │ ├── UIDragObjectEditor.cs.meta │ ├── UIDrawCallInspector.cs │ ├── UIDrawCallInspector.cs.meta │ ├── UIDrawCallViewer.cs │ ├── UIDrawCallViewer.cs.meta │ ├── UIEventTriggerEditor.cs │ ├── UIEventTriggerEditor.cs.meta │ ├── UIFontInspector.cs │ ├── UIFontInspector.cs.meta │ ├── UIFontMaker.cs │ ├── UIFontMaker.cs.meta │ ├── UIForwardEventsEditor.cs │ ├── UIForwardEventsEditor.cs.meta │ ├── UIGridEditor.cs │ ├── UIGridEditor.cs.meta │ ├── UIImageButtonInspector.cs │ ├── UIImageButtonInspector.cs.meta │ ├── UIInputEditor.cs │ ├── UIInputEditor.cs.meta │ ├── UIKeyNavigationEditor.cs │ ├── UIKeyNavigationEditor.cs.meta │ ├── UILabelInspector.cs │ ├── UILabelInspector.cs.meta │ ├── UILocalizeEditor.cs │ ├── UILocalizeEditor.cs.meta │ ├── UIPanelInspector.cs │ ├── UIPanelInspector.cs.meta │ ├── UIPanelTool.cs │ ├── UIPanelTool.cs.meta │ ├── UIPlayAnimationEditor.cs │ ├── UIPlayAnimationEditor.cs.meta │ ├── UIPlayTweenEditor.cs │ ├── UIPlayTweenEditor.cs.meta │ ├── UIPopupListInspector.cs │ ├── UIPopupListInspector.cs.meta │ ├── UIPrefabTool.cs │ ├── UIPrefabTool.cs.meta │ ├── UIProgressBarEditor.cs │ ├── UIProgressBarEditor.cs.meta │ ├── UIRectEditor.cs │ ├── UIRectEditor.cs.meta │ ├── UIRootEditor.cs │ ├── UIRootEditor.cs.meta │ ├── UIScrollBarEditor.cs │ ├── UIScrollBarEditor.cs.meta │ ├── UIScrollViewEditor.cs │ ├── UIScrollViewEditor.cs.meta │ ├── UISliderEditor.cs │ ├── UISliderEditor.cs.meta │ ├── UISnapshotPointEditor.cs │ ├── UISnapshotPointEditor.cs.meta │ ├── UISpriteAnimationInspector.cs │ ├── UISpriteAnimationInspector.cs.meta │ ├── UISpriteInspector.cs │ ├── UISpriteInspector.cs.meta │ ├── UIStretchEditor.cs │ ├── UIStretchEditor.cs.meta │ ├── UITableEditor.cs │ ├── UITableEditor.cs.meta │ ├── UITextureInspector.cs │ ├── UITextureInspector.cs.meta │ ├── UITexturePacker.cs │ ├── UITexturePacker.cs.meta │ ├── UIToggleInspector.cs │ ├── UIToggleInspector.cs.meta │ ├── UITweenerEditor.cs │ ├── UITweenerEditor.cs.meta │ ├── UIWidgetContainerEditor.cs │ ├── UIWidgetContainerEditor.cs.meta │ ├── UIWidgetInspector.cs │ ├── UIWidgetInspector.cs.meta │ ├── UIWrapContentEditor.cs │ └── UIWrapContentEditor.cs.meta │ ├── Interaction.meta │ ├── Interaction │ ├── EnvelopContent.cs │ ├── EnvelopContent.cs.meta │ ├── LanguageSelection.cs │ ├── LanguageSelection.cs.meta │ ├── TypewriterEffect.cs │ ├── TypewriterEffect.cs.meta │ ├── UIButton.cs │ ├── UIButton.cs.meta │ ├── UIButtonActivate.cs │ ├── UIButtonActivate.cs.meta │ ├── UIButtonColor.cs │ ├── UIButtonColor.cs.meta │ ├── UIButtonKeys.cs │ ├── UIButtonKeys.cs.meta │ ├── UIButtonMessage.cs │ ├── UIButtonMessage.cs.meta │ ├── UIButtonOffset.cs │ ├── UIButtonOffset.cs.meta │ ├── UIButtonRotation.cs │ ├── UIButtonRotation.cs.meta │ ├── UIButtonScale.cs │ ├── UIButtonScale.cs.meta │ ├── UICenterOnChild.cs │ ├── UICenterOnChild.cs.meta │ ├── UICenterOnClick.cs │ ├── UICenterOnClick.cs.meta │ ├── UIDragCamera.cs │ ├── UIDragCamera.cs.meta │ ├── UIDragDropContainer.cs │ ├── UIDragDropContainer.cs.meta │ ├── UIDragDropItem.cs │ ├── UIDragDropItem.cs.meta │ ├── UIDragDropRoot.cs │ ├── UIDragDropRoot.cs.meta │ ├── UIDragObject.cs │ ├── UIDragObject.cs.meta │ ├── UIDragResize.cs │ ├── UIDragResize.cs.meta │ ├── UIDragScrollView.cs │ ├── UIDragScrollView.cs.meta │ ├── UIDraggableCamera.cs │ ├── UIDraggableCamera.cs.meta │ ├── UIEventTrigger.cs │ ├── UIEventTrigger.cs.meta │ ├── UIForwardEvents.cs │ ├── UIForwardEvents.cs.meta │ ├── UIGrid.cs │ ├── UIGrid.cs.meta │ ├── UIImageButton.cs │ ├── UIImageButton.cs.meta │ ├── UIKeyBinding.cs │ ├── UIKeyBinding.cs.meta │ ├── UIKeyNavigation.cs │ ├── UIKeyNavigation.cs.meta │ ├── UIPlayAnimation.cs │ ├── UIPlayAnimation.cs.meta │ ├── UIPlaySound.cs │ ├── UIPlaySound.cs.meta │ ├── UIPlayTween.cs │ ├── UIPlayTween.cs.meta │ ├── UIPopupList.cs │ ├── UIPopupList.cs.meta │ ├── UIProgressBar.cs │ ├── UIProgressBar.cs.meta │ ├── UISavedOption.cs │ ├── UISavedOption.cs.meta │ ├── UIScrollBar.cs │ ├── UIScrollBar.cs.meta │ ├── UIScrollView.cs │ ├── UIScrollView.cs.meta │ ├── UIShowControlScheme.cs │ ├── UIShowControlScheme.cs.meta │ ├── UISlider.cs │ ├── UISlider.cs.meta │ ├── UISoundVolume.cs │ ├── UISoundVolume.cs.meta │ ├── UITable.cs │ ├── UITable.cs.meta │ ├── UIToggle.cs │ ├── UIToggle.cs.meta │ ├── UIToggledComponents.cs │ ├── UIToggledComponents.cs.meta │ ├── UIToggledObjects.cs │ ├── UIToggledObjects.cs.meta │ ├── UIWidgetContainer.cs │ ├── UIWidgetContainer.cs.meta │ ├── UIWrapContent.cs │ └── UIWrapContent.cs.meta │ ├── Internal.meta │ ├── Internal │ ├── ActiveAnimation.cs │ ├── ActiveAnimation.cs.meta │ ├── AnimationOrTween.cs │ ├── AnimationOrTween.cs.meta │ ├── BMFont.cs │ ├── BMFont.cs.meta │ ├── BMGlyph.cs │ ├── BMGlyph.cs.meta │ ├── BMSymbol.cs │ ├── BMSymbol.cs.meta │ ├── BetterList.cs │ ├── BetterList.cs.meta │ ├── ByteReader.cs │ ├── ByteReader.cs.meta │ ├── DynamicMaterial.cs │ ├── DynamicMaterial.cs.meta │ ├── EventDelegate.cs │ ├── EventDelegate.cs.meta │ ├── Localization.cs │ ├── Localization.cs.meta │ ├── MinMaxRangeAttribute.cs │ ├── MinMaxRangeAttribute.cs.meta │ ├── NGUIDebug.cs │ ├── NGUIDebug.cs.meta │ ├── NGUIMath.cs │ ├── NGUIMath.cs.meta │ ├── NGUIText.cs │ ├── NGUIText.cs.meta │ ├── NGUITools.cs │ ├── NGUITools.cs.meta │ ├── PropertyBinding.cs │ ├── PropertyBinding.cs.meta │ ├── PropertyReference.cs │ ├── PropertyReference.cs.meta │ ├── RealTime.cs │ ├── RealTime.cs.meta │ ├── SpringPanel.cs │ ├── SpringPanel.cs.meta │ ├── UIBasicSprite.cs │ ├── UIBasicSprite.cs.meta │ ├── UIDrawCall.cs │ ├── UIDrawCall.cs.meta │ ├── UIEventListener.cs │ ├── UIEventListener.cs.meta │ ├── UIGeometry.cs │ ├── UIGeometry.cs.meta │ ├── UIRect.cs │ ├── UIRect.cs.meta │ ├── UISnapshotPoint.cs │ ├── UISnapshotPoint.cs.meta │ ├── UIWidget.cs │ └── UIWidget.cs.meta │ ├── Tweening.meta │ ├── Tweening │ ├── AnimatedAlpha.cs │ ├── AnimatedAlpha.cs.meta │ ├── AnimatedColor.cs │ ├── AnimatedColor.cs.meta │ ├── AnimatedWidget.cs │ ├── AnimatedWidget.cs.meta │ ├── SpringPosition.cs │ ├── SpringPosition.cs.meta │ ├── TweenAlpha.cs │ ├── TweenAlpha.cs.meta │ ├── TweenColor.cs │ ├── TweenColor.cs.meta │ ├── TweenFOV.cs │ ├── TweenFOV.cs.meta │ ├── TweenFill.cs │ ├── TweenFill.cs.meta │ ├── TweenHeight.cs │ ├── TweenHeight.cs.meta │ ├── TweenLetters.cs │ ├── TweenLetters.cs.meta │ ├── TweenOrthoSize.cs │ ├── TweenOrthoSize.cs.meta │ ├── TweenPosition.cs │ ├── TweenPosition.cs.meta │ ├── TweenRotation.cs │ ├── TweenRotation.cs.meta │ ├── TweenScale.cs │ ├── TweenScale.cs.meta │ ├── TweenTransform.cs │ ├── TweenTransform.cs.meta │ ├── TweenVolume.cs │ ├── TweenVolume.cs.meta │ ├── TweenWidth.cs │ ├── TweenWidth.cs.meta │ ├── UITweener.cs │ └── UITweener.cs.meta │ ├── UI.meta │ ├── UI │ ├── UI2DSprite.cs │ ├── UI2DSprite.cs.meta │ ├── UI2DSpriteAnimation.cs │ ├── UI2DSpriteAnimation.cs.meta │ ├── UIAnchor.cs │ ├── UIAnchor.cs.meta │ ├── UIAtlas.cs │ ├── UIAtlas.cs.meta │ ├── UICamera.cs │ ├── UICamera.cs.meta │ ├── UIColorPicker.cs │ ├── UIColorPicker.cs.meta │ ├── UIFont.cs │ ├── UIFont.cs.meta │ ├── UIInput.cs │ ├── UIInput.cs.meta │ ├── UIInputOnGUI.cs │ ├── UIInputOnGUI.cs.meta │ ├── UILabel.cs │ ├── UILabel.cs.meta │ ├── UILocalize.cs │ ├── UILocalize.cs.meta │ ├── UIOrthoCamera.cs │ ├── UIOrthoCamera.cs.meta │ ├── UIPanel.cs │ ├── UIPanel.cs.meta │ ├── UIRoot.cs │ ├── UIRoot.cs.meta │ ├── UISprite.cs │ ├── UISprite.cs.meta │ ├── UISpriteAnimation.cs │ ├── UISpriteAnimation.cs.meta │ ├── UISpriteData.cs │ ├── UISpriteData.cs.meta │ ├── UIStretch.cs │ ├── UIStretch.cs.meta │ ├── UITextList.cs │ ├── UITextList.cs.meta │ ├── UITexture.cs │ ├── UITexture.cs.meta │ ├── UITooltip.cs │ ├── UITooltip.cs.meta │ ├── UIViewport.cs │ └── UIViewport.cs.meta │ ├── UnGfx.cs │ └── UnGfx.cs.meta ├── LICENSE ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityAdsSettings.asset └── UnityConnectSettings.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | /[Ll]ibrary/ 2 | /[Tt]emp/ 3 | /[Oo]bj/ 4 | /[Bb]uild/ 5 | /[Bb]uilds/ 6 | /Assets/AssetStoreTools* 7 | 8 | # Visual Studio 2015 cache directory 9 | /.vs/ 10 | 11 | # Autogenerated VS/MD/Consulo solution and project files 12 | ExportedObj/ 13 | .consulo/ 14 | *.csproj 15 | *.unityproj 16 | *.sln 17 | *.suo 18 | *.tmp 19 | *.user 20 | *.userprefs 21 | *.pidb 22 | *.booproj 23 | *.svd 24 | *.pdb 25 | 26 | # Unity3D generated meta files 27 | *.pidb.meta 28 | 29 | # Unity3D Generated File On Crash Reports 30 | sysinfo.txt 31 | 32 | # Builds 33 | *.apk 34 | *.unitypackage 35 | -------------------------------------------------------------------------------- /Assets/NGUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c5e9b3e69a937a4c923d96026023525 3 | folderAsset: yes 4 | timeCreated: 1499938404 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 030305af4cc56714b9d2a2bac758ecbd 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c27dc46ab4cabb248b63d1275aa03680 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Background.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Colored Button.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Colored Checkbox.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Horizontal Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Colored Horizontal Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Popup List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Colored Popup List.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Progress Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Colored Progress Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Colored Slider.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Vertical Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Colored Vertical Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Button.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Checkbox.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Horizontal Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Horizontal Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Horizontal Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Horizontal Slider.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Input Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Input Field.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Popup List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Popup List.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Progress Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Progress Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Text Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Text Box.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Vertical Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Vertical Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Vertical Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/Preview/Control - Simple Vertical Slider.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f86115102060db43955a0d36e0fb0ef 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86/FreeType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/x86/FreeType.dll -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86/FreeType.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f801416effc99aa46b3cf89b61a49c6e 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86/FreeType.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/x86/FreeType.dylib -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86/FreeType.dylib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83d67a4d19a9444f1bf70bcb6721b5d7 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86_64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a29a606833fee9d4fbd933b7528aa22a 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86_64/FreeType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Editor/x86_64/FreeType.dll -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86_64/FreeType.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f04db6bee7da2094ea96d2d4541a3433 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67166f49d91302e48b33ea5f81fbcb17 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f203a82958363f44987bc323d96f1a3d 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Button.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8c465e83c3e18040884ef096f01647b 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Checkmark.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baa794242d9902a439adb42668119f24 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Logo.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a11ffd605e2eca74d9d8bbcb98aea4bf 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Window - Back.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21e432435c13c134384f3c0c36045919 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Window - Forward.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5eabd000b213209499a98e6757fcdcc8 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99652658ccf865f4286e0f4b45d5e07e 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e9f648b1ddeb6e4bbe3cd9616747eea 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7ef61ebb5c25394c8706a7ea658349f 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f95e07e3d350bf748b0c42b453a69d2e 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad5ef776461ab4649b17aed42c0cea38 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e89228c1c00ed1e4ba9c11d70dccede9 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Bump.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Bump.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Masks.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1289d9a909bfda4e97fbd6af270d511 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Header.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c905e39dfae16404fa3c67e876cf74f5 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Normal.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dfefea9e318d8c439ce15f9525c0853 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Normal.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9626bdc61f38ff2499f0120b8192607d 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a52be069dea5d442bae330af89de3b3 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d650d98b3c4028a4a8b7225c1a6482f8 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f2473f73b9ca724f9080d6d76009ea2 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a48ea22e80d1ac4b97fdd87f9009546 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1418064d34626b408a38cccae0d422e 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac44b8a25154a9d40a172ab5851e0986 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ae1125e63fb80f4d976caeb67d641a4 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16334700286f8804295e78e3ce994ac9 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 800fce3d977b52d4cadf1a0790a413f0 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Atlases/Wooden/Arimo14.tga -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbfb3121457347d40b85543a3884da43 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f5e030a8cdc292438f880d3ec49ef64 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29056518aafb01b49a5b08faf8e30cff 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Coalition.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93e68f7902ba67545ba1e60502873fb5 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Background.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f972f5483b779142956dc9ac68b71a7 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Button.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fee46b827274e694aa251e2d36700135 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Checkbox.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d817ce413af090746808cf805ff3375b 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Horizontal Scroll Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: daa32720f1eb9324eb99463ea71cbef1 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Popup List.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea7ea4be01fdadf45a93ce4ffd074f36 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Progress Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b2eaf764cd5dcc498274816bd1bec13 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Slider.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d6f4f3ab0ce7924ca9daf1717928185 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Vertical Scroll Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f802c84f4ff4e1489958bbce5149bcc 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Button.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c3a28b051e872b448d4808cfcf9199c 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Checkbox.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8298f3014addb4740b073bab416a0335 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Horizontal Scroll Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f3c0d790c9a5494ea6e015207ab9c4f 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Horizontal Slider.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43662805c0ee7b24abe17486ab2b2e42 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Input Field.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45edf347f9f51214dbfbab27b16fbf01 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Popup List.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 004eb8234dcbc3f4bb49009e57a6ed44 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Progress Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b0d1c50c984d704f94ef3e458f797fa 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Text Box.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23c0cd5b08147994c821cf4615b25bc7 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Vertical Scroll Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df7390d50d06a4b4b893085286142266 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Vertical Slider.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73c06049ef328174489241d773446e1f 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5791d5eac20bb084eaf06d107362aae6 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /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_ShaderKeywords: [] 12 | m_CustomRenderQueue: -1 13 | m_SavedProperties: 14 | serializedVersion: 2 15 | m_TexEnvs: 16 | data: 17 | first: 18 | name: _MainTex 19 | second: 20 | m_Texture: {fileID: 2800000, guid: 20f7cab44eaf6e849a8b7131f390055a, type: 3} 21 | m_Scale: {x: 1, y: 1} 22 | m_Offset: {x: 0, y: 0} 23 | m_Floats: {} 24 | m_Colors: 25 | data: 26 | first: 27 | name: _Color 28 | second: {r: 1, g: 1, b: 1, a: 1} 29 | --- !u!1002 &2100001 30 | EditorExtensionImpl: 31 | serializedVersion: 6 32 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/Backdrop.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c2b3cc909d408944b7528b7e39f4d38 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/brick.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c91d13dd6a85732418472200f4abc68c 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46ef84dcf3749bf4894c6fd1586778d2 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25b9dfbdf7b10ce498a34dddbd46721e 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Bracers.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Models/Orc Armor/Bracers.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Diffuse).psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Diffuse).psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Maps).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Maps).png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Normal).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed64773f587bb9846918065b72c58283 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Bracers.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d847f26b6745fb4d9076f59a3cf0151 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Shoulders.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6b1ee5e07651d74fa5f4b8f8adfbc9b 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Shoulders.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Models/Orc Armor/Shoulders.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7444f5c93f5e7d141a20131a71d046ee 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Models/Orc/FBX.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX@idle.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Models/Orc/FBX@idle.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX@idleBreaks.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Models/Orc/FBX@idleBreaks.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin (Diffuse).psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Models/Orc/Orc Skin (Diffuse).psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin (Normal).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/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 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a11c15d03723f5d4898122ca4176e6d4 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e773be3c69e0ef49b8ae5ee2b644fbd 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Other.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e96fd5765d03a54eafe412f04ed3a86 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Other/Storage Icon Template.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8b3491109ac9a54981225a3a7876ace 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da7892fedca9f0f42a2e676aae65ed8e 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Resources/Localization.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a81d146fc1c79a649a5ce2327a40d8d3 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2db788db38561244d86191770dc4fe87 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 0 - Control Widgets.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33872ef6c1d9b03418a3c571f1e6bcc4 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 1 - Anchors.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1a629371c484164e85541902c003f93 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 10 - Localization.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c56710aac7fb7714fabd339ec0832f7b 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 11 - Drag & Drop.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d9c1ac4eded11d46b40e7949b834ca1 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 12 - Chat Window.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7405180428fe944f9c9e0185cf9366e 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 13 - Tabs.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14fe17db4f51e4d4b9b0f63f3fdc8600 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 14 - Endless Scroll Views.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1f9c736228c5e6418db57dd42570c03 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 15 - Animated Letters.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba9955452ecac9448afa4bdd700402ce 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 2 - Interaction.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d07112ae35e3b49439de26a882a05e95 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 3 - Menu.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 474217fc05d321a42a8e55d9b14c7f0a 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 4 - Controller Input.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ea6b02917b630644ad13e20afbe4f6e 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 5 - Lights and Refraction.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3179bb385b3703449b588ae70428dd3d 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 6 - Draggable Window.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7b5ccaa3ff373a4ea0eb310cb86421d 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 7 - Scroll View (Panel).unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 651a1500e5e710b4b94d6b620741138a 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 8 - Scroll View (Camera).unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53c9f540c7228b54e8593bc0b0db1415 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 9 - Quest Log.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52345d7deca6f844e9aed924a00fcc2c 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example X - Character.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a5a55ad607f621418e7ca710de5ba04 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 1.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a02d27ea09f7854ab4409b51c84dfe1 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 2.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f179cb5ecea510d4983ccae256a008ac 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 3.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 070666400d49df049a7f49d6a33defa6 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 4.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8dbe00b5349edd843a205c7af7250b0e 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 5.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcd8bc4cc1c5f6f419adb680f244808f 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 6.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 626f82a3943eec6468bd1b085d8fb907 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 7.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae1b853772f4c124ab62237544255ba4 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0f91a6d32b64b54a92c347cc702b1d6 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bab7439cd5c6b1045a2c80f23ce38568 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f905b80424b5ec45b31c86487de725a 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 543bb70230cedab4e8785da5d50af7ed 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/System.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c701e2bd904ed5b4a820927eb0d64ec4 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a8de327d514aae42b2b1467751b6274 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | #if UNITY_4_6 || UNITY_4_7 || UNITY_5_0 || UNITY_5_1 || UNITY_5_2 13 | Application.LoadLevel(levelName); 14 | #else 15 | UnityEngine.SceneManagement.SceneManager.LoadScene(levelName); 16 | #endif 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LoadLevelOnClick.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4df31385379812441bfc75a419c76729 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/SetColorPickerColor.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | [RequireComponent(typeof(UIWidget))] 4 | public class SetColorPickerColor : MonoBehaviour 5 | { 6 | [System.NonSerialized] UIWidget mWidget; 7 | 8 | public void SetToCurrent () 9 | { 10 | if (mWidget == null) mWidget = GetComponent(); 11 | if (UIColorPicker.current != null) 12 | mWidget.color = UIColorPicker.current.value; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/SetColorPickerColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c0c14d2698771846ad203a553cbc444 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/Spin.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf6484591c9cb0e409f5c53c6978a95d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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: 100 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9b9fd2fb5ba0d84da8f27ad651e98c5 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Refractive.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9bef69d3483c064f88f285d261cbd10 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /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 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /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 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /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 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Masked Colored.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9585a629f3ca7a41863121f0b99af20 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 573e25bb47918794093cdba080bfdced 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Crumple.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Sounds/Crumple.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Crumple.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ecb26c462ed72b4dbfba168ff91e2fa 3 | AudioImporter: 4 | serializedVersion: 6 5 | defaultSettings: 6 | loadType: 1 7 | sampleRateSetting: 0 8 | sampleRateOverride: 0 9 | compressionFormat: 0 10 | quality: 0 11 | conversionMode: 0 12 | platformSettingOverrides: {} 13 | forceToMono: 1 14 | normalize: 1 15 | preloadAudioData: 1 16 | loadInBackground: 0 17 | 3D: 0 18 | userData: 19 | assetBundleName: 20 | assetBundleVariant: 21 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Rumble.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Sounds/Rumble.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Rumble.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab4b41aa0a43dcc48a386073b6a1a0d9 3 | AudioImporter: 4 | serializedVersion: 6 5 | defaultSettings: 6 | loadType: 1 7 | sampleRateSetting: 0 8 | sampleRateOverride: 0 9 | compressionFormat: 0 10 | quality: 0 11 | conversionMode: 0 12 | platformSettingOverrides: {} 13 | forceToMono: 1 14 | normalize: 1 15 | preloadAudioData: 1 16 | loadInBackground: 0 17 | 3D: 0 18 | userData: 19 | assetBundleName: 20 | assetBundleVariant: 21 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Swipe.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Sounds/Swipe.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Swipe.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cab912f3009b43843b0a48ac3120c6ad 3 | AudioImporter: 4 | serializedVersion: 6 5 | defaultSettings: 6 | loadType: 1 7 | sampleRateSetting: 0 8 | sampleRateOverride: 0 9 | compressionFormat: 0 10 | quality: 0 11 | conversionMode: 0 12 | platformSettingOverrides: {} 13 | forceToMono: 1 14 | normalize: 1 15 | preloadAudioData: 1 16 | loadInBackground: 0 17 | 3D: 0 18 | userData: 19 | assetBundleName: 20 | assetBundleVariant: 21 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Tap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Sounds/Tap.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Tap.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5083cfe83bb875479bd797c61594131 3 | AudioImporter: 4 | serializedVersion: 6 5 | defaultSettings: 6 | loadType: 1 7 | sampleRateSetting: 0 8 | sampleRateOverride: 0 9 | compressionFormat: 0 10 | quality: 0 11 | conversionMode: 0 12 | platformSettingOverrides: {} 13 | forceToMono: 1 14 | normalize: 1 15 | preloadAudioData: 1 16 | loadInBackground: 0 17 | 3D: 0 18 | userData: 19 | assetBundleName: 20 | assetBundleVariant: 21 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dea60f76d3985164cac094ab6d94e58b 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/Backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Textures/Backdrop.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brick.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Textures/brick.jpg -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brickNM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Textures/brickNM.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/burlap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Textures/burlap.jpg -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Examples/Textures/sand.png -------------------------------------------------------------------------------- /Assets/NGUI/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e23a07c8c9aa3f240b39a1bf4201a95b 3 | folderAsset: yes 4 | timeCreated: 1508752923 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Plugins/CString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Plugins/CString.dll -------------------------------------------------------------------------------- /Assets/NGUI/Plugins/CString.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e2931b79638ce04da1de01a81339f5f 3 | timeCreated: 1487923591 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 1 13 | settings: {} 14 | Editor: 15 | enabled: 0 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/NGUI/Plugins/Debugger.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Plugins/Debugger.dll -------------------------------------------------------------------------------- /Assets/NGUI/Plugins/Debugger.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7464a24e1793f15479fb8a0067bcd546 3 | timeCreated: 1487923591 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 1 13 | settings: {} 14 | Editor: 15 | enabled: 0 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/NGUI/ReadMe - 3.11.1.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05d75e209a8e9dc4096a834edfea27bf 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8da5f955839bca5479c5cdea921d7ca8 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7419a3cec8a88cb4495e3921d2618b90 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored (TextureClip).shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 773952d1ab5b7714392cdc5473b20244 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93c84009f8f004b4f84697c8cb12dd63 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65ca32170bb371f459991a5d7696a9ba 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e82b392f79aa394fb1a579743600d5f 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed5591596df551e4c8f4b05ce88a7a07 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text (TextureClip).shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eec9c90e5acd4d74d9e021119fc70cf8 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f39f1d1f2f3ee04bb793082eee05819 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37590480333382341b5007dec2a032c6 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27275fc7df2ec0346ba12831e6a01345 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 773417da4aa1b46409bd1e7574dcb251 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored (Packed) (TextureClip).shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e37f44f1a08cf594fb6b3919774527ed 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored (TextureClip).shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 720c2c242cde13e4188964c550502b5e 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf9ebc36d43f657468fecb524763e3bc 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1682092270f88d04bb434756a984ea87 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c0a1aa668787ad42a48d1a535825520 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e75727d9555d9d14ca51d91908c681bc 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32c341b8eeec1c740b2d9656b3d86640 3 | timeCreated: 1487329620 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f50840d22d763e94bb17a6588561e176 3 | timeCreated: 1487329620 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84abc59efc94bf04382c8930760e85da 3 | timeCreated: 1487329620 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ce74a69452053544b6e30c1dcf866dc 3 | timeCreated: 1487329620 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC_A 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72855b08617b3a34897cc899b91f44a4 3 | timeCreated: 1487329620 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC_A 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8eb630b289627354083da6f94622cdd7 3 | timeCreated: 1487329620 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC_A 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70f20ef1f4e3ee447b4a755d6747b3ed 3 | timeCreated: 1487329620 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC_A.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45658558192230b408659e5106959eae 3 | timeCreated: 1487329620 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cd1f5408130bdc4cbcf8c8fab8efd21 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6f11eb0ceeb5e044b3199208e1a99bf 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 222c64d503379884db00185ebbe08590 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9300d87db4ad0b0439f6fb97c3ce8ccf 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 1.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 182695e850938314fa6675a8926ad9ee 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4f0faf73e6bf89419cf29b611f29ade 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 3.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1ba9e7ba321b2c4d97f6a19f1deab6a 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3fd145b191cf4040ac6b55cda352a53 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39fc1972b24918f45926bad0e8263115 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ebe31a2ad7acb24f8b61ab2482574b7 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/ActiveAnimationEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(ActiveAnimation))] 10 | public class ActiveAnimationEditor : Editor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | NGUIEditorTools.SetLabelWidth(80f); 15 | ActiveAnimation aa = target as ActiveAnimation; 16 | GUILayout.Space(3f); 17 | NGUIEditorTools.DrawEvents("On Finished", aa, aa.onFinished); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/ActiveAnimationEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ba9ab789855b274fa543308ac44781b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/BMFontReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e158bb7b8285214086ac67290f0cecd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/ComponentSelector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5a2a079a3e532341bc353243c67d9be 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/EventDelegateDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 919314d918a245a4bb343f8a5dfcaa97 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/EventDelegateEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb8e5b61ab758094e90874901b42da1f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/FreeType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2276a2bded84b474baf9d0cab753c900 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/MinMaxRangeAttributeDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1bb90f17437a4af49b55a2af54f5d1bd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenAlphaEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenAlpha))] 10 | public class TweenAlphaEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenAlpha tw = target as TweenAlpha; 18 | GUI.changed = false; 19 | 20 | float from = EditorGUILayout.Slider("From", tw.from, 0f, 1f); 21 | float to = EditorGUILayout.Slider("To", tw.to, 0f, 1f); 22 | 23 | if (GUI.changed) 24 | { 25 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 26 | tw.from = from; 27 | tw.to = to; 28 | NGUITools.SetDirty(tw); 29 | } 30 | 31 | DrawCommonProperties(); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenAlphaEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ca1a2b070be6f04f9dc2b6756d084ff 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenColorEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenColor))] 10 | public class TweenColorEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenColor tw = target as TweenColor; 18 | GUI.changed = false; 19 | 20 | Color from = EditorGUILayout.ColorField("From", tw.from); 21 | Color to = EditorGUILayout.ColorField("To", tw.to); 22 | 23 | if (GUI.changed) 24 | { 25 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 26 | tw.from = from; 27 | tw.to = to; 28 | NGUITools.SetDirty(tw); 29 | } 30 | 31 | DrawCommonProperties(); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenColorEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7928b5af346eed04ba391047b8b0ddc8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenFOVEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenFOV))] 10 | public class TweenFOVEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenFOV tw = target as TweenFOV; 18 | GUI.changed = false; 19 | 20 | float from = EditorGUILayout.Slider("From", tw.from, 1f, 180f); 21 | float to = EditorGUILayout.Slider("To", tw.to, 1f, 180f); 22 | 23 | if (GUI.changed) 24 | { 25 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 26 | tw.from = from; 27 | tw.to = to; 28 | NGUITools.SetDirty(tw); 29 | } 30 | 31 | DrawCommonProperties(); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenFOVEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11db62d6da2a5f34590f41ebb958bd94 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenHeightEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c135e5506eb921409b47fa6543134ec 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenOrthoSizeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37cda4ddb333a6d469473d36a439d20e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenPositionEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /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 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenTransformEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenTransform))] 10 | public class TweenTransformEditor : UITweenerEditor 11 | { 12 | } 13 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenTransformEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ff6713338f44844c82de82685521dd3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenVolumeEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CustomEditor(typeof(TweenVolume))] 10 | public class TweenVolumeEditor : UITweenerEditor 11 | { 12 | public override void OnInspectorGUI () 13 | { 14 | GUILayout.Space(6f); 15 | NGUIEditorTools.SetLabelWidth(120f); 16 | 17 | TweenVolume tw = target as TweenVolume; 18 | GUI.changed = false; 19 | 20 | float from = EditorGUILayout.Slider("From", tw.from, 0f, 1f); 21 | float to = EditorGUILayout.Slider("To", tw.to, 0f, 1f); 22 | 23 | if (GUI.changed) 24 | { 25 | NGUIEditorTools.RegisterUndo("Tween Change", tw); 26 | tw.from = from; 27 | tw.to = to; 28 | NGUITools.SetDirty(tw); 29 | } 30 | 31 | DrawCommonProperties(); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenVolumeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 023e6404a70e48148b315cf9737211af 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenWidthEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d35cd8e39586acb4a842a0c77019d598 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TypewriterEffectEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d00aad4a2618d0c43b705a5834ec944a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UI2DSpriteEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b58c690fc6247742b470d68991b0b45 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAnchorEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIAnchor))] 11 | public class UIAnchorEditor : Editor 12 | { 13 | public override void OnInspectorGUI () 14 | { 15 | base.OnInspectorGUI(); 16 | EditorGUILayout.HelpBox("All NGUI widgets have anchoring functionality built-in.", MessageType.Info); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAnchorEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ea085d118cd5e4419b53cd2a6037c70 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAtlasInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7163253a2d8b90f4cbdd7b0630b84dcd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAtlasMaker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6640bfdeeb55c3846ae12d39c4be16c7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIBasicSpriteEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bb84ce4e2503cc4d90712c5e8b16f75 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonColorEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 911094946c3d42444ae2f537f02a998e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5c5298e1d742444a84b57652af46ff8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonKeysEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | #if UNITY_3_5 11 | [CustomEditor(typeof(UIButtonKeys))] 12 | #else 13 | [CustomEditor(typeof(UIButtonKeys), true)] 14 | #endif 15 | public class UIButtonKeysEditor : UIKeyNavigationEditor 16 | { 17 | public override void OnInspectorGUI () 18 | { 19 | base.OnInspectorGUI(); 20 | EditorGUILayout.HelpBox("This component has been replaced by UIKeyNavigation.", MessageType.Warning); 21 | 22 | if (GUILayout.Button("Auto-Upgrade")) 23 | { 24 | NGUIEditorTools.ReplaceClass(serializedObject, typeof(UIKeyNavigation)); 25 | Selection.activeGameObject = null; 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonKeysEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebef6265308ce534dbdb180b5240c568 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonMessageEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIButtonMessage))] 11 | public class UIButtonMessageEditor : Editor 12 | { 13 | public override void OnInspectorGUI () 14 | { 15 | EditorGUILayout.HelpBox("This is a legacy component. Consider using the Event Trigger instead.", MessageType.Warning); 16 | base.OnInspectorGUI(); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonMessageEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c44704a953b80c343a2ed6cd9ea1a77d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICameraEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0a55f2ca4ffa1b438ee5421182da48a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICameraTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 395f00539de3dd44e8e1dffd3531a1ae 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIColorPickerEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIColorPicker))] 11 | public class UIColorPickerEditor : Editor 12 | { 13 | public override void OnInspectorGUI () 14 | { 15 | serializedObject.Update(); 16 | 17 | NGUIEditorTools.SetLabelWidth(100f); 18 | UIColorPicker picker = target as UIColorPicker; 19 | 20 | GUILayout.Space(6f); 21 | GUI.changed = false; 22 | 23 | NGUIEditorTools.DrawProperty(serializedObject, "value"); 24 | NGUIEditorTools.DrawProperty(serializedObject, "selectionWidget"); 25 | 26 | GUILayout.Space(6f); 27 | GUI.changed = false; 28 | 29 | NGUIEditorTools.DrawEvents("On Value Change", picker, picker.onChange); 30 | serializedObject.ApplyModifiedProperties(); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIColorPickerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad4bb028f6b2a704bb8a0fc75f6b0652 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICreateNewUIWizard.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d900a06197aa6b841b6f2ae5d629f2f3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICreateWidgetWizard.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 245788f199aedac469f04dfc612b041f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIDragObjectEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b214795e1e6ed049b4f9679743d48fe 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIDrawCallInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba9d9afe888570648bcbad1b0d7a3971 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIDrawCallViewer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfd51f6d22e704742bbfa42849ad6d43 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIEventTriggerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8342876081aa9364485fc9d21d5f481f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIFontInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1bf769ed077fac4b821591f35174d8a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIFontMaker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e14f05c1fecce3c489e85a9d53b8c9a5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIForwardEventsEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIForwardEvents))] 11 | public class UIForwardEventsEditor : Editor 12 | { 13 | public override void OnInspectorGUI () 14 | { 15 | EditorGUILayout.HelpBox("This is a legacy component. Consider using the Event Trigger instead.", MessageType.Warning); 16 | base.OnInspectorGUI(); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIForwardEventsEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 852d1257bb24f5548baaa48bb3220ccb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIGridEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25768f77ff311df4280e5930a00c6a2a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIImageButtonInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a405728ee80ddd458732a8e2ac86dff 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIInputEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bb325a2f543b4d46af7efdc8dfac540 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIKeyNavigationEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bd6e95688f06384c9b0c964d1a95dc2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UILabelInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04cb63f7bb5b23f4faa0e2bc480e77c8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UILocalizeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6134566833bb545429829e1abb8bb4ba 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPanelInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b826b69ae58db24e94e9e2441b5bde8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPanelTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8ec094592868d540af38cb278cc80ce 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPlayAnimationEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61efec75045d72f48be7163deac67659 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPlayTweenEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd2d136a660d64e43b806d6016dd7d31 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPopupListInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b34b6233cb2c16f46a5c82586eab2960 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPrefabTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3eb1f93f938c768488aabc5c498e5f86 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIProgressBarEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81229f2f75daa254298ceeba4651fa0d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIRectEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa5b1144562b4be4a839a476a014319c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIRootEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 167e85d0ec2d26c4e9d862a87e678254 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIScrollBarEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20f7848ea19ece0419ac9b5999ff0df5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIScrollViewEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a3b2fb31ed86914a9c7ae6b883de316 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISliderEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UISlider))] 11 | public class UISliderEditor : UIProgressBarEditor 12 | { 13 | } 14 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISliderEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a43764fe69e698d40b5024e16213c5cc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISnapshotPointEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d43571d32669b3f439cff5ea0ee6d6f6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISpriteAnimationInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0691e062d343d1b41b435e34db5d467f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISpriteInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 921cc3716d59a904faeee8dec757dea6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIStretchEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using UnityEditor; 8 | 9 | [CanEditMultipleObjects] 10 | [CustomEditor(typeof(UIStretch))] 11 | public class UIStretchEditor : Editor 12 | { 13 | public override void OnInspectorGUI () 14 | { 15 | base.OnInspectorGUI(); 16 | EditorGUILayout.HelpBox("UIStretch is a legacy component and should not be used anymore. All widgets have anchoring functionality built-in.", MessageType.Warning); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIStretchEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26aa400b9b7cfb04492304287feb589d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITableEditor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | #if UNITY_3_5 7 | using UnityEngine; 8 | using UnityEditor; 9 | 10 | [CanEditMultipleObjects] 11 | [CustomEditor(typeof(UITable))] 12 | public class UITableEditor : UIWidgetContainerEditor 13 | { 14 | } 15 | #endif 16 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITableEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cf395759d6024f4e953788182f97a84 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITextureInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e772b2bb85dc225499db07c5206af708 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITexturePacker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3212969823f62c4f90c010c49b4d816 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIToggleInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cb80309e29808443ae0cd9dc7de36db 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITweenerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3564c93409a4aaa44a48de1e49be56ba 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIWidgetContainerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74b00d61990c33f4cb5a79a77af61196 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIWidgetInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8a786fe017602a438111c9d297ffcac 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIWrapContentEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21e41d478ab977b40b3bf8b95b0cdf6d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ba9c6abec0e02e45a550c5c34b65297 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/EnvelopContent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afc132d2169cbe0478182768b713d882 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/LanguageSelection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c70d290e4a4da804eb63c8b0c528a1b7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/TypewriterEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5e1210a659c71f49b09ec14c4d40e77 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fdca5042b1d12a4890ec1bd4f04290d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonActivate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/Assets/NGUI/Scripts/Interaction/UIButtonActivate.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonActivate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e1a147c24165da4b8936f4a453da17e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15cc9c62605319f4a9b20b15918913fa 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonKeys.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35a096bcfb49b9c409c3875999a2cda9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonMessage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4c4ff40739c7904ca26c14ffbdc4176 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonOffset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10616d4ce51c5994086c006a7c1189e3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonRotation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f23d9cb4e13584439c9f9ddeed5e512 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonScale.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c041f61e4a9fbf4e830210f5d933ece 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UICenterOnChild.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d35d721694fa0ee48a2d14bddfcbf4a4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 10 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UICenterOnClick.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72af25c2a1299f94a86fa9cace6e252a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6be1c23e94a0ec847bf5784666c3432d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropContainer.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | [AddComponentMenu("NGUI/Interaction/Drag and Drop Container")] 9 | public class UIDragDropContainer : MonoBehaviour 10 | { 11 | public Transform reparentTarget; 12 | 13 | protected virtual void Start () { if (reparentTarget == null) reparentTarget = transform; } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropContainer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c33bc83ab81ec0c44976c6fb1d44e55a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d9ee9adcf574fc42857acfaad9fb89e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropRoot.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// When Drag & Drop event begins in UIDragDropItem, it will re-parent itself to the UIDragDropRoot instead. 10 | /// It's useful when you're dragging something out of a clipped panel: you will want to reparent it before 11 | /// it can be dragged outside. 12 | /// 13 | 14 | [AddComponentMenu("NGUI/Interaction/Drag and Drop Root")] 15 | public class UIDragDropRoot : MonoBehaviour 16 | { 17 | static public Transform root; 18 | 19 | void OnEnable () { root = transform; } 20 | void OnDisable () { if (root == transform) root = null; } 21 | } 22 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropRoot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f58673abf18fa334bbffe3a5b682f103 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b90fc8427bee38c478f5b2f6f0ae9580 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -200 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragResize.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e85fff0758f722468e15bd6605b5173 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f02842fa4878db54f9587ff4de7d9f2d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDraggableCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b2b2744de0a2904ca960e2d57e1ef56 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIEventTrigger.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e862f287df53bb64db191162f851a296 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIForwardEvents.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48ae3b1123bedc6429fcbcd3f1548030 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIGrid.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07c4de3b4b6fe9045b059ee627c100df 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIImageButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4271d0dec29cc9845a75627e88f762af 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIKeyBinding.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 049a2bcd8df653c4d9cb9d39404363a9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIKeyNavigation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 643ea4bc79b55444d974ddbd31a6cd5d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPlayAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f093ad5830afe44aba6efa8b8a5d5b9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPlaySound.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d44bc69c2ca5f943b845318866dc1bd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - audioClip: {fileID: 8300000, guid: 76218f99e7130334bbabc49674f288bd, type: 3} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPlayTween.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eaee0fa3c7a782f43ac65b3fea68c1d6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPopupList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57e428c9b6087304da439ec665b56a2d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 3 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIProgressBar.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b202fea542cfac43b87ef5b4ebda358 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISavedOption.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7fee06681a472243a6427c8b9847475 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIScrollBar.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c8d596c16f05d949922ef16347e4cc9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 21 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d81807633ea807d4c8e3fff7e10c6000 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIShowControlScheme.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbaaa3487adf4a8428d4b5e12a1ca023 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISlider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c20815eb3063c24290a61b7020a1836 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 23 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISoundVolume.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// Very simple script that can be attached to a slider and will control the volume of all sounds played via NGUITools.PlaySound, 10 | /// which includes all of UI's sounds. 11 | /// 12 | 13 | [RequireComponent(typeof(UISlider))] 14 | [AddComponentMenu("NGUI/Interaction/Sound Volume")] 15 | public class UISoundVolume : MonoBehaviour 16 | { 17 | void Awake () 18 | { 19 | UISlider slider = GetComponent(); 20 | slider.value = NGUITools.soundVolume; 21 | EventDelegate.Add(slider.onChange, OnChange); 22 | } 23 | 24 | void OnChange () 25 | { 26 | NGUITools.soundVolume = UISlider.current.value; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISoundVolume.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0ca5f9597ed3ff48aab27234e363f92 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UITable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66ca9c6e5cbd4544ab22016a27d817a4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 200 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIToggle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 446d504799d99174383957fca80713c8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 40 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIToggledComponents.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0480f64170b8ebe45812d18656dcfc44 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIToggledObjects.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5f48ecc218d2db49baa9ac1bfe73ba9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIWidgetContainer.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | using System.Collections; 8 | 9 | /// 10 | /// Widget container is a generic type class that acts like a non-resizeable widget when selecting things in the scene view. 11 | /// 12 | 13 | [AddComponentMenu("NGUI/Interaction/Widget Container")] 14 | public class UIWidgetContainer : MonoBehaviour { } 15 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIWidgetContainer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1bf488fc3345a41bad73504e63dce1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIWrapContent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7151fd3c05c1b4c499d4d972a6b88b50 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9340c9f52298014795e421ddb653440 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/ActiveAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65ee607e1177db1479c3cbf94cac327e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/AnimationOrTween.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 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 | IgnoreDisabledState, 40 | } 41 | 42 | public enum DisableCondition 43 | { 44 | DisableAfterReverse = -1, 45 | DoNotDisable = 0, 46 | DisableAfterForward = 1, 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/AnimationOrTween.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0249dc991b57a1f4fa6f192e9f4a3883 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BMFont.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9254a456c0f8d064a9f8c8596ce772c3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BMGlyph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43133e037305160469507743bfeb73fa 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BMSymbol.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf11dfea9b50b5745b17e71aaccde1c7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BetterList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06647390effa1ca49a5b31219b23963c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/ByteReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69381003764fe1547ae1574f92908a15 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/DynamicMaterial.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec03bade5b0396f4387be10d6217c66f 3 | timeCreated: 1490331324 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/EventDelegate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3f2106c60b06a74ab95b50f1fab1e83 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/Localization.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4850261060aea044ae098e8e9979e62 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -300 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | public class MinMaxRangeAttribute : PropertyAttribute 9 | { 10 | public float minLimit, maxLimit; 11 | 12 | public MinMaxRangeAttribute (float minLimit, float maxLimit) 13 | { 14 | this.minLimit = minLimit; 15 | this.maxLimit = maxLimit; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94f43f87071788c43885c97441c8fdc8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUIDebug.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecb9547bf2766f645b5e6046483a6c72 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUIMath.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24438193675d223439c8b044419aab8c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUIText.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a8ace6ca0abad0469f6f961e94e9b28 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUITools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0956b9fe87fb4d43ad76a06b9b0b3a1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/PropertyBinding.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 501d3db605fb18e43bfa0d782ccf1586 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/PropertyReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c5dfd3a35d7b364dba380b1615a414a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/RealTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19247bef9e8504440bfc43d9529e4515 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -400 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/SpringPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be10cbaaf1096094ca8285024d49002e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIBasicSprite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13a634c325376bf48bda936d36ad7e9d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIDrawCall.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f5158b7acfccaf4ca4a8a581255b653 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIEventListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1bd99dcf43f97d48bb6215c70f0cd40 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIGeometry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4033f00d093b3164a9ab789dcce5a78c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIRect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5a11779a4614cc4cb971686291ca92e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UISnapshotPoint.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | [ExecuteInEditMode] 9 | [AddComponentMenu("NGUI/Internal/Snapshot Point")] 10 | public class UISnapshotPoint : MonoBehaviour 11 | { 12 | public bool isOrthographic = true; 13 | public float nearClip = -100f; 14 | public float farClip = 100f; 15 | 16 | [Range(10, 80)] 17 | public int fieldOfView = 35; 18 | public float orthoSize = 30f; 19 | 20 | public Texture2D thumbnail; 21 | 22 | void Start () { if (tag != "EditorOnly") tag = "EditorOnly"; } 23 | } 24 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UISnapshotPoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f06f6958f58e84478860551165902ec 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIWidget.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 858a20c1b21a3f94bb5b2d3b901c9aaf 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a2d24f45e4a86b499abf1245aa9acfc 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedAlpha.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// Makes it possible to animate alpha of the widget or a panel. 10 | /// 11 | 12 | [ExecuteInEditMode] 13 | public class AnimatedAlpha : MonoBehaviour 14 | { 15 | [Range(0f, 1f)] 16 | public float alpha = 1f; 17 | 18 | UIWidget mWidget; 19 | UIPanel mPanel; 20 | 21 | void OnEnable () 22 | { 23 | mWidget = GetComponent(); 24 | mPanel = GetComponent(); 25 | LateUpdate(); 26 | } 27 | 28 | void LateUpdate () 29 | { 30 | if (mWidget != null) mWidget.alpha = alpha; 31 | if (mPanel != null) mPanel.alpha = alpha; 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedAlpha.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f9aef6d5962d8849aa830ef46c7c993 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedColor.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// Makes it possible to animate a color of the widget. 10 | /// 11 | 12 | [ExecuteInEditMode] 13 | [RequireComponent(typeof(UIWidget))] 14 | public class AnimatedColor : MonoBehaviour 15 | { 16 | public Color color = Color.white; 17 | 18 | UIWidget mWidget; 19 | 20 | void OnEnable () { mWidget = GetComponent(); LateUpdate(); } 21 | void LateUpdate () { mWidget.color = color; } 22 | } 23 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2278f9af1633ae43a759ad6cdb74608 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedWidget.cs: -------------------------------------------------------------------------------- 1 | //---------------------------------------------- 2 | // NGUI: Next-Gen UI kit 3 | // Copyright © 2011-2016 Tasharen Entertainment 4 | //---------------------------------------------- 5 | 6 | using UnityEngine; 7 | 8 | /// 9 | /// Makes it possible to animate the widget's width and height using Unity's animations. 10 | /// 11 | 12 | [ExecuteInEditMode] 13 | public class AnimatedWidget : MonoBehaviour 14 | { 15 | public float width = 1f; 16 | public float height = 1f; 17 | 18 | UIWidget mWidget; 19 | 20 | void OnEnable () 21 | { 22 | mWidget = GetComponent(); 23 | LateUpdate(); 24 | } 25 | 26 | void LateUpdate () 27 | { 28 | if (mWidget != null) 29 | { 30 | mWidget.width = Mathf.RoundToInt(width); 31 | mWidget.height = Mathf.RoundToInt(height); 32 | } 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedWidget.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27adfee35dd94cb4a8d0cd2ed7d934be 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/SpringPosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b07b9d136934c04b965f9adb7054484 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenAlpha.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e2747e3775af504da1a4d5a46c5a1ce 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfa4a4a103e4fed43a7e9e9df4a6915c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenFOV.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0153adb55685cee4d97c4ee2d52124e5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenFill.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ba7f59a1f412544f85ac3e66f0b5227 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenHeight.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66a6ab21c5f860946ade65b47cc0270b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -92 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenLetters.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49c8ea27ad4a61946bf9a14121002ada 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -220 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenOrthoSize.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 365827806a6dd8b4583deeefe6e483c9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenPosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d166255cacf07b4292b8402b3ddefc5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -98 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenRotation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04d1b7c9e9a19a24ab67123a43c6544b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -95 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenScale.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75e7459110b9666449485c40f25362a5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -94 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenTransform.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d805c79a1ab11643bfd9d91e10c195a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenVolume.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17aeef7ce6c142344959e650cab20151 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenWidth.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fe5d396737f89f4ea1534bc147cad2e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -93 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/UITweener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c96860f5597f2494abb42d29cdca0bcc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 379368476a078fa418258b9e196dd900 3 | folderAsset: yes 4 | timeCreated: 1487318879 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UI2DSprite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e96b31ce75e592f45a1cff563a4869db 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 5 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UI2DSpriteAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f945d2f8b430a140a60224c850dbbdb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIAnchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8077b76001d36d489868d20d28bddb9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -23 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIAtlas.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d0c51bb0b6e93049af5e88f93826e3b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UICamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a92b5d748695fd44aac9feef17ba415 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -90 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIColorPicker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02e5d51ade5cb9d49b9a4ab78bc8d622 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIFont.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b4eb3a400afab046abb8471a9d746d6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIInput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac5060295fbd39b4a88d20d0c83d925e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 1 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIInputOnGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f555bda46cc2e6f448cde6a38c0de59b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UILabel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9d0b5f3bbe925a408bd595c79d0bf63 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UILocalize.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa69d5b40401f77469779cf7f6fc94a0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIOrthoCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e99a627c1d84ba64faaf1a819b50fd6e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae942c9068183dc40a9d01f648273726 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 300 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIRoot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c5ecb5660b11414fb042fb826e03b73 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -250 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UISprite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b3dc54f924693f41b5cbecb267e647a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UISpriteAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df9bfb5c080dac24cbbc6c9f595ed413 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UISpriteData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f23d662aa841b434588de6b8c3cb5b3e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIStretch.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94b5bd8d2e1bcbe4580036799fb6ca41 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -21 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UITextList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 020d0c1db3283a342ab86731270ea060 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UITexture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5c5ca47aa5c01740810b7c66662099f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UITooltip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbc946d84fba95f41a0136cf378875be 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIViewport.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a4738b17d7857b4fa52eb2d3ca0cb3a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UnGfx.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac471064ff32310499cd2c5375a80c49 3 | timeCreated: 1487317598 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.4.5p4 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/d301b6650b0d0258b0293797b4331ee4d4c4b8f2/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # mGUI 2 | to use this you must by an copy of nGUI.
3 | 对nGUI的扩展,widget组件增加dynamic状态,uilabel gc优化等功能 4 | --------------------------------------------------------------------------------