├── .editorconfig ├── .github ├── CODEOWNERS ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── question.md ├── pull_request_template.md └── workflows │ ├── deploy.yml │ ├── release.yml │ ├── test-urp.yml │ └── test.yml ├── .gitignore ├── Assets ├── Demos.meta ├── Demos │ ├── AllocTest.meta │ ├── AllocTest │ │ ├── AllocTest.cs │ │ ├── AllocTest.cs.meta │ │ ├── AllocTest.unity │ │ └── AllocTest.unity.meta │ ├── AntiAliasing.meta │ ├── AntiAliasing │ │ ├── SoftMask_Demo_AntiAliasing.unity │ │ └── SoftMask_Demo_AntiAliasing.unity.meta │ ├── DynamicResolution.meta │ ├── DynamicResolution │ │ ├── DynamicResolution.cs │ │ ├── DynamicResolution.cs.meta │ │ ├── DynamicResolution.unity │ │ ├── DynamicResolution.unity.meta │ │ ├── New Universal Render Pipeline Asset.asset │ │ ├── New Universal Render Pipeline Asset.asset.meta │ │ ├── New Universal Render Pipeline Asset_Renderer.asset │ │ ├── New Universal Render Pipeline Asset_Renderer.asset.meta │ │ ├── Rotation.controller │ │ ├── Rotation.controller.meta │ │ ├── SliderValue.cs │ │ ├── SliderValue.cs.meta │ │ ├── Unlit-Art.mat │ │ └── Unlit-Art.mat.meta │ ├── MaskingShapes.meta │ ├── MaskingShapes │ │ ├── MaskingShapes.unity │ │ └── MaskingShapes.unity.meta │ ├── ReadMe.meta │ ├── ReadMe │ │ ├── CarterOne-Regular.ttf │ │ ├── CarterOne-Regular.ttf.meta │ │ ├── SoftMask_Readme.unity │ │ └── SoftMask_Readme.unity.meta │ ├── ScrollRectTest.meta │ ├── ScrollRectTest │ │ ├── ScrollRectTest.cs │ │ ├── ScrollRectTest.cs.meta │ │ ├── ScrollRectTest.unity │ │ ├── ScrollRectTest.unity.meta │ │ ├── ScrollRectTestSettings.lighting │ │ └── ScrollRectTestSettings.lighting.meta │ ├── SoftMaskable Shader.meta │ ├── SoftMaskable Shader │ │ ├── CurrentShaderName.cs │ │ ├── CurrentShaderName.cs.meta │ │ ├── Hidden-UI-Additive-SoftMaskable.shader │ │ ├── Hidden-UI-Additive-SoftMaskable.shader.meta │ │ ├── SoftMask_Demo_SoftMaskableShader.unity │ │ ├── SoftMask_Demo_SoftMaskableShader.unity.meta │ │ ├── UI-Additive-SoftMaskable.shader │ │ ├── UI-Additive-SoftMaskable.shader.meta │ │ ├── UI-Additive.shader │ │ ├── UI-Additive.shader.meta │ │ ├── UIAdditive.mat │ │ ├── UIAdditive.mat.meta │ │ ├── UIAdditiveSoftMaskable.mat │ │ └── UIAdditiveSoftMaskable.mat.meta │ ├── SpineTest.meta │ ├── SpineTest │ │ ├── SpineTest.unity │ │ ├── SpineTest.unity.meta │ │ ├── Spineunitygirl.meta │ │ └── Spineunitygirl │ │ │ ├── Doi.atlas.txt │ │ │ ├── Doi.atlas.txt.meta │ │ │ ├── Doi.json │ │ │ ├── Doi.json.meta │ │ │ ├── Doi.png │ │ │ ├── Doi.png.meta │ │ │ ├── Doi_Atlas.asset │ │ │ ├── Doi_Atlas.asset.meta │ │ │ ├── Doi_Material-Custom.mat │ │ │ ├── Doi_Material-Custom.mat.meta │ │ │ ├── Doi_Material.mat │ │ │ ├── Doi_Material.mat.meta │ │ │ ├── Doi_SkeletonData.asset │ │ │ ├── Doi_SkeletonData.asset.meta │ │ │ ├── ReferenceAssets.meta │ │ │ └── ReferenceAssets │ │ │ ├── blink.asset │ │ │ ├── blink.asset.meta │ │ │ ├── main.asset │ │ │ └── main.asset.meta │ ├── TextMeshPro Support.meta │ ├── TextMeshPro Support │ │ ├── CarterOne-Regular SDF - Mobile.mat │ │ ├── CarterOne-Regular SDF - Mobile.mat.meta │ │ ├── CarterOne-Regular SDF Overlay - Mobile.mat │ │ ├── CarterOne-Regular SDF Overlay - Mobile.mat.meta │ │ ├── CarterOne-Regular SDF Overlay.mat │ │ ├── CarterOne-Regular SDF Overlay.mat.meta │ │ ├── CarterOne-Regular SDF.asset │ │ ├── CarterOne-Regular SDF.asset.meta │ │ ├── CarterOne-Regular SMOOTH.asset │ │ ├── CarterOne-Regular SMOOTH.asset.meta │ │ ├── CarterOne-Regular SSD - Mobile.mat │ │ ├── CarterOne-Regular SSD - Mobile.mat.meta │ │ ├── CarterOne-Regular SSD.mat │ │ ├── CarterOne-Regular SSD.mat.meta │ │ ├── SoftMask_Demo_TextMeshProSupport.unity │ │ ├── SoftMask_Demo_TextMeshProSupport.unity.meta │ │ ├── TextMeshProSupport.cs │ │ ├── TextMeshProSupport.cs.meta │ │ ├── TextMeshPro_ExtraShaders.unity │ │ └── TextMeshPro_ExtraShaders.unity.meta │ ├── VR Support.meta │ ├── VR Support │ │ ├── SoftMaskStereoMock.cs │ │ ├── SoftMaskStereoMock.cs.meta │ │ ├── SoftMask_Demo_VRSupport.unity │ │ ├── SoftMask_Demo_VRSupport.unity.meta │ │ ├── SoftMask_Demo_VRSupport_BufferImage.cs │ │ └── SoftMask_Demo_VRSupport_BufferImage.cs.meta │ ├── VsRectMask2D.meta │ ├── VsRectMask2D │ │ ├── VsRectMask2D.unity │ │ └── VsRectMask2D.unity.meta │ ├── VulkanTest.meta │ └── VulkanTest │ │ ├── UI-VulkanTest.mat │ │ ├── UI-VulkanTest.mat.meta │ │ ├── UI-VulkanTest.shader │ │ ├── UI-VulkanTest.shader.meta │ │ ├── VulkanTest.unity │ │ └── VulkanTest.unity.meta ├── Editor.meta ├── Editor │ ├── SpineSettings.asset │ └── SpineSettings.asset.meta ├── ProjectSettings.meta ├── ProjectSettings │ ├── NanoMonitorProjectSettings.asset │ ├── NanoMonitorProjectSettings.asset.meta │ ├── UISoftMaskProjectSettings.asset │ └── UISoftMaskProjectSettings.asset.meta ├── Samples ├── Samples.meta ├── Tests.meta ├── Tests │ ├── Editor.meta │ ├── Editor │ │ ├── EditorTests.asmdef │ │ ├── EditorTests.asmdef.meta │ │ ├── NewTestScript.cs │ │ ├── NewTestScript.cs.meta │ │ ├── ReflectionTest.cs │ │ └── ReflectionTest.cs.meta │ ├── NewTestScript.cs │ ├── NewTestScript.cs.meta │ ├── Tests.asmdef │ └── Tests.asmdef.meta ├── TextMesh Pro.meta └── TextMesh Pro │ ├── 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 - 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 │ ├── 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 │ ├── 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 SSD.shader │ ├── TMP_SDF SSD.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 SSD.shader │ ├── TMP_SDF-Mobile SSD.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_Mobile.cginc │ ├── TMPro_Mobile.cginc.meta │ ├── TMPro_Properties.cginc │ ├── TMPro_Properties.cginc.meta │ ├── TMPro_Surface.cginc │ └── TMPro_Surface.cginc.meta │ ├── Sprites.meta │ └── Sprites │ ├── EmojiOne Attribution.txt │ ├── EmojiOne Attribution.txt.meta │ ├── EmojiOne.json │ ├── EmojiOne.json.meta │ ├── EmojiOne.png │ └── EmojiOne.png.meta ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── Packages ├── manifest.json ├── packages-lock.json └── src │ ├── .coffee.internal.sed │ ├── .github │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE │ │ ├── bug_report.md │ │ ├── feature_request.md │ │ └── question.md │ └── pull_request_template.md │ ├── .releaserc.json │ ├── CHANGELOG.md │ ├── CHANGELOG.md.meta │ ├── Editor.meta │ ├── Editor │ ├── AlphaHitTestTargetEditor.cs │ ├── AlphaHitTestTargetEditor.cs.meta │ ├── AssetModification.meta │ ├── AssetModification │ │ ├── SoftMaskComponentModifier_Alpha.cs │ │ ├── SoftMaskComponentModifier_Alpha.cs.meta │ │ ├── SoftMaskComponentModifier_PartOfParent.cs │ │ ├── SoftMaskComponentModifier_PartOfParent.cs.meta │ │ ├── SoftMaskComponentModifier_Softness.cs │ │ ├── SoftMaskComponentModifier_Softness.cs.meta │ │ ├── SoftMaskableComponentModifier.cs │ │ ├── SoftMaskableComponentModifier.cs.meta │ │ ├── SoftMaskableShaderModifier.cs │ │ ├── SoftMaskableShaderModifier.cs.meta │ │ ├── UISoftMaskModifierRunner.cs │ │ └── UISoftMaskModifierRunner.cs.meta │ ├── AutoGeneratedEditor.cs │ ├── AutoGeneratedEditor.cs.meta │ ├── Coffee.SoftMaskForUGUI.Editor.asmdef │ ├── Coffee.SoftMaskForUGUI.Editor.asmdef.meta │ ├── Internal.meta │ ├── Internal │ │ ├── AssetModification.meta │ │ ├── AssetModification │ │ │ ├── AlwaysIncludedShadersModifier.cs │ │ │ ├── AlwaysIncludedShadersModifier.cs.meta │ │ │ ├── ComponentModifier.cs │ │ │ ├── ComponentModifier.cs.meta │ │ │ ├── GameObjectModifier.cs │ │ │ ├── GameObjectModifier.cs.meta │ │ │ ├── IComponentModifier.cs │ │ │ ├── IComponentModifier.cs.meta │ │ │ ├── ITextModifier.cs │ │ │ ├── ITextModifier.cs.meta │ │ │ ├── Modifier.cs │ │ │ ├── Modifier.cs.meta │ │ │ ├── PrefabModifier.cs │ │ │ ├── PrefabModifier.cs.meta │ │ │ ├── Runner.cs │ │ │ ├── Runner.cs.meta │ │ │ ├── SceneModifier.cs │ │ │ ├── SceneModifier.cs.meta │ │ │ ├── TextAssetModifier.cs │ │ │ ├── TextAssetModifier.cs.meta │ │ │ ├── TextReplaceModifier.cs │ │ │ └── TextReplaceModifier.cs.meta │ │ ├── ShaderPreProcessorBase.cs │ │ └── ShaderPreProcessorBase.cs.meta │ ├── MaskingShapeEditor.cs │ ├── MaskingShapeEditor.cs.meta │ ├── RectTransformFitterEditor.cs │ ├── RectTransformFitterEditor.cs.meta │ ├── SoftMaskEditor.cs │ ├── SoftMaskEditor.cs.meta │ ├── SoftMaskableEditor.cs │ ├── SoftMaskableEditor.cs.meta │ ├── UISoftMaskProjectSettingsEditor.cs │ └── UISoftMaskProjectSettingsEditor.cs.meta │ ├── Icons.meta │ ├── Icons │ ├── SoftMaskIcon.png │ └── SoftMaskIcon.png.meta │ ├── LICENSE.md │ ├── LICENSE.md.meta │ ├── README.md │ ├── README.md.meta │ ├── Runtime.meta │ ├── Runtime │ ├── AlphaHitTestTarget.cs │ ├── AlphaHitTestTarget.cs.meta │ ├── AssemblyInfo.cs │ ├── AssemblyInfo.cs.meta │ ├── Coffee.SoftMaskForUGUI.R.dll │ ├── Coffee.SoftMaskForUGUI.R.dll.meta │ ├── Coffee.SoftMaskForUGUI.asmdef │ ├── Coffee.SoftMaskForUGUI.asmdef.meta │ ├── Internal.meta │ ├── Internal │ │ ├── Extensions.meta │ │ ├── Extensions │ │ │ ├── CanvasExtensions.cs │ │ │ ├── CanvasExtensions.cs.meta │ │ │ ├── Color32Extensions.cs │ │ │ ├── Color32Extensions.cs.meta │ │ │ ├── ComponentExtensions.cs │ │ │ ├── ComponentExtensions.cs.meta │ │ │ ├── GraphicExtensions.cs │ │ │ ├── GraphicExtensions.cs.meta │ │ │ ├── ListExtensions.cs │ │ │ ├── ListExtensions.cs.meta │ │ │ ├── MeshExtensions.cs │ │ │ ├── MeshExtensions.cs.meta │ │ │ ├── SpriteExtensions.cs │ │ │ ├── SpriteExtensions.cs.meta │ │ │ ├── TransformExtensions.cs │ │ │ ├── TransformExtensions.cs.meta │ │ │ ├── Vector3Extensions.cs │ │ │ └── Vector3Extensions.cs.meta │ │ ├── ProjectSettings.meta │ │ ├── ProjectSettings │ │ │ ├── PreloadedProjectSettings.cs │ │ │ └── PreloadedProjectSettings.cs.meta │ │ ├── Utilities.meta │ │ └── Utilities │ │ │ ├── AlwaysIncludedShadersProxy.cs │ │ │ ├── AlwaysIncludedShadersProxy.cs.meta │ │ │ ├── CgincPathSync.cs │ │ │ ├── CgincPathSync.cs.meta │ │ │ ├── FastAction.cs │ │ │ ├── FastAction.cs.meta │ │ │ ├── FrameCache.cs │ │ │ ├── FrameCache.cs.meta │ │ │ ├── Logging.cs │ │ │ ├── Logging.cs.meta │ │ │ ├── MaterialRepository.cs │ │ │ ├── MaterialRepository.cs.meta │ │ │ ├── MinMax01.cs │ │ │ ├── MinMax01.cs.meta │ │ │ ├── Misc.cs │ │ │ ├── Misc.cs.meta │ │ │ ├── ObjectPool.cs │ │ │ ├── ObjectPool.cs.meta │ │ │ ├── ObjectRepository.cs │ │ │ ├── ObjectRepository.cs.meta │ │ │ ├── PowerRangeAttribute.cs │ │ │ ├── PowerRangeAttribute.cs.meta │ │ │ ├── RenderTextureRepository.cs │ │ │ ├── RenderTextureRepository.cs.meta │ │ │ ├── ShaderSampleImporter.cs │ │ │ ├── ShaderSampleImporter.cs.meta │ │ │ ├── ShaderVariantRegistry.cs │ │ │ ├── ShaderVariantRegistry.cs.meta │ │ │ ├── TransformSensitivity.cs │ │ │ ├── TransformSensitivity.cs.meta │ │ │ ├── UIExtraCallbacks.cs │ │ │ └── UIExtraCallbacks.cs.meta │ ├── MaskingShape.meta │ ├── MaskingShape │ │ ├── MaskingShape.cs │ │ ├── MaskingShape.cs.meta │ │ ├── MaskingShapeContainer.cs │ │ ├── MaskingShapeContainer.cs.meta │ │ ├── TerminalMaskingShape.cs │ │ └── TerminalMaskingShape.cs.meta │ ├── RectTransformFitter.cs │ ├── RectTransformFitter.cs.meta │ ├── SoftMask.cs │ ├── SoftMask.cs.meta │ ├── SoftMaskable.cs │ ├── SoftMaskable.cs.meta │ ├── UISoftMaskProjectSettings.cs │ ├── UISoftMaskProjectSettings.cs.meta │ ├── Utilities.meta │ └── Utilities │ │ ├── CanvasViewChangeTrigger.cs │ │ ├── CanvasViewChangeTrigger.cs.meta │ │ ├── GraphicProxy.cs │ │ ├── GraphicProxy.cs.meta │ │ ├── ISoftMasking.cs │ │ ├── ISoftMasking.cs.meta │ │ ├── SoftMaskUtils.cs │ │ ├── SoftMaskUtils.cs.meta │ │ ├── TmpProxy.cs │ │ ├── TmpProxy.cs.meta │ │ ├── Utils.cs │ │ └── Utils.cs.meta │ ├── Samples~ │ ├── Demo.meta │ ├── Demo │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── ActivationConstraint.cs │ │ │ ├── ActivationConstraint.cs.meta │ │ │ ├── Coffee.SoftMaskForUGUI.Demo.asmdef │ │ │ ├── Coffee.SoftMaskForUGUI.Demo.asmdef.meta │ │ │ ├── MinMax01Slider.cs │ │ │ ├── MinMax01Slider.cs.meta │ │ │ ├── ScreenResolution.cs │ │ │ ├── ScreenResolution.cs.meta │ │ │ ├── SoftMask_Demo_Animation.cs │ │ │ ├── SoftMask_Demo_Animation.cs.meta │ │ │ ├── SoftMask_Demo_BufferImage.cs │ │ │ ├── SoftMask_Demo_BufferImage.cs.meta │ │ │ ├── SoftMask_Demo_Canvas.cs │ │ │ ├── SoftMask_Demo_Canvas.cs.meta │ │ │ ├── SoftMask_Demo_MaskingShape.cs │ │ │ ├── SoftMask_Demo_MaskingShape.cs.meta │ │ │ ├── SoftMask_Demo_Signal.cs │ │ │ ├── SoftMask_Demo_Signal.cs.meta │ │ │ ├── SoftMask_Demo_SoftMask.cs │ │ │ ├── SoftMask_Demo_SoftMask.cs.meta │ │ │ ├── UIDragger.cs │ │ │ └── UIDragger.cs.meta │ │ ├── SoftMask_Demo.unity │ │ ├── SoftMask_Demo.unity.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── Art.png │ │ │ ├── Art.png.meta │ │ │ ├── Light_Frame x32.png │ │ │ ├── Light_Frame x32.png.meta │ │ │ ├── Light_Frame x64.png │ │ │ ├── Light_Frame x64.png.meta │ │ │ ├── Light_Frame.png │ │ │ ├── Light_Frame.png.meta │ │ │ ├── SoftMask-Circle.png │ │ │ ├── SoftMask-Circle.png.meta │ │ │ ├── SoftMask-Demo.spriteatlas │ │ │ ├── SoftMask-Demo.spriteatlas.meta │ │ │ ├── SoftMask-Horizontal.png │ │ │ ├── SoftMask-Horizontal.png.meta │ │ │ ├── SoftMask-Move.png │ │ │ ├── SoftMask-Move.png.meta │ │ │ ├── SoftMask-Star.png │ │ │ ├── SoftMask-Star.png.meta │ │ │ ├── SoftMask-Vertictal.png │ │ │ ├── SoftMask-Vertictal.png.meta │ │ │ ├── Unity-chan.png │ │ │ └── Unity-chan.png.meta │ ├── ShaderGraph Support.meta │ ├── ShaderGraph Support │ │ ├── SoftMask.shadersubgraph │ │ ├── SoftMask.shadersubgraph.meta │ │ ├── UIDefault (SoftMaskable).shadergraph │ │ └── UIDefault (SoftMaskable).shadergraph.meta │ ├── Spine Support.meta │ ├── Spine Support │ │ ├── Spine-SkeletonGraphic-Fill-SoftMaskable.shader │ │ ├── Spine-SkeletonGraphic-Fill-SoftMaskable.shader.meta │ │ ├── Spine-SkeletonGraphic-Grayscale-SoftMaskable.shader │ │ ├── Spine-SkeletonGraphic-Grayscale-SoftMaskable.shader.meta │ │ ├── Spine-SkeletonGraphic-Multiply-SoftMaskable.shader │ │ ├── Spine-SkeletonGraphic-Multiply-SoftMaskable.shader.meta │ │ ├── Spine-SkeletonGraphic-Screen-SoftMaskable.shader │ │ ├── Spine-SkeletonGraphic-Screen-SoftMaskable.shader.meta │ │ ├── Spine-SkeletonGraphic-SoftMaskable.shader │ │ ├── Spine-SkeletonGraphic-SoftMaskable.shader.meta │ │ ├── Spine-SoftMask.cginc │ │ └── Spine-SoftMask.cginc.meta │ ├── TextMeshPro Support (Unity 6)~ │ │ ├── Hidden-TMP_Bitmap-Mobile-SoftMaskable-Unity6.shader │ │ ├── Hidden-TMP_Bitmap-Mobile-SoftMaskable-Unity6.shader.meta │ │ ├── Hidden-TMP_Bitmap-SoftMaskable-Unity6.shader │ │ ├── Hidden-TMP_Bitmap-SoftMaskable-Unity6.shader.meta │ │ ├── Hidden-TMP_SDF Overlay-SoftMaskable-Unity6.shader │ │ ├── Hidden-TMP_SDF Overlay-SoftMaskable-Unity6.shader.meta │ │ ├── Hidden-TMP_SDF SSD-SoftMaskable-Unity6.shader │ │ ├── Hidden-TMP_SDF SSD-SoftMaskable-Unity6.shader.meta │ │ ├── Hidden-TMP_SDF-Mobile Overlay-SoftMaskable-Unity6.shader │ │ ├── Hidden-TMP_SDF-Mobile Overlay-SoftMaskable-Unity6.shader.meta │ │ ├── Hidden-TMP_SDF-Mobile SSD-SoftMaskable-Unity6.shader │ │ ├── Hidden-TMP_SDF-Mobile SSD-SoftMaskable-Unity6.shader.meta │ │ ├── Hidden-TMP_SDF-Mobile-SoftMaskable-Unity6.shader │ │ ├── Hidden-TMP_SDF-Mobile-SoftMaskable-Unity6.shader.meta │ │ ├── Hidden-TMP_SDF-SoftMaskable-Unity6.shader │ │ └── Hidden-TMP_SDF-SoftMaskable-Unity6.shader.meta │ └── TextMeshPro Support~ │ │ ├── Hidden-TMP_Bitmap-Mobile-SoftMaskable.shader │ │ ├── Hidden-TMP_Bitmap-Mobile-SoftMaskable.shader.meta │ │ ├── Hidden-TMP_Bitmap-SoftMaskable.shader │ │ ├── Hidden-TMP_Bitmap-SoftMaskable.shader.meta │ │ ├── Hidden-TMP_SDF Overlay-SoftMaskable.shader │ │ ├── Hidden-TMP_SDF Overlay-SoftMaskable.shader.meta │ │ ├── Hidden-TMP_SDF SSD-SoftMaskable.shader │ │ ├── Hidden-TMP_SDF SSD-SoftMaskable.shader.meta │ │ ├── Hidden-TMP_SDF-Mobile Overlay-SoftMaskable.shader │ │ ├── Hidden-TMP_SDF-Mobile Overlay-SoftMaskable.shader.meta │ │ ├── Hidden-TMP_SDF-Mobile SSD-SoftMaskable.shader │ │ ├── Hidden-TMP_SDF-Mobile SSD-SoftMaskable.shader.meta │ │ ├── Hidden-TMP_SDF-Mobile-SoftMaskable.shader │ │ ├── Hidden-TMP_SDF-Mobile-SoftMaskable.shader.meta │ │ ├── Hidden-TMP_SDF-SoftMaskable.shader │ │ └── Hidden-TMP_SDF-SoftMaskable.shader.meta │ ├── Shaders.meta │ ├── Shaders │ ├── Hidden-UI-Default-SoftMaskable.shader │ ├── Hidden-UI-Default-SoftMaskable.shader.meta │ ├── Hidden-UI-SoftMask.shader │ ├── Hidden-UI-SoftMask.shader.meta │ ├── Hidden-UI-TerminalMaskingShape.shader │ ├── Hidden-UI-TerminalMaskingShape.shader.meta │ ├── SoftMask.cginc │ └── SoftMask.cginc.meta │ ├── package.json │ └── package.json.meta ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MinimalResourceSettings.json ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SymbolicLinkerSettings.json ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset ├── README.md └── UniversalTestProject ├── .gitignore ├── Assets ├── DefaultVolumeProfile.asset ├── DefaultVolumeProfile.asset.meta ├── New Shader Graph.shadergraph ├── New Shader Graph.shadergraph.meta ├── ProjectSettings.meta ├── ProjectSettings │ ├── New Universal Render Pipeline Asset.asset │ ├── New Universal Render Pipeline Asset.asset.meta │ ├── New Universal Render Pipeline Asset_Renderer.asset │ ├── New Universal Render Pipeline Asset_Renderer.asset.meta │ ├── UISoftMask.asset │ ├── UISoftMask.asset.meta │ ├── UniversalRenderPipelineGlobalSettings.asset │ └── UniversalRenderPipelineGlobalSettings.asset.meta ├── ReadMe.meta ├── ReadMe │ ├── CarterOne-Regular.ttf │ ├── CarterOne-Regular.ttf.meta │ ├── Light_Frame.png │ ├── Light_Frame.png.meta │ ├── SoftMask-Circle.png │ ├── SoftMask-Circle.png.meta │ ├── SoftMask-Readme.spriteatlas │ ├── SoftMask-Readme.spriteatlas.meta │ ├── SoftMask_Readme.unity │ ├── SoftMask_Readme.unity.meta │ ├── SoftMask_ReadmeSettings.lighting │ ├── SoftMask_ReadmeSettings.lighting.meta │ ├── Unity-chan.png │ └── Unity-chan.png.meta ├── SampleScene.unity ├── SampleScene.unity.meta ├── ShaderGraph Support └── ShaderGraph Support.meta ├── Packages ├── manifest.json └── packages-lock.json └── ProjectSettings ├── AudioManager.asset ├── BurstAotSettings_StandaloneWindows.json ├── ClusterInputManager.asset ├── CommonBurstAotSettings.json ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── MultiplayerManager.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── ShaderGraphSettings.asset ├── TagManager.asset ├── TimeManager.asset ├── URPProjectSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset └── XRSettings.asset /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/test-urp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/workflows/test-urp.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Demos.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos.meta -------------------------------------------------------------------------------- /Assets/Demos/AllocTest.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/AllocTest.meta -------------------------------------------------------------------------------- /Assets/Demos/AllocTest/AllocTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/AllocTest/AllocTest.cs -------------------------------------------------------------------------------- /Assets/Demos/AllocTest/AllocTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/AllocTest/AllocTest.cs.meta -------------------------------------------------------------------------------- /Assets/Demos/AllocTest/AllocTest.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/AllocTest/AllocTest.unity -------------------------------------------------------------------------------- /Assets/Demos/AllocTest/AllocTest.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/AllocTest/AllocTest.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/AntiAliasing.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/AntiAliasing.meta -------------------------------------------------------------------------------- /Assets/Demos/AntiAliasing/SoftMask_Demo_AntiAliasing.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/AntiAliasing/SoftMask_Demo_AntiAliasing.unity -------------------------------------------------------------------------------- /Assets/Demos/AntiAliasing/SoftMask_Demo_AntiAliasing.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/AntiAliasing/SoftMask_Demo_AntiAliasing.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution.meta -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/DynamicResolution.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/DynamicResolution.cs -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/DynamicResolution.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/DynamicResolution.cs.meta -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/DynamicResolution.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/DynamicResolution.unity -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/DynamicResolution.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/DynamicResolution.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/New Universal Render Pipeline Asset.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/New Universal Render Pipeline Asset.asset -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/New Universal Render Pipeline Asset.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/New Universal Render Pipeline Asset.asset.meta -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/New Universal Render Pipeline Asset_Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/New Universal Render Pipeline Asset_Renderer.asset -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/New Universal Render Pipeline Asset_Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/New Universal Render Pipeline Asset_Renderer.asset.meta -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/Rotation.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/Rotation.controller -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/Rotation.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/Rotation.controller.meta -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/SliderValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/SliderValue.cs -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/SliderValue.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/SliderValue.cs.meta -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/Unlit-Art.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/Unlit-Art.mat -------------------------------------------------------------------------------- /Assets/Demos/DynamicResolution/Unlit-Art.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/DynamicResolution/Unlit-Art.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/MaskingShapes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/MaskingShapes.meta -------------------------------------------------------------------------------- /Assets/Demos/MaskingShapes/MaskingShapes.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/MaskingShapes/MaskingShapes.unity -------------------------------------------------------------------------------- /Assets/Demos/MaskingShapes/MaskingShapes.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/MaskingShapes/MaskingShapes.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/ReadMe.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ReadMe.meta -------------------------------------------------------------------------------- /Assets/Demos/ReadMe/CarterOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ReadMe/CarterOne-Regular.ttf -------------------------------------------------------------------------------- /Assets/Demos/ReadMe/CarterOne-Regular.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ReadMe/CarterOne-Regular.ttf.meta -------------------------------------------------------------------------------- /Assets/Demos/ReadMe/SoftMask_Readme.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ReadMe/SoftMask_Readme.unity -------------------------------------------------------------------------------- /Assets/Demos/ReadMe/SoftMask_Readme.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ReadMe/SoftMask_Readme.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/ScrollRectTest.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ScrollRectTest.meta -------------------------------------------------------------------------------- /Assets/Demos/ScrollRectTest/ScrollRectTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ScrollRectTest/ScrollRectTest.cs -------------------------------------------------------------------------------- /Assets/Demos/ScrollRectTest/ScrollRectTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ScrollRectTest/ScrollRectTest.cs.meta -------------------------------------------------------------------------------- /Assets/Demos/ScrollRectTest/ScrollRectTest.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ScrollRectTest/ScrollRectTest.unity -------------------------------------------------------------------------------- /Assets/Demos/ScrollRectTest/ScrollRectTest.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ScrollRectTest/ScrollRectTest.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/ScrollRectTest/ScrollRectTestSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ScrollRectTest/ScrollRectTestSettings.lighting -------------------------------------------------------------------------------- /Assets/Demos/ScrollRectTest/ScrollRectTestSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/ScrollRectTest/ScrollRectTestSettings.lighting.meta -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader.meta -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/CurrentShaderName.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/CurrentShaderName.cs -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/CurrentShaderName.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/CurrentShaderName.cs.meta -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/Hidden-UI-Additive-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/Hidden-UI-Additive-SoftMaskable.shader -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/Hidden-UI-Additive-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/Hidden-UI-Additive-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/SoftMask_Demo_SoftMaskableShader.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/SoftMask_Demo_SoftMaskableShader.unity -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/SoftMask_Demo_SoftMaskableShader.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/SoftMask_Demo_SoftMaskableShader.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/UI-Additive-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/UI-Additive-SoftMaskable.shader -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/UI-Additive-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/UI-Additive-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/UI-Additive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/UI-Additive.shader -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/UI-Additive.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/UI-Additive.shader.meta -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/UIAdditive.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/UIAdditive.mat -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/UIAdditive.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/UIAdditive.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/UIAdditiveSoftMaskable.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/UIAdditiveSoftMaskable.mat -------------------------------------------------------------------------------- /Assets/Demos/SoftMaskable Shader/UIAdditiveSoftMaskable.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SoftMaskable Shader/UIAdditiveSoftMaskable.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/SpineTest.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/SpineTest.unity -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/SpineTest.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/SpineTest.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi.atlas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi.atlas.txt -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi.atlas.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi.atlas.txt.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi.json -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi.json.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi.png -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi.png.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi_Atlas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi_Atlas.asset -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi_Atlas.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi_Atlas.asset.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi_Material-Custom.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi_Material-Custom.mat -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi_Material-Custom.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi_Material-Custom.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi_Material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi_Material.mat -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi_Material.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi_Material.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi_SkeletonData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi_SkeletonData.asset -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/Doi_SkeletonData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/Doi_SkeletonData.asset.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets/blink.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets/blink.asset -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets/blink.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets/blink.asset.meta -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets/main.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets/main.asset -------------------------------------------------------------------------------- /Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets/main.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/SpineTest/Spineunitygirl/ReferenceAssets/main.asset.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF - Mobile.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF - Mobile.mat -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF - Mobile.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF - Mobile.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF Overlay - Mobile.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF Overlay - Mobile.mat -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF Overlay - Mobile.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF Overlay - Mobile.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF Overlay.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF Overlay.mat -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF Overlay.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF Overlay.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF.asset -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SDF.asset.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SMOOTH.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SMOOTH.asset -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SMOOTH.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SMOOTH.asset.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SSD - Mobile.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SSD - Mobile.mat -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SSD - Mobile.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SSD - Mobile.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SSD.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SSD.mat -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/CarterOne-Regular SSD.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/CarterOne-Regular SSD.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/SoftMask_Demo_TextMeshProSupport.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/SoftMask_Demo_TextMeshProSupport.unity -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/SoftMask_Demo_TextMeshProSupport.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/SoftMask_Demo_TextMeshProSupport.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/TextMeshProSupport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/TextMeshProSupport.cs -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/TextMeshProSupport.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/TextMeshProSupport.cs.meta -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/TextMeshPro_ExtraShaders.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/TextMeshPro_ExtraShaders.unity -------------------------------------------------------------------------------- /Assets/Demos/TextMeshPro Support/TextMeshPro_ExtraShaders.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/TextMeshPro Support/TextMeshPro_ExtraShaders.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/VR Support.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VR Support.meta -------------------------------------------------------------------------------- /Assets/Demos/VR Support/SoftMaskStereoMock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VR Support/SoftMaskStereoMock.cs -------------------------------------------------------------------------------- /Assets/Demos/VR Support/SoftMaskStereoMock.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VR Support/SoftMaskStereoMock.cs.meta -------------------------------------------------------------------------------- /Assets/Demos/VR Support/SoftMask_Demo_VRSupport.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VR Support/SoftMask_Demo_VRSupport.unity -------------------------------------------------------------------------------- /Assets/Demos/VR Support/SoftMask_Demo_VRSupport.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VR Support/SoftMask_Demo_VRSupport.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/VR Support/SoftMask_Demo_VRSupport_BufferImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VR Support/SoftMask_Demo_VRSupport_BufferImage.cs -------------------------------------------------------------------------------- /Assets/Demos/VR Support/SoftMask_Demo_VRSupport_BufferImage.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VR Support/SoftMask_Demo_VRSupport_BufferImage.cs.meta -------------------------------------------------------------------------------- /Assets/Demos/VsRectMask2D.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VsRectMask2D.meta -------------------------------------------------------------------------------- /Assets/Demos/VsRectMask2D/VsRectMask2D.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VsRectMask2D/VsRectMask2D.unity -------------------------------------------------------------------------------- /Assets/Demos/VsRectMask2D/VsRectMask2D.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VsRectMask2D/VsRectMask2D.unity.meta -------------------------------------------------------------------------------- /Assets/Demos/VulkanTest.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VulkanTest.meta -------------------------------------------------------------------------------- /Assets/Demos/VulkanTest/UI-VulkanTest.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VulkanTest/UI-VulkanTest.mat -------------------------------------------------------------------------------- /Assets/Demos/VulkanTest/UI-VulkanTest.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VulkanTest/UI-VulkanTest.mat.meta -------------------------------------------------------------------------------- /Assets/Demos/VulkanTest/UI-VulkanTest.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VulkanTest/UI-VulkanTest.shader -------------------------------------------------------------------------------- /Assets/Demos/VulkanTest/UI-VulkanTest.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VulkanTest/UI-VulkanTest.shader.meta -------------------------------------------------------------------------------- /Assets/Demos/VulkanTest/VulkanTest.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VulkanTest/VulkanTest.unity -------------------------------------------------------------------------------- /Assets/Demos/VulkanTest/VulkanTest.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Demos/VulkanTest/VulkanTest.unity.meta -------------------------------------------------------------------------------- /Assets/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Editor.meta -------------------------------------------------------------------------------- /Assets/Editor/SpineSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Editor/SpineSettings.asset -------------------------------------------------------------------------------- /Assets/Editor/SpineSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Editor/SpineSettings.asset.meta -------------------------------------------------------------------------------- /Assets/ProjectSettings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/ProjectSettings.meta -------------------------------------------------------------------------------- /Assets/ProjectSettings/NanoMonitorProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/ProjectSettings/NanoMonitorProjectSettings.asset -------------------------------------------------------------------------------- /Assets/ProjectSettings/NanoMonitorProjectSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/ProjectSettings/NanoMonitorProjectSettings.asset.meta -------------------------------------------------------------------------------- /Assets/ProjectSettings/UISoftMaskProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/ProjectSettings/UISoftMaskProjectSettings.asset -------------------------------------------------------------------------------- /Assets/ProjectSettings/UISoftMaskProjectSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/ProjectSettings/UISoftMaskProjectSettings.asset.meta -------------------------------------------------------------------------------- /Assets/Samples: -------------------------------------------------------------------------------- 1 | ../Packages/src/Samples~ -------------------------------------------------------------------------------- /Assets/Samples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Samples.meta -------------------------------------------------------------------------------- /Assets/Tests.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests.meta -------------------------------------------------------------------------------- /Assets/Tests/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/Editor.meta -------------------------------------------------------------------------------- /Assets/Tests/Editor/EditorTests.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/Editor/EditorTests.asmdef -------------------------------------------------------------------------------- /Assets/Tests/Editor/EditorTests.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/Editor/EditorTests.asmdef.meta -------------------------------------------------------------------------------- /Assets/Tests/Editor/NewTestScript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/Editor/NewTestScript.cs -------------------------------------------------------------------------------- /Assets/Tests/Editor/NewTestScript.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/Editor/NewTestScript.cs.meta -------------------------------------------------------------------------------- /Assets/Tests/Editor/ReflectionTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/Editor/ReflectionTest.cs -------------------------------------------------------------------------------- /Assets/Tests/Editor/ReflectionTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/Editor/ReflectionTest.cs.meta -------------------------------------------------------------------------------- /Assets/Tests/NewTestScript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/NewTestScript.cs -------------------------------------------------------------------------------- /Assets/Tests/NewTestScript.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/NewTestScript.cs.meta -------------------------------------------------------------------------------- /Assets/Tests/Tests.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/Tests.asmdef -------------------------------------------------------------------------------- /Assets/Tests/Tests.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/Tests/Tests.asmdef.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ # -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/packages-lock.json -------------------------------------------------------------------------------- /Packages/src/.coffee.internal.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/.coffee.internal.sed -------------------------------------------------------------------------------- /Packages/src/.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/.github/FUNDING.yml -------------------------------------------------------------------------------- /Packages/src/.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /Packages/src/.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /Packages/src/.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /Packages/src/.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/.github/pull_request_template.md -------------------------------------------------------------------------------- /Packages/src/.releaserc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/.releaserc.json -------------------------------------------------------------------------------- /Packages/src/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/CHANGELOG.md -------------------------------------------------------------------------------- /Packages/src/CHANGELOG.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/CHANGELOG.md.meta -------------------------------------------------------------------------------- /Packages/src/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor.meta -------------------------------------------------------------------------------- /Packages/src/Editor/AlphaHitTestTargetEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AlphaHitTestTargetEditor.cs -------------------------------------------------------------------------------- /Packages/src/Editor/AlphaHitTestTargetEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AlphaHitTestTargetEditor.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification.meta -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskComponentModifier_Alpha.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskComponentModifier_Alpha.cs -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskComponentModifier_Alpha.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskComponentModifier_Alpha.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskComponentModifier_PartOfParent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskComponentModifier_PartOfParent.cs -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskComponentModifier_PartOfParent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskComponentModifier_PartOfParent.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskComponentModifier_Softness.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskComponentModifier_Softness.cs -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskComponentModifier_Softness.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskComponentModifier_Softness.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskableComponentModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskableComponentModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskableComponentModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskableComponentModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskableShaderModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskableShaderModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/SoftMaskableShaderModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/SoftMaskableShaderModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/UISoftMaskModifierRunner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/UISoftMaskModifierRunner.cs -------------------------------------------------------------------------------- /Packages/src/Editor/AssetModification/UISoftMaskModifierRunner.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AssetModification/UISoftMaskModifierRunner.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/AutoGeneratedEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AutoGeneratedEditor.cs -------------------------------------------------------------------------------- /Packages/src/Editor/AutoGeneratedEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/AutoGeneratedEditor.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Coffee.SoftMaskForUGUI.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Coffee.SoftMaskForUGUI.Editor.asmdef -------------------------------------------------------------------------------- /Packages/src/Editor/Coffee.SoftMaskForUGUI.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Coffee.SoftMaskForUGUI.Editor.asmdef.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/AlwaysIncludedShadersModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/AlwaysIncludedShadersModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/AlwaysIncludedShadersModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/AlwaysIncludedShadersModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/ComponentModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/ComponentModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/ComponentModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/ComponentModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/GameObjectModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/GameObjectModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/GameObjectModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/GameObjectModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/IComponentModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/IComponentModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/IComponentModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/IComponentModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/ITextModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/ITextModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/ITextModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/ITextModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/Modifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/Modifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/Modifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/Modifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/PrefabModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/PrefabModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/PrefabModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/PrefabModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/Runner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/Runner.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/Runner.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/Runner.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/SceneModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/SceneModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/SceneModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/SceneModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/TextAssetModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/TextAssetModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/TextAssetModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/TextAssetModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/TextReplaceModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/TextReplaceModifier.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/AssetModification/TextReplaceModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/AssetModification/TextReplaceModifier.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/ShaderPreProcessorBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/ShaderPreProcessorBase.cs -------------------------------------------------------------------------------- /Packages/src/Editor/Internal/ShaderPreProcessorBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/Internal/ShaderPreProcessorBase.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/MaskingShapeEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/MaskingShapeEditor.cs -------------------------------------------------------------------------------- /Packages/src/Editor/MaskingShapeEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/MaskingShapeEditor.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/RectTransformFitterEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/RectTransformFitterEditor.cs -------------------------------------------------------------------------------- /Packages/src/Editor/RectTransformFitterEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/RectTransformFitterEditor.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/SoftMaskEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/SoftMaskEditor.cs -------------------------------------------------------------------------------- /Packages/src/Editor/SoftMaskEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/SoftMaskEditor.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/SoftMaskableEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/SoftMaskableEditor.cs -------------------------------------------------------------------------------- /Packages/src/Editor/SoftMaskableEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/SoftMaskableEditor.cs.meta -------------------------------------------------------------------------------- /Packages/src/Editor/UISoftMaskProjectSettingsEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/UISoftMaskProjectSettingsEditor.cs -------------------------------------------------------------------------------- /Packages/src/Editor/UISoftMaskProjectSettingsEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Editor/UISoftMaskProjectSettingsEditor.cs.meta -------------------------------------------------------------------------------- /Packages/src/Icons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Icons.meta -------------------------------------------------------------------------------- /Packages/src/Icons/SoftMaskIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Icons/SoftMaskIcon.png -------------------------------------------------------------------------------- /Packages/src/Icons/SoftMaskIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Icons/SoftMaskIcon.png.meta -------------------------------------------------------------------------------- /Packages/src/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/LICENSE.md -------------------------------------------------------------------------------- /Packages/src/LICENSE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/LICENSE.md.meta -------------------------------------------------------------------------------- /Packages/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/README.md -------------------------------------------------------------------------------- /Packages/src/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/README.md.meta -------------------------------------------------------------------------------- /Packages/src/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/AlphaHitTestTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/AlphaHitTestTarget.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/AlphaHitTestTarget.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/AlphaHitTestTarget.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/AssemblyInfo.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/AssemblyInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/AssemblyInfo.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Coffee.SoftMaskForUGUI.R.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Coffee.SoftMaskForUGUI.R.dll -------------------------------------------------------------------------------- /Packages/src/Runtime/Coffee.SoftMaskForUGUI.R.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Coffee.SoftMaskForUGUI.R.dll.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Coffee.SoftMaskForUGUI.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Coffee.SoftMaskForUGUI.asmdef -------------------------------------------------------------------------------- /Packages/src/Runtime/Coffee.SoftMaskForUGUI.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Coffee.SoftMaskForUGUI.asmdef.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/CanvasExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/CanvasExtensions.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/CanvasExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/CanvasExtensions.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/Color32Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/Color32Extensions.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/Color32Extensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/Color32Extensions.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/ComponentExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/ComponentExtensions.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/ComponentExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/ComponentExtensions.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/GraphicExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/GraphicExtensions.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/GraphicExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/GraphicExtensions.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/ListExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/ListExtensions.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/ListExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/ListExtensions.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/MeshExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/MeshExtensions.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/MeshExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/MeshExtensions.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/SpriteExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/SpriteExtensions.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/SpriteExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/SpriteExtensions.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/TransformExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/TransformExtensions.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/TransformExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/TransformExtensions.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/Vector3Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/Vector3Extensions.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Extensions/Vector3Extensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Extensions/Vector3Extensions.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/ProjectSettings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/ProjectSettings.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/ProjectSettings/PreloadedProjectSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/ProjectSettings/PreloadedProjectSettings.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/ProjectSettings/PreloadedProjectSettings.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/ProjectSettings/PreloadedProjectSettings.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/AlwaysIncludedShadersProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/AlwaysIncludedShadersProxy.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/AlwaysIncludedShadersProxy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/AlwaysIncludedShadersProxy.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/CgincPathSync.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/CgincPathSync.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/CgincPathSync.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/CgincPathSync.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/FastAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/FastAction.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/FastAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/FastAction.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/FrameCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/FrameCache.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/FrameCache.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/FrameCache.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/Logging.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/Logging.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/Logging.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/Logging.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/MaterialRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/MaterialRepository.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/MaterialRepository.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/MaterialRepository.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/MinMax01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/MinMax01.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/MinMax01.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/MinMax01.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/Misc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/Misc.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/Misc.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/Misc.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/ObjectPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/ObjectPool.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/ObjectPool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/ObjectPool.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/ObjectRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/ObjectRepository.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/ObjectRepository.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/ObjectRepository.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/PowerRangeAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/PowerRangeAttribute.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/PowerRangeAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/PowerRangeAttribute.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/RenderTextureRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/RenderTextureRepository.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/RenderTextureRepository.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/RenderTextureRepository.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/ShaderSampleImporter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/ShaderSampleImporter.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/ShaderSampleImporter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/ShaderSampleImporter.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/ShaderVariantRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/ShaderVariantRegistry.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/ShaderVariantRegistry.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/ShaderVariantRegistry.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/TransformSensitivity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/TransformSensitivity.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/TransformSensitivity.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/TransformSensitivity.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/UIExtraCallbacks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/UIExtraCallbacks.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Internal/Utilities/UIExtraCallbacks.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Internal/Utilities/UIExtraCallbacks.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/MaskingShape.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/MaskingShape.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/MaskingShape/MaskingShape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/MaskingShape/MaskingShape.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/MaskingShape/MaskingShape.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/MaskingShape/MaskingShape.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/MaskingShape/MaskingShapeContainer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/MaskingShape/MaskingShapeContainer.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/MaskingShape/MaskingShapeContainer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/MaskingShape/MaskingShapeContainer.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/MaskingShape/TerminalMaskingShape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/MaskingShape/TerminalMaskingShape.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/MaskingShape/TerminalMaskingShape.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/MaskingShape/TerminalMaskingShape.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/RectTransformFitter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/RectTransformFitter.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/RectTransformFitter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/RectTransformFitter.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/SoftMask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/SoftMask.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/SoftMask.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/SoftMask.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/SoftMaskable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/SoftMaskable.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/SoftMaskable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/SoftMaskable.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/UISoftMaskProjectSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/UISoftMaskProjectSettings.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/UISoftMaskProjectSettings.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/UISoftMaskProjectSettings.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/CanvasViewChangeTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/CanvasViewChangeTrigger.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/CanvasViewChangeTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/CanvasViewChangeTrigger.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/GraphicProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/GraphicProxy.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/GraphicProxy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/GraphicProxy.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/ISoftMasking.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/ISoftMasking.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/ISoftMasking.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/ISoftMasking.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/SoftMaskUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/SoftMaskUtils.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/SoftMaskUtils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/SoftMaskUtils.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/TmpProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/TmpProxy.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/TmpProxy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/TmpProxy.cs.meta -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/Utils.cs -------------------------------------------------------------------------------- /Packages/src/Runtime/Utilities/Utils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Runtime/Utilities/Utils.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/ActivationConstraint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/ActivationConstraint.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/ActivationConstraint.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/ActivationConstraint.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/Coffee.SoftMaskForUGUI.Demo.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/Coffee.SoftMaskForUGUI.Demo.asmdef -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/Coffee.SoftMaskForUGUI.Demo.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/Coffee.SoftMaskForUGUI.Demo.asmdef.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/MinMax01Slider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/MinMax01Slider.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/MinMax01Slider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/MinMax01Slider.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/ScreenResolution.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/ScreenResolution.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/ScreenResolution.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/ScreenResolution.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Animation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Animation.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Animation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Animation.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_BufferImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_BufferImage.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_BufferImage.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_BufferImage.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Canvas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Canvas.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Canvas.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Canvas.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_MaskingShape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_MaskingShape.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_MaskingShape.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_MaskingShape.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Signal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Signal.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Signal.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_Signal.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_SoftMask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_SoftMask.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_SoftMask.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/SoftMask_Demo_SoftMask.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/UIDragger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/UIDragger.cs -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Scripts/UIDragger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Scripts/UIDragger.cs.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/SoftMask_Demo.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/SoftMask_Demo.unity -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/SoftMask_Demo.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/SoftMask_Demo.unity.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Art.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Art.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Art.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Light_Frame x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Light_Frame x32.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Light_Frame x32.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Light_Frame x32.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Light_Frame x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Light_Frame x64.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Light_Frame x64.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Light_Frame x64.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Light_Frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Light_Frame.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Light_Frame.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Light_Frame.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Circle.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Circle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Circle.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Demo.spriteatlas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Demo.spriteatlas -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Demo.spriteatlas.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Demo.spriteatlas.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Horizontal.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Horizontal.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Horizontal.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Move.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Move.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Move.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Star.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Star.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Star.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Vertictal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Vertictal.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/SoftMask-Vertictal.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/SoftMask-Vertictal.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Unity-chan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Unity-chan.png -------------------------------------------------------------------------------- /Packages/src/Samples~/Demo/Textures/Unity-chan.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Demo/Textures/Unity-chan.png.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/ShaderGraph Support.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/ShaderGraph Support.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/ShaderGraph Support/SoftMask.shadersubgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/ShaderGraph Support/SoftMask.shadersubgraph -------------------------------------------------------------------------------- /Packages/src/Samples~/ShaderGraph Support/SoftMask.shadersubgraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/ShaderGraph Support/SoftMask.shadersubgraph.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/ShaderGraph Support/UIDefault (SoftMaskable).shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/ShaderGraph Support/UIDefault (SoftMaskable).shadergraph -------------------------------------------------------------------------------- /Packages/src/Samples~/ShaderGraph Support/UIDefault (SoftMaskable).shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/ShaderGraph Support/UIDefault (SoftMaskable).shadergraph.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Fill-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Fill-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Fill-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Fill-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Grayscale-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Grayscale-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Grayscale-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Grayscale-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Multiply-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Multiply-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Multiply-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Multiply-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Screen-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Screen-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Screen-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-Screen-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SkeletonGraphic-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SoftMask.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SoftMask.cginc -------------------------------------------------------------------------------- /Packages/src/Samples~/Spine Support/Spine-SoftMask.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/Spine Support/Spine-SoftMask.cginc.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_Bitmap-Mobile-SoftMaskable-Unity6.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_Bitmap-Mobile-SoftMaskable-Unity6.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_Bitmap-Mobile-SoftMaskable-Unity6.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_Bitmap-Mobile-SoftMaskable-Unity6.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_Bitmap-SoftMaskable-Unity6.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_Bitmap-SoftMaskable-Unity6.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_Bitmap-SoftMaskable-Unity6.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_Bitmap-SoftMaskable-Unity6.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF Overlay-SoftMaskable-Unity6.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF Overlay-SoftMaskable-Unity6.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF Overlay-SoftMaskable-Unity6.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF Overlay-SoftMaskable-Unity6.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF SSD-SoftMaskable-Unity6.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF SSD-SoftMaskable-Unity6.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF SSD-SoftMaskable-Unity6.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF SSD-SoftMaskable-Unity6.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile Overlay-SoftMaskable-Unity6.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile Overlay-SoftMaskable-Unity6.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile Overlay-SoftMaskable-Unity6.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile Overlay-SoftMaskable-Unity6.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile SSD-SoftMaskable-Unity6.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile SSD-SoftMaskable-Unity6.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile SSD-SoftMaskable-Unity6.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile SSD-SoftMaskable-Unity6.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile-SoftMaskable-Unity6.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile-SoftMaskable-Unity6.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile-SoftMaskable-Unity6.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-Mobile-SoftMaskable-Unity6.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-SoftMaskable-Unity6.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-SoftMaskable-Unity6.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-SoftMaskable-Unity6.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support (Unity 6)~/Hidden-TMP_SDF-SoftMaskable-Unity6.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_Bitmap-Mobile-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_Bitmap-Mobile-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_Bitmap-Mobile-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_Bitmap-Mobile-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_Bitmap-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_Bitmap-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_Bitmap-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_Bitmap-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF Overlay-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF Overlay-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF Overlay-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF Overlay-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF SSD-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF SSD-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF SSD-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF SSD-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile Overlay-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile Overlay-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile Overlay-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile Overlay-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile SSD-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile SSD-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile SSD-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile SSD-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-Mobile-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Samples~/TextMeshPro Support~/Hidden-TMP_SDF-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Shaders.meta -------------------------------------------------------------------------------- /Packages/src/Shaders/Hidden-UI-Default-SoftMaskable.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Shaders/Hidden-UI-Default-SoftMaskable.shader -------------------------------------------------------------------------------- /Packages/src/Shaders/Hidden-UI-Default-SoftMaskable.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Shaders/Hidden-UI-Default-SoftMaskable.shader.meta -------------------------------------------------------------------------------- /Packages/src/Shaders/Hidden-UI-SoftMask.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Shaders/Hidden-UI-SoftMask.shader -------------------------------------------------------------------------------- /Packages/src/Shaders/Hidden-UI-SoftMask.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Shaders/Hidden-UI-SoftMask.shader.meta -------------------------------------------------------------------------------- /Packages/src/Shaders/Hidden-UI-TerminalMaskingShape.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Shaders/Hidden-UI-TerminalMaskingShape.shader -------------------------------------------------------------------------------- /Packages/src/Shaders/Hidden-UI-TerminalMaskingShape.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Shaders/Hidden-UI-TerminalMaskingShape.shader.meta -------------------------------------------------------------------------------- /Packages/src/Shaders/SoftMask.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Shaders/SoftMask.cginc -------------------------------------------------------------------------------- /Packages/src/Shaders/SoftMask.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/Shaders/SoftMask.cginc.meta -------------------------------------------------------------------------------- /Packages/src/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/package.json -------------------------------------------------------------------------------- /Packages/src/package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/Packages/src/package.json.meta -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/MinimalResourceSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/MinimalResourceSettings.json -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/SymbolicLinkerSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/SymbolicLinkerSettings.json -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Packages/src/README.md -------------------------------------------------------------------------------- /UniversalTestProject/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/.gitignore -------------------------------------------------------------------------------- /UniversalTestProject/Assets/DefaultVolumeProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/DefaultVolumeProfile.asset -------------------------------------------------------------------------------- /UniversalTestProject/Assets/DefaultVolumeProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/DefaultVolumeProfile.asset.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/New Shader Graph.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/New Shader Graph.shadergraph -------------------------------------------------------------------------------- /UniversalTestProject/Assets/New Shader Graph.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/New Shader Graph.shadergraph.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ProjectSettings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ProjectSettings.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ProjectSettings/New Universal Render Pipeline Asset.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ProjectSettings/New Universal Render Pipeline Asset.asset -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ProjectSettings/New Universal Render Pipeline Asset.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ProjectSettings/New Universal Render Pipeline Asset.asset.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ProjectSettings/New Universal Render Pipeline Asset_Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ProjectSettings/New Universal Render Pipeline Asset_Renderer.asset -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ProjectSettings/New Universal Render Pipeline Asset_Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ProjectSettings/New Universal Render Pipeline Asset_Renderer.asset.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ProjectSettings/UISoftMask.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ProjectSettings/UISoftMask.asset -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ProjectSettings/UISoftMask.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ProjectSettings/UISoftMask.asset.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ProjectSettings/UniversalRenderPipelineGlobalSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ProjectSettings/UniversalRenderPipelineGlobalSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ProjectSettings/UniversalRenderPipelineGlobalSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ProjectSettings/UniversalRenderPipelineGlobalSettings.asset.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/CarterOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/CarterOne-Regular.ttf -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/CarterOne-Regular.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/CarterOne-Regular.ttf.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/Light_Frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/Light_Frame.png -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/Light_Frame.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/Light_Frame.png.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/SoftMask-Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/SoftMask-Circle.png -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/SoftMask-Circle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/SoftMask-Circle.png.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/SoftMask-Readme.spriteatlas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/SoftMask-Readme.spriteatlas -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/SoftMask-Readme.spriteatlas.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/SoftMask-Readme.spriteatlas.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/SoftMask_Readme.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/SoftMask_Readme.unity -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/SoftMask_Readme.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/SoftMask_Readme.unity.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/SoftMask_ReadmeSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/SoftMask_ReadmeSettings.lighting -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/SoftMask_ReadmeSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/SoftMask_ReadmeSettings.lighting.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/Unity-chan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/Unity-chan.png -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ReadMe/Unity-chan.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ReadMe/Unity-chan.png.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/SampleScene.unity -------------------------------------------------------------------------------- /UniversalTestProject/Assets/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/SampleScene.unity.meta -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ShaderGraph Support: -------------------------------------------------------------------------------- 1 | ../../Packages/src/Samples~/ShaderGraph Support -------------------------------------------------------------------------------- /UniversalTestProject/Assets/ShaderGraph Support.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Assets/ShaderGraph Support.meta -------------------------------------------------------------------------------- /UniversalTestProject/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Packages/manifest.json -------------------------------------------------------------------------------- /UniversalTestProject/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/Packages/packages-lock.json -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/BurstAotSettings_StandaloneWindows.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/BurstAotSettings_StandaloneWindows.json -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/CommonBurstAotSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/CommonBurstAotSettings.json -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/MultiplayerManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/MultiplayerManager.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/URPProjectSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /UniversalTestProject/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mob-sakai/SoftMaskForUGUI/HEAD/UniversalTestProject/ProjectSettings/XRSettings.asset --------------------------------------------------------------------------------