Skip to content

Commit d569e73

Browse files
chore(release): 3.2.4 [skip ci]
## [3.2.4](3.2.3...3.2.4) (2025-03-06) ### Bug Fixes * 'IconAttribute' is inaccessible due to its protection level on older versions of Unity ([4ad0c6b](4ad0c6b)), closes [#234](#234) * IL2CPP build fails on older versions of Unity ([8a9a1a1](8a9a1a1))
1 parent e2ab553 commit d569e73

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Packages/src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.2.4](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.2.3...3.2.4) (2025-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* 'IconAttribute' is inaccessible due to its protection level on older versions of Unity ([4ad0c6b](https://github.com/mob-sakai/SoftMaskForUGUI/commit/4ad0c6b5a7d8b8887b5b555cf6183fbbd6e70808)), closes [#234](https://github.com/mob-sakai/SoftMaskForUGUI/issues/234)
7+
* IL2CPP build fails on older versions of Unity ([8a9a1a1](https://github.com/mob-sakai/SoftMaskForUGUI/commit/8a9a1a11f6f28befdce2dcdec5cc8d779df492ac))
8+
19
## [3.2.3](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.2.2...3.2.3) (2025-02-28)
210

311

Packages/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.softmask-for-ugui",
33
"displayName": "UI Soft Mask",
44
"description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.",
5-
"version": "3.2.3",
5+
"version": "3.2.4",
66
"unity": "2017.1",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)