TutorialMaskForUGUI [](#) [](#)
May 25, 2024 ยท View on GitHub
UI Tutorial Mask is a component for highlighting specific objects over darkened background for Unity UI (uGUI)
:rocket: How to use?
- Create an
Imagethat will cover the entire visible area, add aTutorialMaskscript to it - Add a
TutorialObjectscript to each object that should be visible on top of the image - If you want to use
TutorialObjectwithMask, you need to addMaskFixForTutorialscript on each mask object. It's necessary due to a bug in the mask component that overwrites all bit (even which it does not use) in stencil buffer
:open_book: How to Install
Minimal Unity Version is 2021.3.
Library distributed as git package (How to install package from git URL)
Git URL: https://github.com/codewriter-packages/TutorialMaskForUGUI.git
:green_book: License
TutorialMaskForUGUI is MIT licensed.