mob-sakai / SoftMaskForUGUI

Enhance Unity UI (uGUI) with advanced soft-masking features to create more visually appealing effects!
https://github.com/mob-sakai/SoftMaskForUGUI
MIT License
2k stars 262 forks source link

Revive `SoftMask.alpha` option #172

Closed SeanNi1221 closed 1 month ago

SeanNi1221 commented 1 month ago

My project relies heavily on the SoftMask.alpha property in SoftMask 1.x version. This property is removed in 2.0.0 and I didn' find an alternative.

This property is very useful and convenient since I don't have to iterate through each graphic child (numerous, spawned at runtime) to calculate and set there alphas one by one. I'm so confused why you removed it?

mob-sakai commented 1 month ago

Thank you for your reporting! Hmmm...you're right. I will revive that option in the near future!

mob-sakai commented 1 month ago

@SeanNi1221 From my development note (2022): SoftMask.alpha is obsolete because it can be replaced by CanvasGroup.alpha. I am working on the following:

mob-sakai commented 1 month ago

Sorry, the idea of the modification has changed:

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 2.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 week ago

:tada: This issue has been resolved in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: