├── Assets ├── Editor.meta ├── Editor │ ├── TextMeshOutlineEditor.cs │ └── TextMeshOutlineEditor.cs.meta ├── Scenes.meta ├── Scenes │ ├── FullTest.unity │ ├── FullTest.unity.meta │ ├── SampleScene.unity │ └── SampleScene.unity.meta ├── Scripts.meta ├── Scripts │ ├── TestHandler.cs │ ├── TestHandler.cs.meta │ ├── TestTeshMeshUV.cs │ └── TestTeshMeshUV.cs.meta ├── TextMesh Pro.meta └── TextMesh Pro │ ├── Documentation.meta │ ├── Documentation │ ├── TextMesh Pro User Guide 2016.pdf │ └── TextMesh Pro User Guide 2016.pdf.meta │ ├── Examples & Extras.meta │ ├── Examples & Extras │ ├── Fonts.meta │ ├── Fonts │ │ ├── Anton OFL.txt │ │ ├── Anton OFL.txt.meta │ │ ├── Anton.ttf │ │ ├── Anton.ttf.meta │ │ ├── Bangers - OFL.txt │ │ ├── Bangers - OFL.txt.meta │ │ ├── Bangers.ttf │ │ ├── Bangers.ttf.meta │ │ ├── Electronic Highway Sign.TTF │ │ ├── Electronic Highway Sign.TTF.meta │ │ ├── Oswald-Bold - OFL.txt │ │ ├── Oswald-Bold - OFL.txt.meta │ │ ├── Oswald-Bold.ttf │ │ ├── Oswald-Bold.ttf.meta │ │ ├── Roboto-Bold.ttf │ │ └── Roboto-Bold.ttf.meta │ ├── Materials.meta │ ├── Materials │ │ ├── Crate - Surface Shader Scene.mat │ │ ├── Crate - Surface Shader Scene.mat.meta │ │ ├── Ground - Logo Scene.mat │ │ ├── Ground - Logo Scene.mat.meta │ │ ├── Ground - Surface Shader Scene.mat │ │ ├── Ground - Surface Shader Scene.mat.meta │ │ ├── Small Crate_diffuse.mat │ │ └── Small Crate_diffuse.mat.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Text Popup.prefab │ │ ├── Text Popup.prefab.meta │ │ ├── TextMeshPro - Prefab 1.prefab │ │ ├── TextMeshPro - Prefab 1.prefab.meta │ │ ├── TextMeshPro - Prefab 2.prefab │ │ └── TextMeshPro - Prefab 2.prefab.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Color Gradient Presets.meta │ │ ├── Color Gradient Presets │ │ │ ├── Blue to Purple - Vertical.asset │ │ │ ├── Blue to Purple - Vertical.asset.meta │ │ │ ├── Dark to Light Green - Vertical.asset │ │ │ ├── Dark to Light Green - Vertical.asset.meta │ │ │ ├── Light to Dark Green - Vertical.asset │ │ │ ├── Light to Dark Green - Vertical.asset.meta │ │ │ ├── Yellow to Orange - Vertical.asset │ │ │ └── Yellow to Orange - Vertical.asset.meta │ │ ├── Fonts & Materials.meta │ │ ├── Fonts & Materials │ │ │ ├── Anton SDF - Drop Shadow.mat │ │ │ ├── Anton SDF - Drop Shadow.mat.meta │ │ │ ├── Anton SDF - Outline.mat │ │ │ ├── Anton SDF - Outline.mat.meta │ │ │ ├── Anton SDF - Sunny Days.mat │ │ │ ├── Anton SDF - Sunny Days.mat.meta │ │ │ ├── Anton SDF.asset │ │ │ ├── Anton SDF.asset.meta │ │ │ ├── Bangers SDF - Drop Shadow.mat │ │ │ ├── Bangers SDF - Drop Shadow.mat.meta │ │ │ ├── Bangers SDF - Outline.mat │ │ │ ├── Bangers SDF - Outline.mat.meta │ │ │ ├── Bangers SDF Glow.mat │ │ │ ├── Bangers SDF Glow.mat.meta │ │ │ ├── Bangers SDF Logo.mat │ │ │ ├── Bangers SDF Logo.mat.meta │ │ │ ├── Bangers SDF.asset │ │ │ ├── Bangers SDF.asset.meta │ │ │ ├── Electronic Highway Sign SDF.asset │ │ │ ├── Electronic Highway Sign SDF.asset.meta │ │ │ ├── LiberationSans SDF - Metalic Green.mat │ │ │ ├── LiberationSans SDF - Metalic Green.mat.meta │ │ │ ├── LiberationSans SDF - Overlay.mat │ │ │ ├── LiberationSans SDF - Overlay.mat.meta │ │ │ ├── LiberationSans SDF - Soft Mask.mat │ │ │ ├── LiberationSans SDF - Soft Mask.mat.meta │ │ │ ├── Oswald Bold SDF.asset │ │ │ ├── Oswald Bold SDF.asset.meta │ │ │ ├── Roboto-Bold SDF - Drop Shadow.mat │ │ │ ├── Roboto-Bold SDF - Drop Shadow.mat.meta │ │ │ ├── Roboto-Bold SDF - Surface.mat │ │ │ ├── Roboto-Bold SDF - Surface.mat.meta │ │ │ ├── Roboto-Bold SDF.asset │ │ │ └── Roboto-Bold SDF.asset.meta │ │ ├── Sprite Assets.meta │ │ └── Sprite Assets │ │ │ ├── Default Sprite Asset.asset │ │ │ ├── Default Sprite Asset.asset.meta │ │ │ ├── DropCap Numbers.asset │ │ │ └── DropCap Numbers.asset.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── 01- Single Line TextMesh Pro.unity │ │ ├── 01- Single Line TextMesh Pro.unity.meta │ │ ├── 02 - Multi-line TextMesh Pro.unity │ │ ├── 02 - Multi-line TextMesh Pro.unity.meta │ │ ├── 03 - Line Justification.unity │ │ ├── 03 - Line Justification.unity.meta │ │ ├── 04 - Word Wrapping.unity │ │ ├── 04 - Word Wrapping.unity.meta │ │ ├── 05 - Style Tags.unity │ │ ├── 05 - Style Tags.unity.meta │ │ ├── 06 - Extra Rich Text Examples.unity │ │ ├── 06 - Extra Rich Text Examples.unity.meta │ │ ├── 07 - Superscript & Subscript Example.unity │ │ ├── 07 - Superscript & Subscript Example.unity.meta │ │ ├── 08 - Improved Text Alignment.unity │ │ ├── 08 - Improved Text Alignment.unity.meta │ │ ├── 09 - Margin Tag Example.unity │ │ ├── 09 - Margin Tag Example.unity.meta │ │ ├── 10 - Bullets & Numbered List Example.unity │ │ ├── 10 - Bullets & Numbered List Example.unity.meta │ │ ├── 11 - The Style Tag.unity │ │ ├── 11 - The Style Tag.unity.meta │ │ ├── 12 - Link Example.unity │ │ ├── 12 - Link Example.unity.meta │ │ ├── 12a - Text Interactions.unity │ │ ├── 12a - Text Interactions.unity.meta │ │ ├── 13 - Soft Hyphenation.unity │ │ ├── 13 - Soft Hyphenation.unity.meta │ │ ├── 14 - Multi Font & Sprites.unity │ │ ├── 14 - Multi Font & Sprites.unity.meta │ │ ├── 15 - Inline Graphics & Sprites.unity │ │ ├── 15 - Inline Graphics & Sprites.unity.meta │ │ ├── 16 - Linked text overflow mode example.unity │ │ ├── 16 - Linked text overflow mode example.unity.meta │ │ ├── 17 - Old Computer Terminal.unity │ │ ├── 17 - Old Computer Terminal.unity.meta │ │ ├── 18 - ScrollRect & Masking & Layout.unity │ │ ├── 18 - ScrollRect & Masking & Layout.unity.meta │ │ ├── 19 - Masking Texture & Soft Mask.unity │ │ ├── 19 - Masking Texture & Soft Mask.unity.meta │ │ ├── 20 - Input Field with Scrollbar.unity │ │ ├── 20 - Input Field with Scrollbar.unity.meta │ │ ├── 21 - Script Example.unity │ │ ├── 21 - Script Example.unity.meta │ │ ├── 22 - Basic Scripting Example.unity │ │ ├── 22 - Basic Scripting Example.unity.meta │ │ ├── 23 - Animating Vertex Attributes.unity │ │ ├── 23 - Animating Vertex Attributes.unity.meta │ │ ├── 24 - Surface Shader Example.unity │ │ ├── 24 - Surface Shader Example.unity.meta │ │ ├── 25 - Sunny Days Example.unity │ │ ├── 25 - Sunny Days Example.unity.meta │ │ ├── Benchmark (Floating Text).unity │ │ └── Benchmark (Floating Text).unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Benchmark01.cs │ │ ├── Benchmark01.cs.meta │ │ ├── Benchmark01_UGUI.cs │ │ ├── Benchmark01_UGUI.cs.meta │ │ ├── Benchmark02.cs │ │ ├── Benchmark02.cs.meta │ │ ├── Benchmark03.cs │ │ ├── Benchmark03.cs.meta │ │ ├── Benchmark04.cs │ │ ├── Benchmark04.cs.meta │ │ ├── CameraController.cs │ │ ├── CameraController.cs.meta │ │ ├── ChatController.cs │ │ ├── ChatController.cs.meta │ │ ├── EnvMapAnimator.cs │ │ ├── EnvMapAnimator.cs.meta │ │ ├── ObjectSpin.cs │ │ ├── ObjectSpin.cs.meta │ │ ├── ShaderPropAnimator.cs │ │ ├── ShaderPropAnimator.cs.meta │ │ ├── SimpleScript.cs │ │ ├── SimpleScript.cs.meta │ │ ├── SkewTextExample.cs │ │ ├── SkewTextExample.cs.meta │ │ ├── TMP_DigitValidator.cs │ │ ├── TMP_DigitValidator.cs.meta │ │ ├── TMP_ExampleScript_01.cs │ │ ├── TMP_ExampleScript_01.cs.meta │ │ ├── TMP_FrameRateCounter.cs │ │ ├── TMP_FrameRateCounter.cs.meta │ │ ├── TMP_PhoneNumberValidator.cs │ │ ├── TMP_PhoneNumberValidator.cs.meta │ │ ├── TMP_TextEventCheck.cs │ │ ├── TMP_TextEventCheck.cs.meta │ │ ├── TMP_TextEventHandler.cs │ │ ├── TMP_TextEventHandler.cs.meta │ │ ├── TMP_TextInfoDebugTool.cs │ │ ├── TMP_TextInfoDebugTool.cs.meta │ │ ├── TMP_TextSelector_A.cs │ │ ├── TMP_TextSelector_A.cs.meta │ │ ├── TMP_TextSelector_B.cs │ │ ├── TMP_TextSelector_B.cs.meta │ │ ├── TMP_UiFrameRateCounter.cs │ │ ├── TMP_UiFrameRateCounter.cs.meta │ │ ├── TMPro_InstructionOverlay.cs │ │ ├── TMPro_InstructionOverlay.cs.meta │ │ ├── TeleType.cs │ │ ├── TeleType.cs.meta │ │ ├── TextConsoleSimulator.cs │ │ ├── TextConsoleSimulator.cs.meta │ │ ├── TextMeshProFloatingText.cs │ │ ├── TextMeshProFloatingText.cs.meta │ │ ├── TextMeshSpawner.cs │ │ ├── TextMeshSpawner.cs.meta │ │ ├── VertexColorCycler.cs │ │ ├── VertexColorCycler.cs.meta │ │ ├── VertexJitter.cs │ │ ├── VertexJitter.cs.meta │ │ ├── VertexShakeA.cs │ │ ├── VertexShakeA.cs.meta │ │ ├── VertexShakeB.cs │ │ ├── VertexShakeB.cs.meta │ │ ├── VertexZoom.cs │ │ ├── VertexZoom.cs.meta │ │ ├── WarpTextExample.cs │ │ └── WarpTextExample.cs.meta │ ├── Sprites.meta │ ├── Sprites │ │ ├── Default Sprites.png │ │ ├── Default Sprites.png.meta │ │ ├── DropCap Numbers.psd │ │ └── DropCap Numbers.psd.meta │ ├── Textures.meta │ └── Textures │ │ ├── Brushed Metal 3.jpg │ │ ├── Brushed Metal 3.jpg.meta │ │ ├── Floor Cement.jpg │ │ ├── Floor Cement.jpg.meta │ │ ├── Floor Tiles 1 - diffuse.jpg │ │ ├── Floor Tiles 1 - diffuse.jpg.meta │ │ ├── Fruit Jelly (B&W).jpg │ │ ├── Fruit Jelly (B&W).jpg.meta │ │ ├── Gradient Diagonal (Color).jpg │ │ ├── Gradient Diagonal (Color).jpg.meta │ │ ├── Gradient Horizontal (Color).jpg │ │ ├── Gradient Horizontal (Color).jpg.meta │ │ ├── Gradient Vertical (Color).jpg │ │ ├── Gradient Vertical (Color).jpg.meta │ │ ├── Mask Zig-n-Zag.psd │ │ ├── Mask Zig-n-Zag.psd.meta │ │ ├── Small Crate_diffuse.jpg │ │ ├── Small Crate_diffuse.jpg.meta │ │ ├── Small Crate_normal.jpg │ │ ├── Small Crate_normal.jpg.meta │ │ ├── Sunny Days - Seamless.jpg │ │ ├── Sunny Days - Seamless.jpg.meta │ │ ├── Text Overflow - Linked Text Image 1.png │ │ ├── Text Overflow - Linked Text Image 1.png.meta │ │ ├── Text Overflow - Linked Text UI Screenshot.png │ │ ├── Text Overflow - Linked Text UI Screenshot.png.meta │ │ ├── Wipe Pattern - Circle.psd │ │ ├── Wipe Pattern - Circle.psd.meta │ │ ├── Wipe Pattern - Diagonal.psd │ │ ├── Wipe Pattern - Diagonal.psd.meta │ │ ├── Wipe Pattern - Radial Double.psd │ │ ├── Wipe Pattern - Radial Double.psd.meta │ │ ├── Wipe Pattern - Radial Quad.psd │ │ └── Wipe Pattern - Radial Quad.psd.meta │ ├── Fonts.meta │ ├── Fonts │ ├── LiberationSans - OFL.txt │ ├── LiberationSans - OFL.txt.meta │ ├── LiberationSans.ttf │ └── LiberationSans.ttf.meta │ ├── Resources.meta │ ├── Resources │ ├── Fonts & Materials.meta │ ├── Fonts & Materials │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ ├── LiberationSans SDF - Fallback.asset │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ ├── LiberationSans SDF - Mobile.asset │ │ ├── LiberationSans SDF - Mobile.asset.meta │ │ ├── LiberationSans SDF - Outline.mat │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ ├── LiberationSans SDF.asset │ │ └── LiberationSans SDF.asset.meta │ ├── LineBreaking Following Characters.txt │ ├── LineBreaking Following Characters.txt.meta │ ├── LineBreaking Leading Characters.txt │ ├── LineBreaking Leading Characters.txt.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ ├── TMP_Bitmap-Mobile.shader │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ ├── TMP_Bitmap.shader │ │ ├── TMP_Bitmap.shader.meta │ │ ├── TMP_SDF Overlay.shader │ │ ├── TMP_SDF Overlay.shader.meta │ │ ├── TMP_SDF-Mobile Masking.shader │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ ├── TMP_SDF-Mobile.shader │ │ ├── TMP_SDF-Mobile.shader.meta │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ ├── TMP_SDF-Surface.shader │ │ ├── TMP_SDF-Surface.shader.meta │ │ ├── TMP_SDF.shader │ │ ├── TMP_SDF.shader.meta │ │ ├── TMP_Sprite.shader │ │ ├── TMP_Sprite.shader.meta │ │ ├── TMPro.cginc │ │ ├── TMPro.cginc.meta │ │ ├── TMPro_Properties.cginc │ │ ├── TMPro_Properties.cginc.meta │ │ ├── TMPro_Surface.cginc │ │ └── TMPro_Surface.cginc.meta │ ├── Sprite Assets.meta │ ├── Sprite Assets │ │ ├── EmojiOne.asset │ │ └── EmojiOne.asset.meta │ ├── Style Sheets.meta │ ├── Style Sheets │ │ ├── Default Style Sheet.asset │ │ └── Default Style Sheet.asset.meta │ ├── TMP Settings.asset │ └── TMP Settings.asset.meta │ ├── Sprites.meta │ └── Sprites │ ├── EmojiOne Attribution.txt │ ├── EmojiOne Attribution.txt.meta │ ├── EmojiOne.json │ ├── EmojiOne.json.meta │ ├── EmojiOne.png │ └── EmojiOne.png.meta ├── Images ├── Canvas的AdditionalShaderChannels.png ├── Canvas设置顶点数据读取.png ├── TMP优化效果展示.png ├── TMP描边参数.png ├── TMP描边参数变量计算.png └── 颜色值左乘旋转矩阵逆矩阵.png ├── Packages ├── com.unity.textmeshpro@1.4.1 │ ├── .gitlab-ci.yml │ ├── CHANGELOG.md │ ├── CHANGELOG.md.meta │ ├── Documentation~ │ │ ├── TextMeshPro.md │ │ └── TextMeshPro.md.meta │ ├── Editor Resources.meta │ ├── Editor Resources │ │ ├── Gizmos.meta │ │ ├── Gizmos │ │ │ ├── TMP - Dropdown Icon.psd │ │ │ ├── TMP - Dropdown Icon.psd.meta │ │ │ ├── TMP - Font Asset Icon.psd │ │ │ ├── TMP - Font Asset Icon.psd.meta │ │ │ ├── TMP - Input Field Icon.psd │ │ │ ├── TMP - Input Field Icon.psd.meta │ │ │ ├── TMP - Sprite Asset Icon.psd │ │ │ ├── TMP - Sprite Asset Icon.psd.meta │ │ │ ├── TMP - Text Component Icon.psd │ │ │ └── TMP - Text Component Icon.psd.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── TMP_Properties.cginc │ │ │ ├── TMP_Properties.cginc.meta │ │ │ ├── TMP_SDF Internal SSD.shader │ │ │ └── TMP_SDF Internal SSD.shader.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── SectionHeader_Dark.psd │ │ │ ├── SectionHeader_Dark.psd.meta │ │ │ ├── SectionHeader_Light.psd │ │ │ ├── SectionHeader_Light.psd.meta │ │ │ ├── btn_AlignBaseLine.psd │ │ │ ├── btn_AlignBaseLine.psd.meta │ │ │ ├── btn_AlignBaseLine_Light.psd │ │ │ ├── btn_AlignBaseLine_Light.psd.meta │ │ │ ├── btn_AlignBottom.psd │ │ │ ├── btn_AlignBottom.psd.meta │ │ │ ├── btn_AlignBottom_Light.psd │ │ │ ├── btn_AlignBottom_Light.psd.meta │ │ │ ├── btn_AlignCapLine.psd │ │ │ ├── btn_AlignCapLine.psd.meta │ │ │ ├── btn_AlignCapLine_Light.psd │ │ │ ├── btn_AlignCapLine_Light.psd.meta │ │ │ ├── btn_AlignCenter.psd │ │ │ ├── btn_AlignCenter.psd.meta │ │ │ ├── btn_AlignCenterGeo.psd │ │ │ ├── btn_AlignCenterGeo.psd.meta │ │ │ ├── btn_AlignCenterGeo_Light.psd │ │ │ ├── btn_AlignCenterGeo_Light.psd.meta │ │ │ ├── btn_AlignCenter_Light.psd │ │ │ ├── btn_AlignCenter_Light.psd.meta │ │ │ ├── btn_AlignFlush.psd │ │ │ ├── btn_AlignFlush.psd.meta │ │ │ ├── btn_AlignFlush_Light.psd │ │ │ ├── btn_AlignFlush_Light.psd.meta │ │ │ ├── btn_AlignJustified.psd │ │ │ ├── btn_AlignJustified.psd.meta │ │ │ ├── btn_AlignJustified_Light.psd │ │ │ ├── btn_AlignJustified_Light.psd.meta │ │ │ ├── btn_AlignLeft.psd │ │ │ ├── btn_AlignLeft.psd.meta │ │ │ ├── btn_AlignLeft_Light.psd │ │ │ ├── btn_AlignLeft_Light.psd.meta │ │ │ ├── btn_AlignMidLine.psd │ │ │ ├── btn_AlignMidLine.psd.meta │ │ │ ├── btn_AlignMiddle.psd │ │ │ ├── btn_AlignMiddle.psd.meta │ │ │ ├── btn_AlignMiddle_Light.psd │ │ │ ├── btn_AlignMiddle_Light.psd.meta │ │ │ ├── btn_AlignMidline_Light.psd │ │ │ ├── btn_AlignMidline_Light.psd.meta │ │ │ ├── btn_AlignRight.psd │ │ │ ├── btn_AlignRight.psd.meta │ │ │ ├── btn_AlignRight_Light.psd │ │ │ ├── btn_AlignRight_Light.psd.meta │ │ │ ├── btn_AlignTop.psd │ │ │ ├── btn_AlignTop.psd.meta │ │ │ ├── btn_AlignTop_Light.psd │ │ │ └── btn_AlignTop_Light.psd.meta │ ├── LICENSE.md │ ├── LICENSE.md.meta │ ├── Package Resources.meta │ ├── Package Resources │ │ ├── TMP Essential Resources.unitypackage │ │ ├── TMP Essential Resources.unitypackage.meta │ │ ├── TMP Examples & Extras.unitypackage │ │ └── TMP Examples & Extras.unitypackage.meta │ ├── PackageConversionData.json │ ├── PackageConversionData.json.meta │ ├── PackageConversionData_Assets.json │ ├── PackageConversionData_Assets.json.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── DropdownOptionListDrawer.cs │ │ │ ├── DropdownOptionListDrawer.cs.meta │ │ │ ├── GlyphInfoDrawer.cs │ │ │ ├── GlyphInfoDrawer.cs.meta │ │ │ ├── GlyphMetricsPropertyDrawer.cs │ │ │ ├── GlyphMetricsPropertyDrawer.cs.meta │ │ │ ├── GlyphRectPropertyDrawer.cs │ │ │ ├── GlyphRectPropertyDrawer.cs.meta │ │ │ ├── TMP_BaseEditorPanel.cs │ │ │ ├── TMP_BaseEditorPanel.cs.meta │ │ │ ├── TMP_BaseShaderGUI.cs │ │ │ ├── TMP_BaseShaderGUI.cs.meta │ │ │ ├── TMP_BitmapShaderGUI.cs │ │ │ ├── TMP_BitmapShaderGUI.cs.meta │ │ │ ├── TMP_CharacterPropertyDrawer.cs │ │ │ ├── TMP_CharacterPropertyDrawer.cs.meta │ │ │ ├── TMP_ColorGradientAssetMenu.cs │ │ │ ├── TMP_ColorGradientAssetMenu.cs.meta │ │ │ ├── TMP_ColorGradientEditor.cs │ │ │ ├── TMP_ColorGradientEditor.cs.meta │ │ │ ├── TMP_DropdownEditor.cs │ │ │ ├── TMP_DropdownEditor.cs.meta │ │ │ ├── TMP_EditorCoroutine.cs │ │ │ ├── TMP_EditorCoroutine.cs.meta │ │ │ ├── TMP_EditorPanel.cs │ │ │ ├── TMP_EditorPanel.cs.meta │ │ │ ├── TMP_EditorUtility.cs │ │ │ ├── TMP_EditorUtility.cs.meta │ │ │ ├── TMP_FontAssetEditor.cs │ │ │ ├── TMP_FontAssetEditor.cs.meta │ │ │ ├── TMP_FontAsset_CreationMenu.cs │ │ │ ├── TMP_FontAsset_CreationMenu.cs.meta │ │ │ ├── TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs │ │ │ ├── TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs.meta │ │ │ ├── TMP_GlyphPropertyDrawer.cs │ │ │ ├── TMP_GlyphPropertyDrawer.cs.meta │ │ │ ├── TMP_InputFieldEditor.cs │ │ │ ├── TMP_InputFieldEditor.cs.meta │ │ │ ├── TMP_MeshRendererEditor.cs │ │ │ ├── TMP_MeshRendererEditor.cs.meta │ │ │ ├── TMP_PackageUtilities.cs │ │ │ ├── TMP_PackageUtilities.cs.meta │ │ │ ├── TMP_PostBuildProcessHandler.cs │ │ │ ├── TMP_PostBuildProcessHandler.cs.meta │ │ │ ├── TMP_ProjectTextSettings.cs │ │ │ ├── TMP_ProjectTextSettings.cs.meta │ │ │ ├── TMP_ResourcesLoader.cs │ │ │ ├── TMP_ResourcesLoader.cs.meta │ │ │ ├── TMP_SDFShaderGUI.cs │ │ │ ├── TMP_SDFShaderGUI.cs.meta │ │ │ ├── TMP_SerializedPropertyHolder.cs │ │ │ ├── TMP_SerializedPropertyHolder.cs.meta │ │ │ ├── TMP_SettingsEditor.cs │ │ │ ├── TMP_SettingsEditor.cs.meta │ │ │ ├── TMP_SpriteAssetEditor.cs │ │ │ ├── TMP_SpriteAssetEditor.cs.meta │ │ │ ├── TMP_SpriteAssetImporter.cs │ │ │ ├── TMP_SpriteAssetImporter.cs.meta │ │ │ ├── TMP_SpriteAssetMenu.cs │ │ │ ├── TMP_SpriteAssetMenu.cs.meta │ │ │ ├── TMP_SpriteCharacterPropertyDrawer.cs │ │ │ ├── TMP_SpriteCharacterPropertyDrawer.cs.meta │ │ │ ├── TMP_SpriteGlyphPropertyDrawer.cs │ │ │ ├── TMP_SpriteGlyphPropertyDrawer.cs.meta │ │ │ ├── TMP_StyleAssetMenu.cs │ │ │ ├── TMP_StyleAssetMenu.cs.meta │ │ │ ├── TMP_StyleSheetEditor.cs │ │ │ ├── TMP_StyleSheetEditor.cs.meta │ │ │ ├── TMP_SubMeshUI_Editor.cs │ │ │ ├── TMP_SubMeshUI_Editor.cs.meta │ │ │ ├── TMP_SubMesh_Editor.cs │ │ │ ├── TMP_SubMesh_Editor.cs.meta │ │ │ ├── TMP_TextAlignmentDrawer.cs │ │ │ ├── TMP_TextAlignmentDrawer.cs.meta │ │ │ ├── TMP_UIStyleManager.cs │ │ │ ├── TMP_UIStyleManager.cs.meta │ │ │ ├── TMP_UiEditorPanel.cs │ │ │ ├── TMP_UiEditorPanel.cs.meta │ │ │ ├── TMPro_ContextMenus.cs │ │ │ ├── TMPro_ContextMenus.cs.meta │ │ │ ├── TMPro_CreateObjectMenu.cs │ │ │ ├── TMPro_CreateObjectMenu.cs.meta │ │ │ ├── TMPro_EditorShaderUtilities.cs │ │ │ ├── TMPro_EditorShaderUtilities.cs.meta │ │ │ ├── TMPro_FontAssetCreatorWindow.cs │ │ │ ├── TMPro_FontAssetCreatorWindow.cs.meta │ │ │ ├── TMPro_FontPlugin.cs │ │ │ ├── TMPro_FontPlugin.cs.meta │ │ │ ├── TMPro_SortingLayerHelper.cs │ │ │ ├── TMPro_SortingLayerHelper.cs.meta │ │ │ ├── TMPro_TextContainerEditor.cs │ │ │ ├── TMPro_TextContainerEditor.cs.meta │ │ │ ├── TMPro_TexturePostProcessor.cs │ │ │ ├── TMPro_TexturePostProcessor.cs.meta │ │ │ ├── Unity.TextMeshPro.Editor.asmdef │ │ │ └── Unity.TextMeshPro.Editor.asmdef.meta │ │ ├── Runtime.meta │ │ └── Runtime │ │ │ ├── AssemblyInfo.cs.cs │ │ │ ├── AssemblyInfo.cs.cs.meta │ │ │ ├── FastAction.cs │ │ │ ├── FastAction.cs.meta │ │ │ ├── MaterialReferenceManager.cs │ │ │ ├── MaterialReferenceManager.cs.meta │ │ │ ├── TMP_Asset.cs │ │ │ ├── TMP_Asset.cs.meta │ │ │ ├── TMP_Character.cs │ │ │ ├── TMP_Character.cs.meta │ │ │ ├── TMP_CharacterInfo.cs │ │ │ ├── TMP_CharacterInfo.cs.meta │ │ │ ├── TMP_ColorGradient.cs │ │ │ ├── TMP_ColorGradient.cs.meta │ │ │ ├── TMP_CoroutineTween.cs │ │ │ ├── TMP_CoroutineTween.cs.meta │ │ │ ├── TMP_DefaultControls.cs │ │ │ ├── TMP_DefaultControls.cs.meta │ │ │ ├── TMP_Dropdown.cs │ │ │ ├── TMP_Dropdown.cs.meta │ │ │ ├── TMP_EditorResourceManager.cs │ │ │ ├── TMP_EditorResourceManager.cs.meta │ │ │ ├── TMP_FontAsset.cs │ │ │ ├── TMP_FontAsset.cs.meta │ │ │ ├── TMP_FontAssetCommon.cs │ │ │ ├── TMP_FontAssetCommon.cs.meta │ │ │ ├── TMP_FontAssetUtilities.cs │ │ │ ├── TMP_FontAssetUtilities.cs.meta │ │ │ ├── TMP_FontFeatureTable.cs │ │ │ ├── TMP_FontFeatureTable.cs.meta │ │ │ ├── TMP_FontFeaturesCommon.cs │ │ │ ├── TMP_FontFeaturesCommon.cs.meta │ │ │ ├── TMP_InputField.cs │ │ │ ├── TMP_InputField.cs.meta │ │ │ ├── TMP_InputValidator.cs │ │ │ ├── TMP_InputValidator.cs.meta │ │ │ ├── TMP_LineInfo.cs │ │ │ ├── TMP_LineInfo.cs.meta │ │ │ ├── TMP_ListPool.cs │ │ │ ├── TMP_ListPool.cs.meta │ │ │ ├── TMP_MaterialManager.cs │ │ │ ├── TMP_MaterialManager.cs.meta │ │ │ ├── TMP_MeshInfo.cs │ │ │ ├── TMP_MeshInfo.cs.meta │ │ │ ├── TMP_ObjectPool.cs │ │ │ ├── TMP_ObjectPool.cs.meta │ │ │ ├── TMP_PackageResourceImporter.cs │ │ │ ├── TMP_PackageResourceImporter.cs.meta │ │ │ ├── TMP_RichTextTagStack.cs │ │ │ ├── TMP_RichTextTagStack.cs.meta │ │ │ ├── TMP_RichTextTagsCommon.cs │ │ │ ├── TMP_RichTextTagsCommon.cs.meta │ │ │ ├── TMP_ScrollbarEventHandler.cs │ │ │ ├── TMP_ScrollbarEventHandler.cs.meta │ │ │ ├── TMP_SelectionCaret.cs │ │ │ ├── TMP_SelectionCaret.cs.meta │ │ │ ├── TMP_Settings.cs │ │ │ ├── TMP_Settings.cs.meta │ │ │ ├── TMP_ShaderUtilities.cs │ │ │ ├── TMP_ShaderUtilities.cs.meta │ │ │ ├── TMP_Sprite.cs │ │ │ ├── TMP_Sprite.cs.meta │ │ │ ├── TMP_SpriteAnimator.cs │ │ │ ├── TMP_SpriteAnimator.cs.meta │ │ │ ├── TMP_SpriteAsset.cs │ │ │ ├── TMP_SpriteAsset.cs.meta │ │ │ ├── TMP_SpriteAssetImportFormats.cs │ │ │ ├── TMP_SpriteAssetImportFormats.cs.meta │ │ │ ├── TMP_SpriteCharacter.cs │ │ │ ├── TMP_SpriteCharacter.cs.meta │ │ │ ├── TMP_SpriteGlyph.cs │ │ │ ├── TMP_SpriteGlyph.cs.meta │ │ │ ├── TMP_Style.cs │ │ │ ├── TMP_Style.cs.meta │ │ │ ├── TMP_StyleSheet.cs │ │ │ ├── TMP_StyleSheet.cs.meta │ │ │ ├── TMP_SubMesh.cs │ │ │ ├── TMP_SubMesh.cs.meta │ │ │ ├── TMP_SubMeshUI.cs │ │ │ ├── TMP_SubMeshUI.cs.meta │ │ │ ├── TMP_Text.cs │ │ │ ├── TMP_Text.cs.meta │ │ │ ├── TMP_TextElement.cs │ │ │ ├── TMP_TextElement.cs.meta │ │ │ ├── TMP_TextElement_Legacy.cs │ │ │ ├── TMP_TextElement_Legacy.cs.meta │ │ │ ├── TMP_TextInfo.cs │ │ │ ├── TMP_TextInfo.cs.meta │ │ │ ├── TMP_TextParsingUtilities.cs │ │ │ ├── TMP_TextParsingUtilities.cs.meta │ │ │ ├── TMP_TextUtilities.cs │ │ │ ├── TMP_TextUtilities.cs.meta │ │ │ ├── TMP_UpdateManager.cs │ │ │ ├── TMP_UpdateManager.cs.meta │ │ │ ├── TMP_UpdateRegistery.cs │ │ │ ├── TMP_UpdateRegistery.cs.meta │ │ │ ├── TMPro_EventManager.cs │ │ │ ├── TMPro_EventManager.cs.meta │ │ │ ├── TMPro_ExtensionMethods.cs │ │ │ ├── TMPro_ExtensionMethods.cs.meta │ │ │ ├── TMPro_MeshUtilities.cs │ │ │ ├── TMPro_MeshUtilities.cs.meta │ │ │ ├── TMPro_Private.cs │ │ │ ├── TMPro_Private.cs.meta │ │ │ ├── TMPro_UGUI_Private.cs │ │ │ ├── TMPro_UGUI_Private.cs.meta │ │ │ ├── TextContainer.cs │ │ │ ├── TextContainer.cs.meta │ │ │ ├── TextMeshPro.cs │ │ │ ├── TextMeshPro.cs.meta │ │ │ ├── TextMeshProUGUI.cs │ │ │ ├── TextMeshProUGUI.cs.meta │ │ │ ├── Unity.TextMeshPro.asmdef │ │ │ └── Unity.TextMeshPro.asmdef.meta │ ├── Tests.meta │ ├── Tests │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── TMP_EditorTests.cs │ │ │ ├── TMP_EditorTests.cs.meta │ │ │ ├── Unity.TextMeshPro.Editor.Tests.asmdef │ │ │ └── Unity.TextMeshPro.Editor.Tests.asmdef.meta │ │ ├── Runtime.meta │ │ └── Runtime │ │ │ ├── TMP_RuntimeTests.cs │ │ │ ├── TMP_RuntimeTests.cs.meta │ │ │ ├── Unity.TextMeshPro.Tests.asmdef │ │ │ └── Unity.TextMeshPro.Tests.asmdef.meta │ ├── package.json │ └── package.json.meta └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset └── VFXManager.asset └── README.md /Assets/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16d9a02926c32ef469205472558b4d0c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/TextMeshOutlineEditor.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | public class TextMeshOutlineEditor : Editor 7 | { 8 | [MenuItem("TextMeshText/Random")] 9 | public static void RandomOutline() 10 | { 11 | var root = Selection.activeGameObject; 12 | if (root == null) 13 | { 14 | return; 15 | } 16 | TestTeshMeshUV[] tests = root.GetComponentsInChildren(true); 17 | for (int i = 0; i < tests.Length; i++) 18 | { 19 | float u = Random.Range(0f, 1f); 20 | float v = Random.Range(0f, 1f); 21 | tests[i].text.faceDilate = u; 22 | tests[i].text.outlineWidth = v; 23 | tests[i].text.effectColorFloat = new Vector4(u, v, u, 1f); 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Assets/Editor/TextMeshOutlineEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5ffbad8a9194c34294dc6ad63eb3df2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 344604cf83dd560458d968178d807abe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/FullTest.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 652805d65acac444a9c6b51d57ec8f32 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce2a45dd67976604584f61838321d2b5 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a357e2b2b2765a4c9622e6026c52c8f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/TestHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af1f833b9bae44b42ace2177beed7fc9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/TestTeshMeshUV.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using TMPro; 5 | using UnityEngine.UI; 6 | 7 | public class TestTeshMeshUV : MonoBehaviour 8 | { 9 | public TextMeshProUGUI text; 10 | 11 | public float faceDilate; 12 | public float outlineWidth; 13 | public Color32 effectColor = Color.black; 14 | 15 | public float underlayOffsetX = 0f; 16 | public float underlayOffsetY = 0f; 17 | public float underlayDilate = 0f; 18 | 19 | [ContextMenu("Refresh")] 20 | public void Refresh() 21 | { 22 | text.faceDilate = faceDilate; 23 | text.outlineWidth = outlineWidth; 24 | text.underlayOffsetX = underlayOffsetX; 25 | text.underlayOffsetY = underlayOffsetY; 26 | text.underlayDilate = underlayDilate; 27 | 28 | text.effectColorFloat = new Vector4(effectColor.r / 255f, effectColor.g / 255f, effectColor.b / 255f, effectColor.a / 255f); 29 | } 30 | 31 | [ContextMenu("ShowRadio")] 32 | public void ShowRadio() 33 | { 34 | Debug.Log(text.scaleRatioA); 35 | } 36 | 37 | private void OnValidate() 38 | { 39 | Refresh(); 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /Assets/Scripts/TestTeshMeshUV.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e653bba36349f4d4f989113ac8477c3b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f54d1bd14bd3ca042bd867b519fee8cc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e7e8f5a82a3a134e91c54efd2274ea9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b8d251f9af63b746bf2f7ffe00ebb9b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce51c8e33b734b4db6086586558c53a3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b63e0053080646b9819789bf3bf9fa17 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Anton OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73a79399807f4e8388c2cbb5494681ca 3 | timeCreated: 1484172033 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Anton.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Fonts/Anton.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Anton.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 997a43b767814dd0a7642ec9b78cba41 3 | timeCreated: 1484172033 4 | licenseType: Pro 5 | TrueTypeFontImporter: 6 | serializedVersion: 2 7 | fontSize: 16 8 | forceTextureCase: -2 9 | characterSpacing: 1 10 | characterPadding: 0 11 | includeFontData: 1 12 | use2xBehaviour: 0 13 | fontNames: [] 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | userData: 18 | assetBundleName: 19 | assetBundleVariant: 20 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Bangers - OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efe0bf4ac872451e91612d1ae593f480 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Bangers.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Fonts/Bangers.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Bangers.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5dd49b3eacc540408c98eee0de38e0f1 3 | timeCreated: 1484171297 4 | licenseType: Pro 5 | TrueTypeFontImporter: 6 | serializedVersion: 2 7 | fontSize: 16 8 | forceTextureCase: -2 9 | characterSpacing: 1 10 | characterPadding: 0 11 | includeFontData: 1 12 | use2xBehaviour: 0 13 | fontNames: [] 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | userData: 18 | assetBundleName: 19 | assetBundleVariant: 20 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Electronic Highway Sign.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Fonts/Electronic Highway Sign.TTF -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Electronic Highway Sign.TTF.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a2b9e2a607dd2143b58c44bc32410b4 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Electronic Highway Sign 12 | fontNames: 13 | - Electronic Highway Sign 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Oswald-Bold - OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2cf87a8a7a94aa8b80dff1c807c1178 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Oswald-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Fonts/Oswald-Bold.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Oswald-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9f6d0e7bc8541498c9a4799ba184ede 3 | timeCreated: 1484171297 4 | licenseType: Pro 5 | TrueTypeFontImporter: 6 | serializedVersion: 2 7 | fontSize: 16 8 | forceTextureCase: -2 9 | characterSpacing: 1 10 | characterPadding: 0 11 | includeFontData: 1 12 | use2xBehaviour: 0 13 | fontNames: [] 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | userData: 18 | assetBundleName: 19 | assetBundleVariant: 20 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Roboto-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4beb055f07aaff244873dec698d0363e 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto 12 | fontNames: 13 | - Roboto 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5808953df7a24274a851aa6dee52d30e 3 | folderAsset: yes 4 | timeCreated: 1436068007 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Materials/Crate - Surface Shader Scene.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6b9b44320f4448d9d5e0ee634259966 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Materials/Ground - Logo Scene.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c719e38f25a9480abd2480ab621a2949 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Materials/Ground - Surface Shader Scene.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aadd5a709a48466c887296bb5b1b8110 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Materials/Small Crate_diffuse.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22262639920f43d6be32430e4e58350d 3 | timeCreated: 1473643741 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5bff2544887143f5807c7d5059d07f79 3 | folderAsset: yes 4 | timeCreated: 1436068007 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Prefabs/Text Popup.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b06f0e6c1dfa4356ac918da1bb32c603 3 | timeCreated: 1435130987 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Prefabs/TextMeshPro - Prefab 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6e39ced0ea046bcb636c3f0b2e2a745 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Prefabs/TextMeshPro - Prefab 2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fdad9d952ae84cafb74c63f2e694d042 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6d3a169ad794942a21da6a552d62f6f 3 | folderAsset: yes 4 | timeCreated: 1436068007 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Color Gradient Presets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f422cd1388b01047a58cd07c7a23d9d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Color Gradient Presets/Blue to Purple - Vertical.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 54d21f6ece3b46479f0c328f8c6007e0, type: 3} 12 | m_Name: Blue to Purple - Vertical 13 | m_EditorClassIdentifier: 14 | topLeft: {r: 0, g: 0.83448267, b: 1, a: 1} 15 | topRight: {r: 0.1544118, g: 0.5801215, b: 1, a: 1} 16 | bottomLeft: {r: 0.49168324, g: 0, b: 0.7058823, a: 1} 17 | bottomRight: {r: 0.4901961, g: 0, b: 0.7019608, a: 1} 18 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Color Gradient Presets/Blue to Purple - Vertical.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 479a66fa4b094512a62b0a8e553ad95a 3 | timeCreated: 1468189245 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Color Gradient Presets/Dark to Light Green - Vertical.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 54d21f6ece3b46479f0c328f8c6007e0, type: 3} 12 | m_Name: Dark to Light Green - Vertical 13 | m_EditorClassIdentifier: 14 | topLeft: {r: 0, g: .661764741, b: 0, a: 1} 15 | topRight: {r: 0, g: .573529422, b: .00224910071, a: 1} 16 | bottomLeft: {r: .525490224, g: 1, b: .490196109, a: 1} 17 | bottomRight: {r: .421999991, g: .992156923, b: .374000013, a: 1} 18 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Color Gradient Presets/Dark to Light Green - Vertical.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c86a3366cd840348ebe8dc438570ee4 3 | timeCreated: 1468443381 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Color Gradient Presets/Light to Dark Green - Vertical.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 54d21f6ece3b46479f0c328f8c6007e0, type: 3} 12 | m_Name: Light to Dark Green - Vertical 13 | m_EditorClassIdentifier: 14 | topLeft: {r: 0.5147059, g: 1, b: 0.5147059, a: 1} 15 | topRight: {r: 0.5137255, g: 1, b: 0.5137255, a: 1} 16 | bottomLeft: {r: 0, g: 0.46323532, b: 0, a: 1} 17 | bottomRight: {r: 0, g: 0.46274513, b: 0, a: 1} 18 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Color Gradient Presets/Light to Dark Green - Vertical.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cf8ae092ca54931b443bec5148f3c59 3 | timeCreated: 1468443381 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Color Gradient Presets/Yellow to Orange - Vertical.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 54d21f6ece3b46479f0c328f8c6007e0, type: 3} 12 | m_Name: Yellow to Orange - Vertical 13 | m_EditorClassIdentifier: 14 | topLeft: {r: 1, g: 1, b: 0.5661765, a: 1} 15 | topRight: {r: 1, g: 1, b: 0.252, a: 1} 16 | bottomLeft: {r: 1, g: 0, b: 0, a: 1} 17 | bottomRight: {r: 1, g: 0, b: 0, a: 1} 18 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Color Gradient Presets/Yellow to Orange - Vertical.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69a525efa7e6472eab268f6ea605f06e 3 | timeCreated: 1468213165 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f1e85c79acf49968737939ce8b445c7 3 | folderAsset: yes 4 | timeCreated: 1436068007 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Anton SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 749b9069dc4742c5bfa5c74644049926 3 | timeCreated: 1484173523 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Anton SDF - Outline.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a00013af81304728b2be1f4309ee2433 3 | timeCreated: 1484173536 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Anton SDF - Sunny Days.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6522f30e342599e4e9dd4cc2cc03c830 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Anton SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a89fa14b10d46a99122fd4f73fca9a2 3 | timeCreated: 1484172732 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Bangers SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2dcf029949142e28b974630369c8b4e 3 | timeCreated: 1444812175 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Bangers SDF - Outline.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f629c6e43dba4bf38cb74d8860150664 3 | timeCreated: 1455497618 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Bangers SDF Glow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d75b8f41e959450c84ac6e967084d3e1 3 | timeCreated: 1426033972 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Bangers SDF Logo.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4e195ac1e204eff960149d1cb34e18c 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Bangers SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 125cb55b44b24c4393181402bc6200e6 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Electronic Highway Sign SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc36b3fdc14f47ebb36fd484a67e268a 3 | timeCreated: 1487729771 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/LiberationSans SDF - Metalic Green.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b29aaa3eec7468097ff07adfcf29ac9 3 | timeCreated: 1484213182 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/LiberationSans SDF - Overlay.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ad269c99dcf42b7aedefd83dd5a7b9d 3 | timeCreated: 1484174016 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/LiberationSans SDF - Soft Mask.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42df1c7856584b6b8db9a509b6b10074 3 | timeCreated: 1484173785 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Oswald Bold SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0161d805a3764c089bef00bfe00793f5 3 | timeCreated: 1484171878 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Roboto-Bold SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b246c4190f4e46ec9352fe15a7b09ce0 3 | timeCreated: 1487723245 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Roboto-Bold SDF - Surface.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6b276ec991f467aa14ef1f3cc665993 3 | timeCreated: 1487723313 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Roboto-Bold SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5302535af1044152a457ed104f1f4b91 3 | timeCreated: 1487723159 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ac6db30e75b49b282a3564110579f27 3 | folderAsset: yes 4 | timeCreated: 1480573362 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Sprite Assets/Default Sprite Asset.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbef3c704dce48f08a44612d6c856c8d 3 | timeCreated: 1454544381 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Sprite Assets/DropCap Numbers.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14aa93acbb234d16aaef0e8b46814db6 3 | timeCreated: 1464163339 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db1090641b3241f6995b587eb21637bc 3 | folderAsset: yes 4 | timeCreated: 1436068007 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/01- Single Line TextMesh Pro.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ac8cf212df6445e8aebbe3cb832e993 3 | labels: 4 | - Mesh 5 | - Text 6 | - Rendering 7 | - TextMesh 8 | - TextMeshPro 9 | - Font 10 | - Dynamic 11 | - Pro 12 | - Fonts 13 | - Advanced 14 | - GUI 15 | - Scene 16 | - Styles 17 | - Style 18 | - Layout 19 | - Atlas 20 | - Kerning 21 | DefaultImporter: 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/02 - Multi-line TextMesh Pro.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 251716609f634449bfe8ce75c0ed78fe 3 | labels: 4 | - Mesh 5 | - Text 6 | - Rendering 7 | - TextMesh 8 | - TextMeshPro 9 | - Font 10 | - Dynamic 11 | - Pro 12 | - Fonts 13 | - Advanced 14 | - GUI 15 | - Scene 16 | - Styles 17 | - Style 18 | - Layout 19 | - Atlas 20 | - Kerning 21 | DefaultImporter: 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/03 - Line Justification.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21a509e1d3cd49978623fa564adb6f02 3 | labels: 4 | - Mesh 5 | - Text 6 | - Rendering 7 | - TextMesh 8 | - TextMeshPro 9 | - Font 10 | - Dynamic 11 | - Pro 12 | - Fonts 13 | - Advanced 14 | - GUI 15 | - Scene 16 | - Styles 17 | - Style 18 | - Layout 19 | - Atlas 20 | - Kerning 21 | DefaultImporter: 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/04 - Word Wrapping.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f7137eacd7042d5b17ef0efe5e744f5 3 | labels: 4 | - Mesh 5 | - Text 6 | - Rendering 7 | - TextMesh 8 | - TextMeshPro 9 | - Font 10 | - Dynamic 11 | - Pro 12 | - Fonts 13 | - Advanced 14 | - GUI 15 | - Scene 16 | - Styles 17 | - Style 18 | - Layout 19 | - Atlas 20 | - Kerning 21 | DefaultImporter: 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/05 - Style Tags.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70615243e2be4a81afaab9bf5d273d65 3 | labels: 4 | - Mesh 5 | - Text 6 | - Rendering 7 | - TextMesh 8 | - TextMeshPro 9 | - Font 10 | - Dynamic 11 | - Pro 12 | - Fonts 13 | - Advanced 14 | - GUI 15 | - Scene 16 | - Styles 17 | - Style 18 | - Layout 19 | - Atlas 20 | - Kerning 21 | DefaultImporter: 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/06 - Extra Rich Text Examples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39a1fa96ad2a449b908fca29d4297a74 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/07 - Superscript & Subscript Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03ec435d4b7140e9b2d87f79136d8374 3 | labels: 4 | - Mesh 5 | - Text 6 | - Rendering 7 | - TextMesh 8 | - TextMeshPro 9 | - Font 10 | - Dynamic 11 | - Pro 12 | - Fonts 13 | - Advanced 14 | - GUI 15 | - Scene 16 | - Styles 17 | - Style 18 | - Layout 19 | - Atlas 20 | - Kerning 21 | DefaultImporter: 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/08 - Improved Text Alignment.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fe2257128d9401fad0790f581dc8a6f 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/09 - Margin Tag Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 349f38d3606449708c7340d26740e1e2 3 | timeCreated: 1434495347 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/10 - Bullets & Numbered List Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3f814e1d12c45568daf3dd9a86a0e61 3 | timeCreated: 1464165314 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/11 - The Style Tag.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84ed36ad77dd4956b2ffe3769f759879 3 | timeCreated: 1488146780 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/12 - Link Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9747140c28254be2adc582210dfb89b8 3 | timeCreated: 1432629665 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/12a - Text Interactions.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08572ab7713642c8a60789750f0bce5c 3 | timeCreated: 1468999615 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/13 - Soft Hyphenation.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 875684baf40f4d008ce806d03e2a81b2 3 | timeCreated: 1487545080 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/14 - Multi Font & Sprites.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22a2fba786ad4c40ac0ba09f0b933100 3 | timeCreated: 1488062344 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/15 - Inline Graphics & Sprites.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e76e6c0f81964cbda3fe0b7d26ed8060 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/16 - Linked text overflow mode example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9442cda25baa4a0bb544c4d095b00caa 3 | timeCreated: 1480388889 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/17 - Old Computer Terminal.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e2e4d7b0bed4cf9ab827e9f32448f69 3 | timeCreated: 1435300594 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/18 - ScrollRect & Masking & Layout.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03f9d74cec8e4b94a29d2dfd177c821b 3 | timeCreated: 1445416487 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/19 - Masking Texture & Soft Mask.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9abcd5bd764646568a6ea70d00f9264c 3 | timeCreated: 1465858578 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/20 - Input Field with Scrollbar.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 337f92480dd24675aae9e79210fb1ad9 3 | timeCreated: 1487199155 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/21 - Script Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50f52f9274434ecfb34dd87f0836f323 3 | labels: 4 | - Mesh 5 | - Text 6 | - Rendering 7 | - TextMesh 8 | - TextMeshPro 9 | - Font 10 | - Dynamic 11 | - Pro 12 | - Fonts 13 | - Advanced 14 | - GUI 15 | - Scene 16 | - Styles 17 | - Style 18 | - Layout 19 | - Atlas 20 | - Kerning 21 | DefaultImporter: 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/22 - Basic Scripting Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6250f98e58fe4abbaada5d84b7ca846d 3 | timeCreated: 1449626883 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/23 - Animating Vertex Attributes.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54e994244b4b467e8583cf2da6dcc716 3 | timeCreated: 1461311052 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/24 - Surface Shader Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c4969fd8ba94a68b07cf11f3e7a5137 3 | labels: 4 | - Mesh 5 | - Text 6 | - Rendering 7 | - TextMesh 8 | - TextMeshPro 9 | - Font 10 | - Dynamic 11 | - Pro 12 | - Fonts 13 | - Advanced 14 | - GUI 15 | - Scene 16 | - Styles 17 | - Style 18 | - Layout 19 | - Atlas 20 | - Kerning 21 | DefaultImporter: 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/25 - Sunny Days Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9b4c22e15cff344ba9fc6542a58dd07 3 | timeCreated: 1472854817 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/Benchmark (Floating Text).unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16177da2e3254cee91944756d5f8ddd3 3 | labels: 4 | - Mesh 5 | - Text 6 | - Rendering 7 | - TextMesh 8 | - TextMeshPro 9 | - Font 10 | - Dynamic 11 | - Pro 12 | - Fonts 13 | - Advanced 14 | - GUI 15 | - Scene 16 | - Styles 17 | - Style 18 | - Layout 19 | - Atlas 20 | - Kerning 21 | DefaultImporter: 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3979ce59e55144c89a2b3b3f8dcf7fd3 3 | folderAsset: yes 4 | timeCreated: 1436068007 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark01.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f970ea55f9f84bf79b05dab180b8c125 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark01_UGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ef7be1c625941f7ba8ed7cc71718c0d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark02.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8538afcddc14efbb5d9e94b7ae50197 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark03.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a73109742c8d47ac822895a473300c29 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark04.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc20866c0d5e413ab7559440e15333ae 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/CameraController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d687537154440a3913a9a3c7977978c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/ChatController.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections; 4 | using TMPro; 5 | 6 | public class ChatController : MonoBehaviour { 7 | 8 | 9 | public TMP_InputField TMP_ChatInput; 10 | 11 | public TMP_Text TMP_ChatOutput; 12 | 13 | public Scrollbar ChatScrollbar; 14 | 15 | void OnEnable() 16 | { 17 | TMP_ChatInput.onSubmit.AddListener(AddToChatOutput); 18 | 19 | } 20 | 21 | void OnDisable() 22 | { 23 | TMP_ChatInput.onSubmit.RemoveListener(AddToChatOutput); 24 | 25 | } 26 | 27 | 28 | void AddToChatOutput(string newText) 29 | { 30 | // Clear Input Field 31 | TMP_ChatInput.text = string.Empty; 32 | 33 | var timeNow = System.DateTime.Now; 34 | 35 | TMP_ChatOutput.text += "[<#FFFF80>" + timeNow.Hour.ToString("d2") + ":" + timeNow.Minute.ToString("d2") + ":" + timeNow.Second.ToString("d2") + "] " + newText + "\n"; 36 | 37 | TMP_ChatInput.ActivateInputField(); 38 | 39 | // Set the scrollbar to the bottom when next text is submitted. 40 | ChatScrollbar.value = 0; 41 | 42 | } 43 | 44 | } 45 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/ChatController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53d91f98a2664f5cb9af11de72ac54ec 3 | timeCreated: 1487197841 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/EnvMapAnimator.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | using TMPro; 4 | 5 | public class EnvMapAnimator : MonoBehaviour { 6 | 7 | //private Vector3 TranslationSpeeds; 8 | public Vector3 RotationSpeeds; 9 | private TMP_Text m_textMeshPro; 10 | private Material m_material; 11 | 12 | 13 | void Awake() 14 | { 15 | //Debug.Log("Awake() on Script called."); 16 | m_textMeshPro = GetComponent(); 17 | m_material = m_textMeshPro.fontSharedMaterial; 18 | } 19 | 20 | // Use this for initialization 21 | IEnumerator Start () 22 | { 23 | Matrix4x4 matrix = new Matrix4x4(); 24 | 25 | while (true) 26 | { 27 | //matrix.SetTRS(new Vector3 (Time.time * TranslationSpeeds.x, Time.time * TranslationSpeeds.y, Time.time * TranslationSpeeds.z), Quaternion.Euler(Time.time * RotationSpeeds.x, Time.time * RotationSpeeds.y , Time.time * RotationSpeeds.z), Vector3.one); 28 | matrix.SetTRS(Vector3.zero, Quaternion.Euler(Time.time * RotationSpeeds.x, Time.time * RotationSpeeds.y , Time.time * RotationSpeeds.z), Vector3.one); 29 | 30 | m_material.SetMatrix("_EnvMatrix", matrix); 31 | 32 | yield return null; 33 | } 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/EnvMapAnimator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4b6f99e8bc54541bbd149b014ff441c 3 | timeCreated: 1449025325 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/ObjectSpin.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f19c7f94c794c5097d8bd11e39c750d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/ShaderPropAnimator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2787a46a4dc848c1b4b7b9307b614bfd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/SimpleScript.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9eff140b25d64601aabc6ba32245d099 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/SkewTextExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d412675cfb3441efa3bf8dcd9b7624dc 3 | timeCreated: 1458801336 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_DigitValidator.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System; 3 | 4 | 5 | namespace TMPro 6 | { 7 | /// 8 | /// EXample of a Custom Character Input Validator to only allow digits from 0 to 9. 9 | /// 10 | [Serializable] 11 | //[CreateAssetMenu(fileName = "InputValidator - Digits.asset", menuName = "TextMeshPro/Input Validators/Digits", order = 100)] 12 | public class TMP_DigitValidator : TMP_InputValidator 13 | { 14 | // Custom text input validation function 15 | public override char Validate(ref string text, ref int pos, char ch) 16 | { 17 | if (ch >= '0' && ch <= '9') 18 | { 19 | pos += 1; 20 | return ch; 21 | } 22 | 23 | return (char)0; 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_DigitValidator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a7eb92a01ed499a987bde9def05fbce 3 | timeCreated: 1473112765 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_ExampleScript_01.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f2c5b59b6874405865e2616e4ec276a 3 | timeCreated: 1449625634 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_FrameRateCounter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 686ec78b56aa445795335fbadafcfaa4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_PhoneNumberValidator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83680ab1a69f4102ac67d1459fe76e1f 3 | timeCreated: 1473056437 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextEventCheck.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d736ce056cf444ca96e424f4d9c42b76 3 | timeCreated: 1480416736 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextEventHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1312ae25639a4bae8e25ae223209cc50 3 | timeCreated: 1452811039 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextInfoDebugTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21256c5b62f346f18640dad779911e20 3 | timeCreated: 1430348781 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextSelector_A.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 103e0a6a1d404693b9fb1a5173e0e979 3 | timeCreated: 1452811039 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextSelector_B.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a05dcd8be7ec4ccbb35c26219884aa37 3 | timeCreated: 1435531209 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: 8 | - TextPopup_Prefab_01: {fileID: 22450954, guid: b06f0e6c1dfa4356ac918da1bb32c603, 9 | type: 2} 10 | executionOrder: 0 11 | icon: {instanceID: 0} 12 | userData: 13 | assetBundleName: 14 | assetBundleVariant: 15 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_UiFrameRateCounter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24b0dc2d1d494adbbec1f4db26b4cf83 3 | timeCreated: 1448607572 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TMPro_InstructionOverlay.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3c1afeda5e545e0b19add5373896d2e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TeleType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e32c266ee6204b21a427753cb0694c81 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TextConsoleSimulator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43bcd35a1c0c40ccb6d472893fe2093f 3 | timeCreated: 1435298333 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TextMeshProFloatingText.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4d4c76e63944cba8c7d00f56334b98c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/TextMeshSpawner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76c11bbcfddf44e0ba17d6c2751c8d84 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: 6 | - TheFont: {instanceID: 0} 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexColorCycler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91b8ba3d52e041fab2d0e0f169855539 3 | timeCreated: 1457047157 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexJitter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ed57967c52645d390a89dcf8f61ba73 3 | timeCreated: 1461286718 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexShakeA.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7cfa58e417a46ea8889989684c2522e 3 | timeCreated: 1462089320 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexShakeB.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4e0d9ccee5f4950be8979268c9014e0 3 | timeCreated: 1462093319 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/VertexZoom.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52ec835d14bd486f900952b77698b7eb 3 | timeCreated: 1466280202 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scripts/WarpTextExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 790744c462254b7ba8038e6ed28b3db2 3 | timeCreated: 1458801336 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 701e577af2ba48b689972d42efb95456 3 | folderAsset: yes 4 | timeCreated: 1488176891 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Sprites/Default Sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Sprites/Default Sprites.png -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Sprites/DropCap Numbers.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Sprites/DropCap Numbers.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e5c6d5e25574122a7a12dbdbbeed156 3 | folderAsset: yes 4 | timeCreated: 1436068007 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Brushed Metal 3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Brushed Metal 3.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Brushed Metal 3.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f88677df267a41d6be1e7a6133e7d227 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -1 28 | maxTextureSize: 1024 29 | textureSettings: 30 | filterMode: -1 31 | aniso: -1 32 | mipBias: -1 33 | wrapMode: -1 34 | nPOTScale: 1 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 0 46 | textureType: -1 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Floor Cement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Floor Cement.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Floor Cement.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 283f897e4925411ebbaa758b4cb13fc2 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -1 28 | maxTextureSize: 1024 29 | textureSettings: 30 | filterMode: -1 31 | aniso: -1 32 | mipBias: -1 33 | wrapMode: -1 34 | nPOTScale: 1 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 0 46 | textureType: -1 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Floor Tiles 1 - diffuse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Floor Tiles 1 - diffuse.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Floor Tiles 1 - diffuse.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85ac55597b97403c82fc6601a93cf241 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -1 28 | maxTextureSize: 1024 29 | textureSettings: 30 | filterMode: -1 31 | aniso: -1 32 | mipBias: -1 33 | wrapMode: -1 34 | nPOTScale: 1 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 0 46 | textureType: -1 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Fruit Jelly (B&W).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Fruit Jelly (B&W).jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Fruit Jelly (B&W).jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1cdc5b506b1a4a33a53c30669ced1f51 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -1 28 | maxTextureSize: 1024 29 | textureSettings: 30 | filterMode: -1 31 | aniso: -1 32 | mipBias: -1 33 | wrapMode: -1 34 | nPOTScale: 1 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 0 46 | textureType: -1 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Diagonal (Color).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Diagonal (Color).jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Horizontal (Color).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Horizontal (Color).jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Horizontal (Color).jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6eb184de103d4b3f812b38561065192f 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -1 28 | maxTextureSize: 1024 29 | textureSettings: 30 | filterMode: -1 31 | aniso: -1 32 | mipBias: -1 33 | wrapMode: -1 34 | nPOTScale: 1 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 0 46 | textureType: -1 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Vertical (Color).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Vertical (Color).jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Vertical (Color).jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03d0538de6e24c0f819bfc9ce084dfa9 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 1 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -1 28 | maxTextureSize: 1024 29 | textureSettings: 30 | filterMode: -1 31 | aniso: -1 32 | mipBias: -1 33 | wrapMode: -1 34 | nPOTScale: 1 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 0 46 | textureType: -1 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Mask Zig-n-Zag.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Mask Zig-n-Zag.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Small Crate_diffuse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Small Crate_diffuse.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Small Crate_normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Small Crate_normal.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Sunny Days - Seamless.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Sunny Days - Seamless.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Text Overflow - Linked Text Image 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Text Overflow - Linked Text Image 1.png -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Text Overflow - Linked Text UI Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Text Overflow - Linked Text UI Screenshot.png -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Circle.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Circle.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Diagonal.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Diagonal.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Radial Double.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Radial Double.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Radial Quad.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Radial Quad.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ab70aee4d56447429c680537fbf93ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e59c59b81ab47f9b6ec5781fa725d2c 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3265ab4bf004d28a9537516768c1c75 3 | timeCreated: 1484171297 4 | licenseType: Pro 5 | TrueTypeFontImporter: 6 | serializedVersion: 2 7 | fontSize: 16 8 | forceTextureCase: -2 9 | characterSpacing: 1 10 | characterPadding: 0 11 | includeFontData: 1 12 | use2xBehaviour: 0 13 | fontNames: [] 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | userData: 18 | assetBundleName: 19 | assetBundleVariant: 20 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 243e06394e614e5d99fab26083b707fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 731f1baa9d144a9897cb1d341c2092b8 3 | folderAsset: yes 4 | timeCreated: 1442040525 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e73a58f6e2794ae7b1b7e50b7fb811b0 3 | timeCreated: 1484172806 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e498d1c8094910479dc3e1b768306a4 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Mobile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64bc3cb853b1c0840aabec97fce5685f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79459efec17a4d00a321bdcc27bbc385 3 | timeCreated: 1484172856 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f586378b4e144a9851e7b34d9b748ee 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- 1 | )]}〕〉》」』】〙〗〟’”⦆»ヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻‐゠–〜?!‼⁇⁈⁉・、%,.:;。!?]):;=}¢°"†‡℃〆%,. -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fade42e8bc714b018fac513c043d323b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇〉》」$⦆¥₩ # -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d82c1b31c7e74239bff1220585707d2b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99f836c9cb9345dba2e72c4a1f2d0695 3 | folderAsset: yes 4 | timeCreated: 1436068007 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48bb5f55d8670e349b6e614913f9d910 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e3b057af24249748ff873be7fafee47 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 128e987d567d4e2c824d754223b3f3b0 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd89cf5b9246416f84610a006f916af7 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1ede39bf3643ee8e493720e4259791 3 | timeCreated: 1463704911 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a02a7d8c237544f1962732b55a9aebf1 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe393ace9b354375a9cb14cdbbc28be4 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85187c2149c549c5b33f0cdb02836b17 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7ada0af4f174f0694ca6a487b8f543d 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68e6db2ebdc24f95958faec2be5558d6 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf81c85f95fe47e1a27f6ae460cf182c 3 | timeCreated: 1450517184 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407bc68d299748449bbf7f48ee690f8d 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3997e2241185407d80309a82f9148466 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d930090c0cd643c7b55f19a38538c162 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 512a49d95c0c4332bdd98131869c23c9 3 | folderAsset: yes 4 | timeCreated: 1441876896 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41005c129ba4d66911b75229fd70b45 3 | timeCreated: 1480316912 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aecb92fff08436c8303b10eab8da368 3 | folderAsset: yes 4 | timeCreated: 1441876950 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f952c082cb03451daed3ee968ac6c63e 3 | timeCreated: 1432805430 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5b5dff67a942289a9defa416b206f3 3 | timeCreated: 1436653997 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0603b6d5186471b96c778c3949c7ce2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- 1 | This sample of beautiful emojis are provided by EmojiOne https://www.emojione.com/ 2 | 3 | Please visit their website to view the complete set of their emojis and review their licensing terms. -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 381dcb09d5029d14897e55f98031fca5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f05276190cf498a8153f6cbe761d4e6 3 | timeCreated: 1480316860 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Images/Canvas的AdditionalShaderChannels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Images/Canvas的AdditionalShaderChannels.png -------------------------------------------------------------------------------- /Images/Canvas设置顶点数据读取.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Images/Canvas设置顶点数据读取.png -------------------------------------------------------------------------------- /Images/TMP优化效果展示.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Images/TMP优化效果展示.png -------------------------------------------------------------------------------- /Images/TMP描边参数.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Images/TMP描边参数.png -------------------------------------------------------------------------------- /Images/TMP描边参数变量计算.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Images/TMP描边参数变量计算.png -------------------------------------------------------------------------------- /Images/颜色值左乘旋转矩阵逆矩阵.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Images/颜色值左乘旋转矩阵逆矩阵.png -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/.gitlab-ci.yml: -------------------------------------------------------------------------------- 1 | image: node:6.10.0 2 | 3 | stages: 4 | - push_to_packman_staging 5 | 6 | push_to_packman_staging: 7 | stage: push_to_packman_staging 8 | only: 9 | - tags 10 | script: 11 | - curl -u $USER_NAME:$API_KEY https://staging-packages.unity.com/auth > .npmrc 12 | - npm publish 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22464cf7ab0243a6bf9c79851183b002 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Documentation~/TextMeshPro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Documentation~/TextMeshPro.md -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Documentation~/TextMeshPro.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca77d26d10b9455ca5a4b22c93be2a31 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1a0a27327b54c3bac52a08929c33f81 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e93ec7eb6de342aabd156833e253f838 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Dropdown Icon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Dropdown Icon.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Font Asset Icon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Font Asset Icon.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Input Field Icon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Input Field Icon.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Sprite Asset Icon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Sprite Asset Icon.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Text Component Icon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Text Component Icon.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Gizmos/TMP - Text Component Icon.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fd6421f253b4ef1a19526541f9ffc0c 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 128 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2da27f5fe80a3a549ac7331d9f52f5f0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Shaders/TMP_Properties.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c6c403084eacec478a1129ce20061ea 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Shaders/TMP_SDF Internal SSD.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce4ec0f498d1b1a4f90fe94e115b6f9a 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8e6a2d47aba4c6c9b3c5a72d9f48da5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/SectionHeader_Dark.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/SectionHeader_Dark.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/SectionHeader_Dark.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb5730e24283d0c489e5c7d0bee023d9 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/SectionHeader_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/SectionHeader_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/SectionHeader_Light.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3b0f810fdea84e40ab4ba20f256f7e8 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBaseLine.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBaseLine.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBaseLine.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bc445bb79654bf496c92d0407840a92 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBaseLine_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBaseLine_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBaseLine_Light.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18775b51e3bd42299fd30bd036ea982f 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBottom.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBottom.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBottom.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca51b19024094d1b87f3e07edb0a75fb 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBottom_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBottom_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignBottom_Light.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 585b70cb75dd43efbfead809c30a1731 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCapLine.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCapLine.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCapLine_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCapLine_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenter.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenter.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenter.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81ed8c76d2bc4a4c95d092c98af4e58f 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenterGeo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenterGeo.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenter_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenter_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignCenter_Light.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ace62d30f494c948b71d5594afce11d 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignFlush.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignFlush.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignFlush.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 691475c57a824010be0c6f474caeb7e1 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignFlush_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignFlush_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignFlush_Light.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64b9fad609434c489c32b1cdf2004a1c 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignJustified.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignJustified.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignJustified_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignJustified_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignLeft.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignLeft.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignLeft.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9288066c33474b94b6ee5465f4df1cc0 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignLeft_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignLeft_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignLeft_Light.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12736c98af174f91827a26b66d2b01b9 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignMidLine.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignMidLine.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignMiddle.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignMiddle.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignMiddle.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41b96614b2e6494ba995ddcd252d11ae 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignMiddle_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignMiddle_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignMidline_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignMidline_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignRight.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignRight.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignRight.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 342a0f8aca7f4f0691338912faec0494 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignRight_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignRight_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignRight_Light.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e05ace3bd15740cda0bad60d89092a5b 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignTop.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignTop.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignTop.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48d034c499ee4697af9dd6e327110249 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignTop_Light.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignTop_Light.psd -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Editor Resources/Textures/btn_AlignTop_Light.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed041e68439749a69d0efa0e3d896c2e 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | cubemapConvolution: 0 24 | cubemapConvolutionSteps: 8 25 | cubemapConvolutionExponent: 1.5 26 | seamlessCubemap: 0 27 | textureFormat: -3 28 | maxTextureSize: 32 29 | textureSettings: 30 | filterMode: 0 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | rGBM: 0 37 | compressionQuality: 50 38 | spriteMode: 0 39 | spriteExtrude: 1 40 | spriteMeshType: 1 41 | alignment: 0 42 | spritePivot: {x: .5, y: .5} 43 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 44 | spritePixelsToUnits: 100 45 | alphaIsTransparency: 1 46 | textureType: 2 47 | buildTargetSettings: [] 48 | spriteSheet: 49 | sprites: [] 50 | spritePackingTag: 51 | userData: 52 | assetBundleName: 53 | assetBundleVariant: 54 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/LICENSE.md: -------------------------------------------------------------------------------- 1 | TextMesh Pro copyright © 2014-2019 Unity Technologies ApS 2 | 3 | Licensed under the Unity Companion License for Unity-dependent projects--see [Unity Companion License](http://www.unity3d.com/legal/licenses/Unity_Companion_License). 4 | 5 | Unless expressly provided otherwise, the Software under this license is made available strictly on an “AS IS” BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the license for details on these and other terms and conditions. -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d2d0f36e67d4518a07df76235e91f9a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Package Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ec95f4d5b2d1f14e9ff8682562553f9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Package Resources/TMP Essential Resources.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Package Resources/TMP Essential Resources.unitypackage -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Package Resources/TMP Essential Resources.unitypackage.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce4ff17ca867d2b48b5c8a4181611901 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Package Resources/TMP Examples & Extras.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FallingXun/TextMeshOutline/b23667ca87ee7b6f85c7be3200b1953590f226e7/Packages/com.unity.textmeshpro@1.4.1/Package Resources/TMP Examples & Extras.unitypackage -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Package Resources/TMP Examples & Extras.unitypackage.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc00e25696e4132499f56528d3fed2e3 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/PackageConversionData.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05f5bfd584002f948982a1498890f9a9 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/PackageConversionData_Assets.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e0afa652c0031c48896a97b424d027b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6a1d1e3d2384453a7371b4a07a41ca4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5d6c28ed7b94775be9e2560f300247c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/DropdownOptionListDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9545c9eb3bf94265810463794fec8334 3 | timeCreated: 1464818008 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/GlyphInfoDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 900f1a451c764dc3bdcc0de815a15935 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/GlyphMetricsPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3882522a08b6f5459b4dea6f8791278 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/GlyphRectPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bc2b083b068f3546a9509c805e0541c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_BaseEditorPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91950f78729ab144aa36e94690b28fad 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_BaseShaderGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 438efd46088d408d8a53f707fa68d976 3 | timeCreated: 1469844810 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_BitmapShaderGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 806de5a9211448c8b65c8435ebb48dd4 3 | timeCreated: 1469998850 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_CharacterPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01ada73c4792aba4c937ff5d92cce866 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_ColorGradientAssetMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9647b571c5e44729b71d756b3d55317 3 | timeCreated: 1468187791 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_ColorGradientEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fcc60c1d6bb544d9b712b652f418ff3a 3 | timeCreated: 1468400050 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_DropdownEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dbcf248c987476181a37f01a1814975 3 | timeCreated: 1446377461 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_EditorCoroutine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27a0335dab59ec542aadd6636a5b4ebd 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_EditorPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34f6695d37a94370a3697f6b068f5d5e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_EditorUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2300e75732d74890b38a8ff257a3ae15 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_FontAssetEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96b44f7d98314b139324a8a87eb66067 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_FontAsset_CreationMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7496af95dfe67cf429ac65edaaf99106 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d256fa541faf5d4409992c631adb98a1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_GlyphPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4777500b5da6094e956c3d4f04de4db 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_InputFieldEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa160f27c3fe4052a5850e21108811b6 3 | timeCreated: 1457861621 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_MeshRendererEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d437b997e074079b4b2f6e395394f4b 3 | timeCreated: 1462864011 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_PackageUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68eedd4e5b33b37429c02c4add0036fe 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_PostBuildProcessHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fdea2af3daa40fe8f88e5e9cfc17abb 3 | timeCreated: 1479886230 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_ProjectTextSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e751e877ed14d71a6b8e63ac54949cf 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_ResourcesLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7241c7dc25374fc1a6ab3ef9da79c363 3 | timeCreated: 1465441092 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SDFShaderGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8413ca0e506d42a1a4bd9769f204ad16 3 | timeCreated: 1469844718 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SerializedPropertyHolder.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEditor; 3 | 4 | namespace TMPro 5 | { 6 | class TMP_SerializedPropertyHolder : ScriptableObject 7 | { 8 | public TMP_FontAsset fontAsset; 9 | public uint firstCharacter; 10 | public uint secondCharacter; 11 | 12 | public TMP_GlyphPairAdjustmentRecord glyphPairAdjustmentRecord = new TMP_GlyphPairAdjustmentRecord(new TMP_GlyphAdjustmentRecord(), new TMP_GlyphAdjustmentRecord()); 13 | } 14 | } -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SerializedPropertyHolder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c4a050f089abb04ebd4125e419f4548 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SettingsEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0386b6eb838c47138cd51d1c1b879a35 3 | timeCreated: 1436658550 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SpriteAssetEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b09be1f217d34247af54863a2f5587e1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SpriteAssetImporter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1ea944dcf8849ebab391e461b99ccb7 3 | timeCreated: 1480023525 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SpriteAssetMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1048a87135154606808bf2030da32d18 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SpriteCharacterPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37cff9f5a86ae494c8cb04423580480d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SpriteGlyphPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 056819c66570ca54cadb72330a354050 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_StyleAssetMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23a562f2cac6401f9f91251c68a1a794 3 | timeCreated: 1432690168 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_StyleSheetEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34e2c9b9d9e44953933afe37461f44e6 3 | timeCreated: 1432683777 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SubMeshUI_Editor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b01141ed8f74d198965c86f25eb7040 3 | timeCreated: 1452757501 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_SubMesh_Editor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd2fe74169b54bf58fca17288513ef38 3 | timeCreated: 1456189048 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_TextAlignmentDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c55a64c7570474f47a94abe39ebfef04 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_UIStyleManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30a939dce2fd4073955f2f20e659d506 3 | timeCreated: 1426454127 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMP_UiEditorPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21c0044a7f964773be90d197a78e4703 3 | timeCreated: 1443571501 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMPro_ContextMenus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44e1d646473a40178712cb2150f54cec 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMPro_CreateObjectMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7065397ff8184621aa3ca4f854491259 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMPro_EditorShaderUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa76955fe5bb44f7915d91db8c7043c4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMPro_FontAssetCreatorWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 383966e89d344865a36addd5d378ffd3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMPro_FontPlugin.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9edc9283e7d6409fab242fe8fb6a822c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMPro_SortingLayerHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88ed537c17c34f339121fe9a7d6d7a0e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMPro_TextContainerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02893ffb522b490a9fa28eedd2584309 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/TMPro_TexturePostProcessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4935fb862d54980b1bcbca942962642 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.TextMeshPro.Editor", 3 | "references": [ 4 | "Unity.TextMeshPro" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [ 8 | "Editor" 9 | ], 10 | "excludePlatforms": [] 11 | } -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6546d7765b4165b40850b3667f981c26 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fc988a1d5b04aee9a5222502b201a45 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/AssemblyInfo.cs.cs: -------------------------------------------------------------------------------- 1 | using System.Runtime.CompilerServices; 2 | 3 | // Allow internal visibility for testing purposes. 4 | [assembly: InternalsVisibleTo("Unity.TextCore")] 5 | 6 | [assembly: InternalsVisibleTo("Unity.FontEngine.Tests")] 7 | 8 | #if UNITY_EDITOR 9 | [assembly: InternalsVisibleTo("Unity.TextCore.Editor")] 10 | [assembly: InternalsVisibleTo("Unity.TextMeshPro.Editor")] 11 | #endif 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/AssemblyInfo.cs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c147d10db452eb4b854a35f84472017 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/FastAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 871f8edd56e84b8fb295b10cc3c78f36 3 | timeCreated: 1435956061 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/MaterialReferenceManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11a6a034ab84493cbed6af5ae7aae78b 3 | timeCreated: 1449743129 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_Asset.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace TMPro 4 | { 5 | 6 | // Base class inherited by the various TextMeshPro Assets. 7 | [System.Serializable] 8 | public class TMP_Asset : ScriptableObject 9 | { 10 | /// 11 | /// HashCode based on the name of the asset. 12 | /// 13 | public int hashCode; 14 | 15 | /// 16 | /// The material used by this asset. 17 | /// 18 | public Material material; 19 | 20 | /// 21 | /// HashCode based on the name of the material assigned to this asset. 22 | /// 23 | public int materialHashCode; 24 | 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_Asset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bda1886f58f4e0ab1139400b160c3ee 3 | timeCreated: 1459318952 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_Character.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ac5b6a65aaeb59478e3b78660e9f134 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_CharacterInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90fe1c65e6bb3bc4e90862df7297719e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_ColorGradient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54d21f6ece3b46479f0c328f8c6007e0 3 | timeCreated: 1468187202 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_CoroutineTween.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 658c1fb149e7498aa072b0c0f3bf13f0 3 | timeCreated: 1464850953 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_DefaultControls.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 322392995be44d23a3c86cfd972f838f 3 | timeCreated: 1446378357 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_Dropdown.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b743370ac3e4ec2a1668f5455a8ef8a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {fileID: 2800000, guid: a7ec9e7ad8b847b7ae4510af83c5d868, type: 3} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_EditorResourceManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b259c4003a802847b9ada90744e34c5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_FontAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71c1514a6bd24e1e882cebbe1904ce04 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {fileID: 2800000, guid: ee148e281f3c41c5b4ff5f8a5afe5a6c, type: 3} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_FontAssetCommon.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f695b5f9415c40b39ae877eaff41c96e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_FontAssetUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a017569bfe174e4890797b4d64cbabc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_FontFeatureTable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ea9f573d4b800a49b9d83a1f61c0a88 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_FontFeaturesCommon.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27df3b12f30d0b74a9b10a3968c402ff 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_InputField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2da0c512f12947e489f739169773d7ca 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {fileID: 2800000, guid: 3ee40aa79cd242a5b53b0b0ca4f13f0f, type: 3} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_InputValidator.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | namespace TMPro 6 | { 7 | /// 8 | /// Custom text input validator where user can implement their own custom character validation. 9 | /// 10 | [System.Serializable] 11 | public abstract class TMP_InputValidator : ScriptableObject 12 | { 13 | public abstract char Validate(ref string text, ref int pos, char ch); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_InputValidator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79ff392d1bde4ad78a3836a4a480392d 3 | timeCreated: 1473021069 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_LineInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6e75d7f429a4e7e9e1ffb4f85cff49f 3 | timeCreated: 1464310403 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_ListPool.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | 3 | 4 | namespace TMPro 5 | { 6 | internal static class TMP_ListPool 7 | { 8 | // Object pool to avoid allocations. 9 | private static readonly TMP_ObjectPool> s_ListPool = new TMP_ObjectPool>(null, l => l.Clear()); 10 | 11 | public static List Get() 12 | { 13 | return s_ListPool.Get(); 14 | } 15 | 16 | public static void Release(List toRelease) 17 | { 18 | s_ListPool.Release(toRelease); 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_ListPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28375447bcea455c9b51a6650b10c9d7 3 | timeCreated: 1458521386 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_MaterialManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d9df2bc198c417db00037803568139c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_MeshInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e21bec35f48a44298911b25ead550ce3 3 | timeCreated: 1462398762 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_ObjectPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e69259f6ff914146ad610be5491eb44a 3 | timeCreated: 1458521389 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_PackageResourceImporter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf1fe50a641faac4691bf49eb32ce333 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: 7 | - m_PersistentViewDataDictionary: {instanceID: 0} 8 | - LightSkin: {fileID: 11400000, guid: 0c156a7b2f4d450da1716b1625b5441d, type: 2} 9 | - DarkSkin: {fileID: 11400000, guid: 9d345c3252c147c89e8b61a249a46a9d, type: 2} 10 | - TMPEssentials: {fileID: 102900000, guid: ce4ff17ca867d2b48b5c8a4181611901, type: 3} 11 | - TMPExamples: {fileID: 102900000, guid: bc00e25696e4132499f56528d3fed2e3, type: 3} 12 | executionOrder: 0 13 | icon: {instanceID: 0} 14 | userData: 15 | assetBundleName: 16 | assetBundleVariant: 17 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_RichTextTagStack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20a9b557a46149dfbfa04a3a7080f5aa 3 | timeCreated: 1448242247 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_RichTextTagsCommon.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b458b2c7f196bdc4581b2f9fd6a5d931 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_ScrollbarEventHandler.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.Events; 3 | using UnityEngine.EventSystems; 4 | using System; 5 | 6 | 7 | namespace TMPro 8 | { 9 | 10 | public class TMP_ScrollbarEventHandler : MonoBehaviour, IPointerClickHandler, ISelectHandler, IDeselectHandler 11 | { 12 | public bool isSelected; 13 | 14 | public void OnPointerClick(PointerEventData eventData) 15 | { 16 | Debug.Log("Scrollbar click..."); 17 | } 18 | 19 | public void OnSelect(BaseEventData eventData) 20 | { 21 | Debug.Log("Scrollbar selected"); 22 | isSelected = true; 23 | } 24 | 25 | public void OnDeselect(BaseEventData eventData) 26 | { 27 | Debug.Log("Scrollbar De-Selected"); 28 | isSelected = false; 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_ScrollbarEventHandler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34e150112c1c42ac83170b52d898e322 3 | timeCreated: 1484171293 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_SelectionCaret.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | 4 | 5 | namespace TMPro 6 | { 7 | /// 8 | /// A simple component that can be added to a newly created object where inheriting from MaskableGraphic is needed. 9 | /// 10 | public class TMP_SelectionCaret : MaskableGraphic 11 | { 12 | 13 | /// 14 | /// Override to Cull function of MaskableGraphic to prevent Culling. 15 | /// 16 | /// 17 | /// 18 | public override void Cull(Rect clipRect, bool validRect) 19 | { 20 | //base.Cull(clipRect, validRect); 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_SelectionCaret.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca819640f53b48919bf7774744f7f15e 3 | timeCreated: 1477609203 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_Settings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2705215ac5b84b70bacc50632be6e391 3 | timeCreated: 1457654851 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_ShaderUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fea49a0730244a98bf1087f7ca9410a8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_Sprite.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System; 3 | using System.Collections; 4 | using System.Collections.Generic; 5 | 6 | 7 | namespace TMPro 8 | { 9 | 10 | // Class which contains the Sprite Info for each sprite contained in the sprite asset. 11 | [Serializable] 12 | public class TMP_Sprite : TMP_TextElement_Legacy 13 | { 14 | //public int fileID; 15 | //public int id; 16 | public string name; 17 | public int hashCode; 18 | public int unicode; 19 | //public float x; 20 | //public float y; 21 | //public float width; 22 | //public float height; 23 | public Vector2 pivot; 24 | //public float xOffset; // Pivot X 25 | //public float yOffset; // Pivot Y 26 | //public float xAdvance; 27 | //public float scale; 28 | 29 | public Sprite sprite; 30 | } 31 | } -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_Sprite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 968a09f153574430a6e15ae975145768 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_SpriteAnimator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6366ee97f6b541449155028b9487355a 3 | timeCreated: 1471590333 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_SpriteAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84a92b25f83d49b9bc132d206b370281 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {fileID: 2800000, guid: ec7c645d93308c04d8840982af12101e, type: 3} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_SpriteAssetImportFormats.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4e0b1de1aee400d81ed4273141e7823 3 | timeCreated: 1480042510 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_SpriteCharacter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 202d758d102b6854a9710c8b93db742c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_SpriteGlyph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b5c6a576605b3c4aab7d27193785f27 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_Style.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30bed781e402439ab8ce4e3357708115 3 | timeCreated: 1432681409 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_StyleSheet.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab2114bdc8544297b417dfefe9f1e410 3 | timeCreated: 1436650317 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: 8 | - StyleSheet: {fileID: 11400000, guid: cab1ac28c8e6be24e995befe0c36d7c1, type: 2} 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_SubMesh.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07994bfe8b0e4adb97d706de5dea48d5 3 | timeCreated: 1454709708 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_SubMeshUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 058cba836c1846c3aa1c5fd2e28aea77 3 | timeCreated: 1454709708 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_Text.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5143f58107604835ab1a5efa2d8818fd 3 | timeCreated: 1445841744 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_TextElement.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 543674eec776b1442a192c932e6cd9b3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_TextElement_Legacy.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System; 3 | using System.Collections; 4 | 5 | 6 | namespace TMPro 7 | { 8 | 9 | /// 10 | /// Base class for all text elements like characters (glyphs) and sprites. 11 | /// 12 | [Serializable] 13 | public class TMP_TextElement_Legacy 14 | { 15 | public int id; 16 | public float x; 17 | public float y; 18 | public float width; 19 | public float height; 20 | public float xOffset; 21 | public float yOffset; 22 | public float xAdvance; 23 | public float scale; 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_TextElement_Legacy.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87ab1bebe13f41f89d5427e7d2c34d58 3 | timeCreated: 1448407070 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_TextInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ae64f3f72004807a9f919f9c27af0db 3 | timeCreated: 1446589998 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_TextParsingUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ad632cbcc87f634d9b86006cdffdaf5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_TextUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f0ca6874aa74540bb3d4fe5a0f86bcc 3 | timeCreated: 1432117579 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_UpdateManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 691db8cb70c4426a8ae718465c21345f 3 | timeCreated: 1447406424 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMP_UpdateRegistery.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a55fb7b4961a425381d1282fc424f966 3 | timeCreated: 1446775434 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMPro_EventManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96e9072453a441618754c478755b3028 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMPro_ExtensionMethods.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77476292f9fa4905a787e6417853846b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMPro_MeshUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: effb76e1937b45ff8adf45e51a4c08cf 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMPro_Private.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f8b248abe6b4dcebd6cdd0d754717f4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {fileID: 2800000, guid: 8e098d8d28c5182419f7a1c8b91ca722, type: 3} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TMPro_UGUI_Private.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3069a00b8c364df395994d7d379e0a99 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {fileID: 2800000, guid: 8e098d8d28c5182419f7a1c8b91ca722, type: 3} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TextContainer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32d40088a6124c578ad6b428df586e2e 3 | timeCreated: 1448498693 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: -110 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TextMeshPro.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9541d86e2fd84c1d9990edf0852d74ab 3 | labels: 4 | - Text 5 | - TextMesh 6 | - Mesh 7 | - Glow 8 | - Shadow 9 | - Outline 10 | - Bevel 11 | - Pro 12 | - TextMeshPro 13 | - Kerning 14 | - Distance 15 | - Field 16 | - Signed 17 | - Font 18 | - Atlas 19 | - Creator 20 | - Advanced 21 | - Rendering 22 | - TrueType 23 | - Dynamic 24 | - Layout 25 | - Style 26 | - Styles 27 | - Fonts 28 | - SDF 29 | - Scene 30 | - GUI 31 | MonoImporter: 32 | externalObjects: {} 33 | serializedVersion: 2 34 | defaultReferences: [] 35 | executionOrder: -105 36 | icon: {fileID: 2800000, guid: 2fd6421f253b4ef1a19526541f9ffc0c, type: 3} 37 | userData: 38 | assetBundleName: 39 | assetBundleVariant: 40 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/TextMeshProUGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4688fdb7df04437aeb418b961361dc5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: -100 8 | icon: {fileID: 2800000, guid: 2fd6421f253b4ef1a19526541f9ffc0c, type: 3} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/Unity.TextMeshPro.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.TextMeshPro", 3 | "references": [], 4 | "optionalUnityReferences": [], 5 | "includePlatforms": [], 6 | "excludePlatforms": [] 7 | } -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Scripts/Runtime/Unity.TextMeshPro.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6055be8ebefd69e48b49212b09b47b2f 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Tests.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ce4bbcc4722440890a03312706037fe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Tests/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28542eca5f1b4c64813acfbd512524b6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Tests/Editor/TMP_EditorTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 592f7288ed0df2c4b884e2cd9baac023 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Tests/Editor/Unity.TextMeshPro.Editor.Tests.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.TextMeshPro.Editor.Tests", 3 | "references": [ 4 | "Unity.TextMeshPro", 5 | "Unity.TextMeshPro.Editor" 6 | ], 7 | "optionalUnityReferences": [ 8 | "TestAssemblies" 9 | ], 10 | "includePlatforms": [ 11 | "Editor" 12 | ], 13 | "excludePlatforms": [] 14 | } -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Tests/Editor/Unity.TextMeshPro.Editor.Tests.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 656e461844099ae43a609ff6109b0877 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Tests/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5600e6ae5a1464da659eca36bef9d64 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Tests/Runtime/TMP_RuntimeTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9de24983a2c6cbe4f925c3e98a79b804 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Tests/Runtime/Unity.TextMeshPro.Tests.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.TextMeshPro.Tests", 3 | "references": [ 4 | "Unity.TextMeshPro" 5 | ], 6 | "optionalUnityReferences": [ 7 | "TestAssemblies" 8 | ], 9 | "includePlatforms": [], 10 | "excludePlatforms": [] 11 | } -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/Tests/Runtime/Unity.TextMeshPro.Tests.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb05cab7d802aa5468f8f2f86840d984 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.unity.textmeshpro", 3 | "displayName": "TextMesh Pro", 4 | "version": "1.4.1", 5 | "unity": "2018.3", 6 | "description": "TextMesh Pro is the ultimate text solution for Unity. It's the perfect replacement for Unity's UI Text and the legacy Text Mesh.\n\nPowerful and easy to use, TextMesh Pro uses Advanced Text Rendering techniques along with a set of custom shaders; delivering substantial visual quality improvements while giving users incredible flexibility when it comes to text styling and texturing.\n\nTextMesh Pro provides Improved Control over text formatting and layout with features like character, word, line and paragraph spacing, kerning, justified text, Links, over 30 Rich Text Tags available, support for Multi Font & Sprites, Custom Styles and more.\n\nGreat performance. Since the geometry created by TextMesh Pro uses two triangles per character just like Unity's text components, this improved visual quality and flexibility comes at no additional performance cost.", 7 | "keywords": [ 8 | "TextMeshPro", 9 | "TextMesh Pro", 10 | "Text", 11 | "SDF" 12 | ], 13 | "category": "Text Rendering", 14 | "dependencies": {}, 15 | "repository": { 16 | "type": "git", 17 | "url": "https://gitlab.cds.internal.unity3d.com/upm-packages/text/com.unity.textmeshpro.git", 18 | "revision": "42654af0" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Packages/com.unity.textmeshpro@1.4.1/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 220e9325710f4235a43492dd1ee4980d 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 1024 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_AmbisonicDecoderPlugin: 16 | m_DisableAudio: 0 17 | m_VirtualizeEffects: 1 18 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 8 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_ClothInterCollisionDistance: 0 18 | m_ClothInterCollisionStiffness: 0 19 | m_ContactsGeneration: 1 20 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 21 | m_AutoSimulation: 1 22 | m_AutoSyncTransforms: 0 23 | m_ReuseCollisionCallbacks: 1 24 | m_ClothInterCollisionSettingsToggle: 0 25 | m_ContactPairsMode: 0 26 | m_BroadphaseType: 0 27 | m_WorldBounds: 28 | m_Center: {x: 0, y: 0, z: 0} 29 | m_Extent: {x: 250, y: 250, z: 250} 30 | m_WorldSubdivisions: 8 31 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | m_configObjects: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 7 7 | m_ExternalVersionControlSupport: Visible Meta Files 8 | m_SerializationMode: 2 9 | m_LineEndingsForNewScripts: 2 10 | m_DefaultBehaviorMode: 0 11 | m_SpritePackerMode: 0 12 | m_SpritePackerPaddingPower: 1 13 | m_EtcTextureCompressorBehavior: 1 14 | m_EtcTextureFastCompressor: 1 15 | m_EtcTextureNormalCompressor: 2 16 | m_EtcTextureBestCompressor: 4 17 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd 18 | m_ProjectGenerationRootNamespace: 19 | m_UserGeneratedProjectSuffix: 20 | m_CollabEditorSettings: 21 | inProgressEnabled: 1 22 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | m_DefaultList: 7 | - type: 8 | m_NativeTypeID: 108 9 | m_ManagedTypePPtr: {fileID: 0} 10 | m_ManagedTypeFallback: 11 | defaultPresets: 12 | - m_Preset: {fileID: 2655988077585873504, guid: c1cf8506f04ef2c4a88b64b6c4202eea, 13 | type: 2} 14 | - type: 15 | m_NativeTypeID: 1020 16 | m_ManagedTypePPtr: {fileID: 0} 17 | m_ManagedTypeFallback: 18 | defaultPresets: 19 | - m_Preset: {fileID: 2655988077585873504, guid: 0cd792cc87e492d43b4e95b205fc5cc6, 20 | type: 2} 21 | - type: 22 | m_NativeTypeID: 1006 23 | m_ManagedTypePPtr: {fileID: 0} 24 | m_ManagedTypeFallback: 25 | defaultPresets: 26 | - m_Preset: {fileID: 2655988077585873504, guid: 7a99f8aa944efe94cb9bd74562b7d5f9, 27 | type: 2} 28 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.4.6f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - PostProcessing 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.1 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 1 7 | m_Enabled: 0 8 | m_TestMode: 0 9 | m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events 10 | m_EventUrl: https://cdp.cloud.unity3d.com/v1/events 11 | m_ConfigUrl: https://config.uca.cloud.unity3d.com 12 | m_TestInitMode: 0 13 | CrashReportingSettings: 14 | m_EventUrl: https://perf-events.cloud.unity3d.com 15 | m_Enabled: 0 16 | m_LogBufferSize: 10 17 | m_CaptureEditorExceptions: 1 18 | UnityPurchasingSettings: 19 | m_Enabled: 0 20 | m_TestMode: 0 21 | UnityAnalyticsSettings: 22 | m_Enabled: 0 23 | m_TestMode: 0 24 | m_InitializeOnStartup: 1 25 | UnityAdsSettings: 26 | m_Enabled: 0 27 | m_InitializeOnStartup: 1 28 | m_TestMode: 0 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | m_GameIds: {} 32 | m_GameId: 33 | PerformanceReportingSettings: 34 | m_Enabled: 0 35 | -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_RenderPipeSettingsPath: 10 | m_FixedTimeStep: 0.016666668 11 | m_MaxDeltaTime: 0.05 12 | --------------------------------------------------------------------------------