
UI Advanced Mask v1.12 is a plugin specifically designed for UI masking in Unity. It integrates seamlessly with the native Unity UGUI system and supports both 2D and 3D game environments. While Unity natively provides a UI mask feature, it has limitations such as abrupt cutoff edges and the inability to achieve smooth transitions or partial transparency. This plugin addresses those issues by implementing an orthographic projector-based masking system with UI pointer raycasting, enabling visually appealing masking effects. All positioning, scaling, rotation, and size settings are based on RectTransform, even when the UI element is not part of a Canvas.
Download Source 1
END