SoftMaskForUGUI icon indicating copy to clipboard operation
SoftMaskForUGUI copied to clipboard

SoftMaskForUGUI v2

Open mob-sakai opened this issue 2 years ago • 3 comments

Key Features

  • Add project settings for UISoftMask.
  • Add assets modification system to migrate.
  • Improve the shaders:
    • Add stereo mode.
    • Exclude unused shader variants from the build.
  • Add AntiAliasing masking mode.
    • This mode suppresses stencil-derived mask aliasing without using RenderTexture.
  • Add SoftMask.softMaskingRange option:
    • SoftMask.softness will be obsolete.
  • Add MaskingShape component:
    • To add/remove masking area.
    • SoftMask.partOfParent will be obsolete.
  • Add support for UI components:
  • SoftMaskable component will be auto-generated object.
    • The options such as SoftMaskable.maskInteraction will be removed.
  • Fix rendering issues on certain devices.

mob-sakai avatar Dec 07 '23 07:12 mob-sakai

Looking forward to it very much. May I ask when the author will update

tpnet avatar Dec 26 '23 10:12 tpnet

very nice, keep going. it must be a unity built-in feature.

afshinunity avatar Mar 15 '24 08:03 afshinunity

May I ask when it will be released in the official version~please

tpnet avatar Jun 15 '24 08:06 tpnet

Sorry for my late reply. It will likely be released this week! If you want to try it out, install the package as follows:

"com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git?path=Packages/src#develop-preview"

Alternatively, download the code and place Packages/src directory into the Packages in your project. https://github.com/mob-sakai/SoftMaskForUGUI/archive/refs/heads/develop-preview.zip

mob-sakai avatar Jul 15 '24 11:07 mob-sakai

Released

mob-sakai avatar Jul 17 '24 08:07 mob-sakai