I want to make Guide UI.

I want to make a UI that explains the UI of the game like the image above.
Blur & Movable Square…

Can you tell me the functions I need to implement this? Or tips. Video recommendations are also good.

I want to make Guide UI.

Use a blur over different parts or have an image over the parts you want less visible and set the alpha

so to make the above what i would do is have a completely separate UI that i add that has images probably a light grey color use them to cover everything you don’t wanna see and set the transparency of the image to like 0.2 probably it’ll make everything under the images look darker
and when your done with it just do remove from parent

you could use that same widget and use it to block out multiple things if you so wished just put an image overtop of each element and set the transparency to 0 when you wanna see what’s under it, you’ll probably wanna set hit testability to false as well

1 Like